HomePrevNext

PartialForm
net.sf.tacos.partial.PartialForm
  Non-Visual Component
Description
Used to implement an HTML form.
Parameters
nametypedirectionrequireddefault valuedescription
refreshPartsjava.lang.Objectcustom  nullPart IDs to refresh after processing listener (single String or collection of Strings). 
methodjava.lang.Objectcustom  null The method used by the form when it is submitted, defaults to POST.  
listenerjava.lang.Objectcustom  null Object invoked when the form is submitted, after all form components have responded to the submission.  
statefuljava.lang.Objectcustom  null If true (the default), then an active HttpSession is required.  
directjava.lang.Objectcustom  null If true (the default), then the more efficient direct service is used. If false, then the action service is used.  
delegatejava.lang.Objectcustom  null Specifies the delegate to be used by fields to track input errors.  
Allow body (rendered)
Allow informal parameters   
Reserved parameters action, onsubmit
Toggle help

HomePrevNext