Hi,

<h:outputText value="&nbsp;" encoding="false"/>

Regards,
 Volker

2007/2/12, Jochen Wiedmann <[EMAIL PROTECTED]>:
Hi,

I have a dataTable with columns, which are defined like this:

              <h:column>
                <f:facet name="header">
                  <h:outputText
value="#{msg['pages.label.edit']}"></h:outputText>
                </f:facet>
                                <h:commandLink value="o" 
action="#{usersController.onEdit}"
                                  rendered="#{row.saveable}"/>
              </h:column>

If "rendered" is false, then the column is empty. Consequently, the
borders are missing. (The same applies, btw, with outputText and an
empty string.) How do I get an &nbsp; in such cases?


Thanks,

Jochen

--
How fast can a year go? As fast as your childs first year.

Reply via email to