Hello.

I have been using stripes:option and stripes:options-collection to
output some dropdown menus where the menu has sub-options. That is, i
output a number of " " before the actual text so that the users
sees the text a little further to the right:

<stripes:option value="${base.id}">&nbsp;&nbsp;${base.name}</stripes:option>

Before upgrading to stripes 1.5, the output was like this:

<option value="4">&nbsp;&nbsp;MyBaseName</option>


After upgrading to stripes 1.5 it looks like the character '&' is
escaped to &amp; by stripes, and i get the output:

<option value="4">&amp;nbsp;&amp;nbsp;MyBaseName</option>

This does not look so nice in the browser. Any suggestions on how to
not escape these characters or how to make this work in another way?

Thanks!

Eirik

-------------------------------------------------------------------------
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

Reply via email to