I have a form that contains two form fields, form1 and form2

Form1 contains all the main form data and form2 is a popup box surrounded by
a zone. 

Form2 popup box zone is triggered from a select menu within form1. The
select menu contains an add new value option. 

When the popup box zone is triggered, the popup box appears with the addrow
component. 

When you add a new row of data to the popup box and hit submit, I'm looking
to close out the box and update the select menu within form1. 

The easiest way to handle this would be to just commit it to the database,
but that isn't an option here, so I would need to update the session object. 

I'm using a multiZone component which seems to work find until it reloads
the select menu which is also contained within a zone. I think it's removing
the select menu zone from it's current location and giving me the following
exception. 

purchaserequestform.select must be enclosed by a Form component.

If anybody has any suggestions, it would be greatly appriciated. I'm not
sure if I zone component can be used in such away. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Update-Zone-in-form1-from-form2-tp4955889p4955889.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to