navigation trail: HomePage / StrutsProjectPages / StrutsDocComments
My comment is about the html:cancel tag. The documentation for its property attribute has an explicit warning, it ends with "You will need to do your own cancel detection.". I would like some hints to alternative "cancel detection" implementations, for example when you are using LookupDispatchAction.
There are a couple of continuity errors in http://jakarta.apache.org/struts/userGuide/building_view.html. In section 3.2, the example starts off with MyApplication, but then changes to MyResources from the web.xml snippet. In section 3.4.6, paragraph 2, it references the bean:write tag, then the examples use the bean:message and bean-el:message tags.