RE: overwrite first element in select

2008-05-08 Thread Blower, Andy
/) > -Original Message- > From: Leon Derks [mailto:[EMAIL PROTECTED] > Sent: 08 May 2008 14:39 > To: Tapestry users > Subject: overwrite first element in select > > Hello > > Is it possible to overwrite the first element in a select box? > At the moment this is an empt

Re: overwrite first element in select

2008-05-08 Thread Adam Zimowski
You can do this when you create select model. For example, in my application I have a drop down of catagories fetched by a DAO, with first element being "-- Please Select": @Cached public SelectModel getCategoriesModel() { Schemed schema = _catalog.computeOdsSchema

overwrite first element in select

2008-05-08 Thread Leon Derks
Hello Is it possible to overwrite the first element in a select box? At the moment this is an empty value, but can I for example overwrite this with "All" Leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman