You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Senthilrajan VS <rs...@freescale.com> on 2005/08/05 14:36:48 UTC

in struts

Hi all,

I am using <html:select> and <html:option> using collections. I want to put <OPTGROUP> into this. Is it possible to have <OPTGROUP> using <html:option>.


Thanks & Regards,
SenthilRajan VS

Re: in struts

Posted by Laurie Harper <la...@holoweb.net>.
Senthilrajan VS wrote:
> I am using <html:select> and <html:option> using collections. I want to put <OPTGROUP> into this. Is it possible to have <OPTGROUP> using <html:option>.

Can't you just include it in your JSP?

   <html:select ...>
     <optgroup ...>
       <html:option ...>

L.
-- 
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org