Here is how a 'normal' <select> appears using optgroups: Active Jim Bob Sally Retired Sam Dave
However, after using jQuery to replace the <select> with a call to an ActionBean which forwards to a .jsp to render the element, the display appears to be: Active Jim Bob Sally Retired Sam Dave Note: The optgroup labels appear correct, that is, bolded and italicized. I'm using the following tag: <stripes:options-collection collection="${requestScope.managerDropdownList}" value="id" label="name" group="activeIndicator" /> and this is in a .jsp fragment which is using the "partial" attribute in the <form> tag. I know everything else is working as needed because I can code the <select> using JSTL and the select is displaying correctly. Before I delve into this too deeply, does anyone know if this is an issue, or perhaps I'm using the Stripes tag incorrectly? Thanks, -Cliff ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users