When the attribute label of s:outputText component contains special char
like carriage return, the suggested items list is not displayed :
<s:tableSuggestAjax var="var" id="suggest" startRequest="1"
value="#{bean.suggestValue}"
suggestedItemsMethod="#{bean.getSuggestedList}"
maxSuggestedItems="10" charset="utf-8">
<t:column>
<f:facet name="header">
<s:outputText value="#{var.name}" />
</f:facet>
<s:outputText for="#{id1}" label="#{var.label}" >
</t:column>
</s:tableSuggestAjax>
If i clean the label String in the suggestedItemsMethod bean method : the
suggest items list is displayed.
So i try to use a custom converter to the tablesuggestAjax or either
s:outputText component to clean the String, but my custom converter is not
called.
Any idea ?
--
View this message in context:
http://www.nabble.com/sandbox-outputText-label-in-TableSuggestAjax-problem-tf3448857.html#a9619122
Sent from the MyFaces - Users mailing list archive at Nabble.com.