RE: retreiving the labelProperty of an option tag

2004-01-23 Thread Vinicius Carvalho
Thax, I'll try the javascript approach, cuz the collection gets lost, it's visible only on request scope for that page, performance issues ;) But thanks for the hint ;) At 11:17 23/1/2004, you wrote: That's correct, the form is only going to submit the value not the label for the option. You mig

RE: retreiving the labelProperty of an option tag

2004-01-23 Thread Robert Nocera
That's correct, the form is only going to submit the value not the label for the option. You might use javascript to populate a hidden field with the label so it gets submitted, if you really wanted to, but it would be much easier to just look up the label in your action using the value you receiv