#1, mainly because my primary app uses stxx (http://stxx.sf.net) so
without taglibs, there isn't much left to ActionForms.  My forms are
XML based, so I use commons-validator with custom XML validators, and
JXPath to populate (treats the form element names as xpath
expressions).  My wizards that use Struts Flow use the same population
and validation methods.

Don

On 5/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> By the way, hopefully by input and output data we understand the same
> information. For example, this wiki page
> http://wiki.apache.org/struts/StrutsMultipleActionForms treats data
> from a page point of view: "Most pages have both input data (setup)
> and output data (request name/value pairs)." That means, that input
> (setup) data is used to build the page, and output data is sent from
> the page. I just noticed that ;)
> 
> I treat data from action's point of view. Thus, input data is sent
> from the browser to the action, and output data generated by action
> and sent to the page.
> 
> Michael.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to