>From my experience there is some escaping of the html body of the option tag (which caused a little trouble for me once).
<stripes:option value="foo"> bar</stripes:option> turns in to <option value="foo">&nbsp;bar<option> I would love to be able to turn this escaping off though. Eirik 2008/9/18 Nathan Maves <[EMAIL PROTECTED]>: > This may be the most simple request ever seen on the list :) > > for the option tag I would think that it should work as state below... > > <stripes:option value="foo">bar</stripes:option> == <option > value="foo">bar<option> > <stripes:option value="foo" label="bar" /> == <option > value="foo">bar<option> > <stripes:option value="foo" /> == <option value="foo">foo<option> > > > what do the rest of you think :) > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
