Results 1 to 3 of 3

Thread: clientTextValidator and richfaces

  1. #1

    Default clientTextValidator and richfaces

    Hi, i have the following construction:

    <sf:clientTextValidator regExp="" invalidMessage="">
    <h:inputText id="" value="">
    <a4j:support event="onblur" reRender="" limitToList="true"/>
    </h:inputText>
    </sf:clientTextValidator>

    if i do without sf:slientTextValidator then ajax suppor works and the field will be rerendered. But with the sf:slientTextValidator ajax does not work.

    Can you pleas help me. Thanks.

  2. #2
    Join Date
    Nov 2008
    Posts
    742

    Default

    Can't offer any specific insight. You could try checking the HTML that gets rendered, and compare that to the HTML from just using a4j:support and from just sf:clientTextValidator. If there's some kind of javascript decoration going on, maybe one is overwriting something the other needs to function?

  3. #3
    Join Date
    Oct 2009
    Posts
    1

    Default

    I am having the exact same problem. Has anyone found a solution to this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •