Sunday, November 20, 2005

Update to Backbase and Forms

I've made some small updates to the 'Backbase and Forms' post based on feedback from Grauw.

The changes were:

  • I now use 'ancestor::forms[1]' as the XPath expression to identify the parent form. This works for any level of nesting and is more robust than '../../form'.

  • The s:execute example used a 'div' as the container for the s:execute. This causes an uneeded block to be rendered in the HTML. I replaced the div with an empty s:execute, which gets replaced with an s:execute containing the s:task when the form is submitted.

  • I cleared up the text about which is the default type for an input. At least, I hope I cleared it up!


Thanks for the feedback!

Categories:

0 Comments:

Post a Comment

<< Home