Hi;

These are a couple of suggestions I have for the next version of struts:
  1.. Can get the session in the ActionForm constructor. This would be very useful for 
initializing with data attached to the session.
  2.. Have a pre-page method in the Action that can be set in an <action> like 
validate="true". This would give the Action class a chance to determine if this page 
can be displayed and do a forward if it cannot. For example in pages 2 - N of a 
multi-page series of forms.
  3.. Allow an <action> with no form. This would be useful where a page has a form 
that is just a submit button. No ActionForm is needed but the <html:form> is still 
prefered for the action it submits to.
thanks - dave

Reply via email to