Stateful form components?

2007-10-12 Thread lightbulb432

What set of taglibs can I download to be able to use stateful form components
(e.g. checkboxes that know whether they should be checked or not based on
existing values in the domain objects, or based on the previous attempt at
submitting the form)?

The input library at http://jakarta.apache.org/taglibs/index.html is
listed as deprecated, so I'd like to avoid it. Has this project been rolled
up into another listed at this URL, or is there no way to get the use of
stateful form components short of creating them yourself or using some web
framework?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Stateful-form-components--tf4611737.html#a13170007
Sent from the Taglibs - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Stateful form components?

2007-10-12 Thread Kris Schneider
On 10/12/07, lightbulb432 [EMAIL PROTECTED] wrote:

 What set of taglibs can I download to be able to use stateful form components
 (e.g. checkboxes that know whether they should be checked or not based on
 existing values in the domain objects, or based on the previous attempt at
 submitting the form)?

 The input library at http://jakarta.apache.org/taglibs/index.html is
 listed as deprecated, so I'd like to avoid it. Has this project been rolled
 up into another listed at this URL, or is there no way to get the use of
 stateful form components short of creating them yourself or using some web
 framework?

Outside of leveraging a framework like Struts, I don't really have a
suggestion, sorry. One option would be to do the binding on the client
side via something like dojo or YUI...

 Thanks.
 --
 View this message in context: 
 http://www.nabble.com/Stateful-form-components--tf4611737.html#a13170007
 Sent from the Taglibs - User mailing list archive at Nabble.com.

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
directThought  http://www.directThought.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]