--- Anindita Goswami <[EMAIL PROTECTED]> wrote: > Hi Alex, > Thanks for your response. > I have already solved this problem. If there is any error message in > instance, I created hidden elements capturing them. Then I accessed > those > hidden elements from javascript and showed them in pop up. Following is > the code in my xforms page: > > <xforms:repeat nodeset="errors/error"> > <xxforms:hidden ref="@xxforms:error" xhtml:id="Error"/> > </xforms:repeat> > > I did this in v2.6. Will it work in v2.7 as well?
Yes, it will work with 2.7. And starting with 2.7 <xxforms:hidden> is documented and supported (so it there to stay). Alex ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
