I have a very custom D2WQueryPage.
I would like to reuse the results of this querypage.
Is this possible?
I am instantiating it as such:
TOSD2WQueryPage queryPage = new TOSD2WQueryPage(context());
queryPage.setEntityName("PortfolioProject");
However, I get a null exception:
at
com.webobjects.directtoweb.D2WComponent.setEntity(D2WComponent.java:336)
at
com.webobjects.directtoweb.D2WComponent.setEntityName(D2WComponent.java:356)
at com.tos.tab.TabSystem.changeReportProject(TabSystem.java:403)
Why? I am setting the Entity Name? Or is this just not possible?
Thanks
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]