1 2 Previous Next 16 Replies Latest reply on Mar 12, 2008 1:13 PM by richfaceslearner Go to original post
      • 15. Re: Calendar
        richfaceslearner

        This code is working fine.
        <h:form id="soForm">
        <h:inputText id="poNoFrom" value="" ><a4j:support event="onblur" focus="poNoTo"></a4j:support>
        </h:inputText>
        <h:inputText id="poNoTo" value="" >
        </h:inputText>
        </h:form>
        but,when i add focus="soForm:poNoTo" instead of focus="poNoTo",focus is not going to 'poNoTo'.What can be the reason.

        • 16. Re: Calendar
          richfaceslearner

          I found the reason.I am just including that page in form.So,its not recognizing the 'soForm'.Its sthg like this.
          <h:form>
          here i am including the page that has the above code.
          </h:form>
          Is there any way that i can tell the included page that its form name is 'soForm'.

          1 2 Previous Next