> Werner, names are a little confusing, but I think Simon talks about
> inputTextAjax component (validating user input on server side through
> ajax), and not our inputSuggest comp.
>
> @Simon, I have submitted a patch a week ago where the above has
> changed a little bit.
>
> Now, I would suggest to use t:message with the little extension like this:
>
> <t:message forceSpan="true" styleClass="errorMessage" for="text1">
>
> The inputAjax may look like this:
>
> <s:inputTextAjax value="#{inputAjaxBean.text1}" id="text1"
> validator="#{inputAjaxBean.validateText1}"
> errorStyle="..."/>
>
> This should work in both browsers, like it is shown in the current
> sandbox example page.
Where is this?
> Please have also a look at it.
>
> Problems solved?
Nope, switched to server side, tried t:message with/ without
forceSpan="true" and s:message. Same exception.