are "add" and "edit" page classes?

If you instantiate an object in one page it won't be set in another,
unless you persist as an SSO

@Persist is only scoped to a particular page, i.e saves values between
requests. An @Persist'd object is not visible to other pages.




On Wed, 2011-04-13 at 04:41 -0700, robnangle wrote:
> Richard Hill-7 wrote:
> > 
> > the value attribute will set (choose) the drop down value from the
> > options defined in goalkeepers. Does this option/value exist in your
> > model?
> > 
> > 
> > 
> > 
> > On Wed, 2011-04-13 at 04:30 -0700, robnangle wrote:
> >> t:select t:id="goalkeeper" model="goalkeepers" value="team.keeper"
> >> blankOption="never"/
> >> 
> >> --
> >> View this message in context:
> >> http://tapestry.1045711.n5.nabble.com/T5-Select-wont-find-selected-value-in-edit-tp4300292p4300356.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
> >> 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> > 
> 
> It does yes, its just a list of all the goalkeepers so there is no way that
> one is missng. It seems to be saying the keeper property is null in the edit
> class, but that shouldn't be as its beeing set when a user creates it in the
> add class?
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T5-Select-wont-find-selected-value-in-edit-tp4300292p4300371.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
> 



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

Reply via email to