--- Jos Vos <[EMAIL PROTECTED]> wrote: > I want for example embed the error message in my page view.xsl, > per field, not as a complete block at the top. > > But maybe there is a generic way to do that?
Jos, If you want to display the error message next to the control, you can do that in a generic way (i.e. applies to all pages) by modifying xforms-to-xhtml.xsl. Look for the block after the comment "<!-- Alert -->". You will find there the code that displays the "error" icon. BTW, this is something that we should do in the theme, not in xforms-to-xhtml.xsl. I am adding a RFE for this: http://sourceforge.net/tracker/index.php?func=detail&aid=1106561&group_id=116683&atid=675663 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
