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 &nbsp;&nbsp;&nbsp;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]

Reply via email to