On 3 May 2006, at 18:22, James Cicenia wrote:
I have a wrapper that has a header with its own form. This means my display groups are not within that form.. could this be the problem?
Display groups are in your java code, not "in" the component. However, what you describe could be causing you a problem. Remember that a form only submits values that are within that form (which is probably the number one mistake I see in web designer created pages). So if your code depends on values that are outside the form that is being submitted, they won't reach your program.
Also, if you use WOBatchNavBar, it contains a form of its own, which means that you can't include it inside another form. This shouldn't be a problem.
It seems as though the display group gets rendered before awake or appendToResponse... is that possible?
No. Paul _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
