$ 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

html options tag

2002-10-18 Thread Mohan Radhakrishnan
Hi, What is the importance of the form tag when used with the html select tag ? html:form action=report.action onsubmit=validate(this) - html:select property=applications multiple=true size=1 html:options collection=applicationOptions property=value labelProperty=label/

Using Hashtable to show html options using struts html:options tag

2002-06-10 Thread Yaman Kumar
Hi, Can any one suggest me in using Hashtable in html:options tag to render html options. I could render with vector but not with Hashtable(key value are Strings). TIA rayaku -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: localized html options labels

2001-08-27 Thread Craig R. McClanahan
On Sun, 26 Aug 2001 [EMAIL PROTECTED] wrote: Date: Sun, 26 Aug 2001 17:31:11 -0400 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: localized html options labels Is there a proper Struts way of implementing localized html options labels? I need

localized html options labels

2001-08-26 Thread kuni . katsuya
Is there a proper Struts way of implementing localized html options labels? I need to display a form that has a select list of provinces/states. Dependent on the user's locale, I need it to display, for instance, British Columbia vs. Colombie-Britannique. A quick perusal of OptionsTag.java