I am a newbie to struts. My jsp is mostly displaying read-only data to the user. I am populating this data from ActionForm attributes. I don't understand why my display items have to be in an html:form with an action. I do understand that if I have buttons or other input items that they must be in an html:form. If I do not put the items in an html:form, then I get the error javax.servlet.jsp.JspException: Cannot find bean xxx in any scope.
Please help in my understanding of this issue. Or is this some kind of setup issue?
Thanks
Please help in my understanding of this issue. Or is this some kind of setup issue?
Thanks