Hello all,

I have a set of Java classes that process an XML configuration file to 
generate HTML form parameter information dynamically. I use this 
information in a JSP file to serve my Form onto the browsers.

I have a servlet to handle the form submission and to validate the user 
data. These validations are configurable through XML. I keep the user data 
in a Java collection class and pass it on to next layer for backend processing.

My question is,  is it possible to use struts for my application? Can I 
make the Servlet as an Action class without having a FormBean to hold the 
data? Is it mandatory to have FormBean whenever I use a Form and an Action 
class?

Can some one please throw some ideas on this?  If this discussion had 
already happened on this mailing list, I would appreciate if someone could 
send me a reference to that thread.

Thanks in advance,
Sastry.

Reply via email to