When I click the ok button, the loading image starts spinning, but nothing
updates and it never stops spinning. Any help would be appreciate. Thank
you!

Code:

[...]
<script type="text/javascript">
    function startPulse(el){

        new Effect.Pulsate(el);
    }
</script>
        <h:form>
        <s:inputTextAjax value="#{projectWiki.name}" id="text2" 
showOkButton="true"
showCancelButton="true" validator="#{projectWiki.validateProjectName}">
                <f:valueChangeListener
type="org.apache.myfaces.custom.inputAjax.SampleValueChangeListener" />
        </s:inputTextAjax>
        <t:message forceSpan="true" for="text2" style="color:red;
font-weight:bold;" />
</h:form>
[...]
-- 
View this message in context: 
http://www.nabble.com/s%3AinputTextAjax-not-working-tf2015832.html#a5540999
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to