Re: Is it possible to use an Object as value for a <html:select> (i'm using struts)
- From: "José Antonio" <joeramone@xxxxxxxxx>
- Date: 18 Jun 2005 19:25:02 -0700
Thanks a lot Wendy... so it's not possible to set an Object as an ID in
a html form... mmm, i expected so...i was just hoping that not to be
that way.
The problem is, when a user chooses an option, i want that option to be
associated with a couple of values as ID, not just one string but two.
I could get the pair of values and concatenate the with some character,
handle them in the form as a unique string composed of the two values
and them split them in the Action that follows the jsp to have them as
two again... but i don't feel that to be right... but as it seems... i
have no choice.
Do i have a choice? Any suggestion?
Thanks once again.
.
- Follow-Ups:
- References:
- Prev by Date: Read keys without keyboard focus
- Next by Date: Re: override problem
- Previous by thread: Re: Is it possible to use an Object as value for a <html:select> (i'm using struts)
- Next by thread: Re: Is it possible to use an Object as value for a <html:select> (i'm using struts)
- Index(es):
Relevant Pages
|