Re: Update Zone in form1 from form2

2011-11-02 Thread George Christman
ds in form1. This seems to be whats causing the select menu to throw the exception it must be contained within a form. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Update-Zone-in-form1-from-form2-tp4955889p4958022.html Sent from the Tapestry - User mailing list archi

Re: Update Zone in form1 from form2

2011-11-01 Thread Steve Eynon
m 1 on submit > >         >             >             >         > > > > Object onSelectedFromUpdate() { >         return new MultiZoneUpdate("zoneOne", zoneOne).add("zoneTwo", > zoneTwo); > } > > -- >

Re: Update Zone in form1 from form2

2011-11-01 Thread George Christman
Object onSelectedFromUpdate() { return new MultiZoneUpdate("zoneOne", zoneOne).add("zoneTwo", zoneTwo); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Update-Zone-in-form1-from-form2-tp4955889p4956100.html Se

Update Zone in form1 from form2

2011-11-01 Thread George Christman
e 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/U