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]