Re: How the Action Controller works

2002-06-07 Thread Karthik_Gurumurthy
have just started using struts, i might be wrong. Since no one has answered yet, let me try... I guess struts does'nt care about the state of a ActionForm class (if it is filled up/ not) In the Action element in struts-config.xml, we indicate wether validation of the form needs to be done / not

Frames not able to pick up the corresponding jsps

2002-06-06 Thread Karthik_Gurumurthy
Hi All, I have a page Nav.jsp When i try directly accessing this page, the frames pick up their respective resource jsps properly. But when i forward it to this page through struts, it does'nt work. I get a 404 error for the JSPs referred to by the frames. The viewNav.jsp, dataNav.jsp are in

RE: Frames not able to pick up the corresponding jsps

2002-06-06 Thread Karthik_Gurumurthy
i tried with the html:frame tag still it is not working. It's unable to pick up the jsps :-( frameset rows=60%,* framespacing=0 frame name=viewFrame src=viewNav.jsp scrolling=auto frame name=dataFrame src=dataNav.jsp /frameset w'd this look like.. frameset rows=60%,* framespacing=0

Re: JATO

2002-06-06 Thread Karthik_Gurumurthy
am not sure, but when i took a look @ it a year ago, it was more like a XML -- Java converter / XML -- Object converter and used to work the other way around as well. More along the lines of what JAXB is aiming to standardize. So it does'nt appear to be a struts competitor . but i c'd be wrong

Re: Struts-Example registration.jsp not working

2002-06-06 Thread Karthik_Gurumurthy
the ActionClass that forwards the request to registration.jsp has the responsibilty of filling up the bean and setting it against the key. By directly typing the URL, we by pass that action. So there is a error. that is not the first page i guess. It has to be index.jsp. Infact index.jsp is the

javax.servlet.jsp.JspException: No getter method for property name of beanorg.apache.struts.taglib.html.BEAN

2002-05-30 Thread Karthik_Gurumurthy
Hi All, i know it sounds pretty basic. But am not sure why the jsp page is unable to find the getter for a property. I have a simple results page which looks like this. % page language=java % % taglib uri=/WEB-INF/struts-bean.tld prefix=bean % % taglib uri=/WEB-INF/struts-html.tld prefix=html