I don't think that will work, since the browser will eat the spaces, anyway. is your only choice if you want to do it in the label. However, you may be much better off if you use CSS to manipulate the space around your labels instead of spaces, anyway.
--sam On 1/8/07, Peter Schröder <[EMAIL PROTECTED]> wrote:
try using the ascii-value for a space something like \u0815 http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html or work with html-optgroup-tag (without propertysection): <select name="Namen" size="6"> <optgroup label="Namen mit A"> <option label="Anna">Anna</option> <option label="Achim">Achim</option> <option label="August">August</option> </optgroup> ... </select> -----Ursprüngliche Nachricht----- Von: Pablo Ruggia [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 5. Januar 2007 15:34 An: Tapestry users Betreff: Spaces in PropertySelection Hi !! I have a series of items in a PropertySelection that have to have some spaces at the beginning. I need something like Item Label. Tapestry does not replace spaces with nbsp's and PropertySelection doesn't have a raw parameter. Thanks ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]