$ formatting in html options tag

2003-06-19 Thread Kommana, Sridhar
in labelProperty getDescription i will get only amounts 1000,2000,3000 etc from database.at the presetation layer i need to display these values as $1000,$2000,$3000 etc.Is there a way to append formatting $ in the html:options tag other than adding $ to the collection.if i add $ to the

Re: $ formatting in html options tag

2003-06-19 Thread David Graham
The JSTL's fmt tags have some of this capability. Why can't you use an option value=1$10,000/option to send back an unformatted value to the form? David in labelProperty getDescription i will get only amounts 1000,2000,3000 etc from database.at the presetation layer i need to display