creator + ObjectListDataProvider
Hi,
i develop page with visual web pack it contains ObjectListDataProvider, i add java class :publicclass ZipEntryListDataProviderextends ObjectListDataProvider
and this code in session bean
private ZipEntryListDataProvider zipEntryListDataProvider =new ZipEntryListDataProvider();
public ZipEntryListDataProvider getZipEntryListDataProvider(){
return zipEntryListDataProvider;
}
publicvoid setZipEntryListDataProvider(ZipEntryListDataProvider zipEntryListDataProvider){
this.zipEntryListDataProvider = zipEntryListDataProvider;
}
clean + rebuild + close + reopen the project and i can bind this dataprovider to a table
now i want to recreate this application with creator because with vwp i have problems with ie6 and deployement in oracle ias. I do the same steps but i don't have the dataprovider in the list when i want bind the table
Walid

