I am working on an application which uses Struts 1.1.The application uses nested tags.
<nested:nest property="myProperty.childProperty">
......
.....
<html:text property="finalProperty"size="16" maxlength="16"> 
The myProperty is an object  whose getter/setter is defined in the form bean and and 
it is set in Action class.
The childProperty object is initialised with data from the database views with the 
help of BC4J wrappers in a session ejb. childProperty is a transfer object which 
corresponds directly to a view and it is set to the myProperty in the same session ejb.

Now when i run the application and try to access the jsp page it gives jsp cmpilation 
error ....
19:57:10,793 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for 
servlet action threw exception
javax.servlet.jsp.JspException: No getter method for property finalPropertyof bean 
MyForm
In some pages it work 1st time i.e when i fetch data 1st time it works ...but fails at 
subsequent times.

The same application work fine in weblogic and websphere. i am working to port it to 
Jboss.
Can anyone please help...??
My question is...
Is there any known issues with struts in Jboss?

Thanks in advance
Shoumya


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843995#3843995

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843995


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to