I'm making my first Struts application, and in keeping with MVC 
I want to load all of my JSP pages through actions: the Action sets 
up the data the JSP page needs to display. 

It seems that the <action> tag in struts-config.xml requires a form 
bean for the name="" attribute. But what if I have a view which is not 
a form, merely a view of data? A form bean shouldn't be necessary
for this, so how do I structure this?

Kief

Reply via email to