Re: What is the best way and where to create my array...
Re: What is the best way and where to create my array...
- Subject: Re: What is the best way and where to create my array...
- From: Paul Lynch <email@hidden>
- Date: Wed, 3 May 2006 19:01:11 +0100
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden