In the Struts 2 tutorial the editPerson does not display correctly.
In Firefox 1.5 the buttons are stacked vertically below each other about 75% of the
way accross the screen.
In IE 7 they are positioned alongside each other, but just to the right hand side of
the last input field (rather than just below it).
The css_xhtml form tag template is being used, so swaping the button bar
from a table row to a list item solves the problem in both browsers.
I have already changed the wiki, but the downloadable code for this tutorial in the "tutorial-struts2" module of the appfuse-demos project on Google Code also needs changing.
NB this patch also includes
APF-611 (bypass validation on press of cancel button).