RE: another newbie

2005-06-17 Thread Amin Mohd Sani
Anyone using eclipse and jboss with struts? I'm getting this error as below : 12:30:48,329 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for ser vlet jsp threw exception javax.servlet.jsp.JspException: Cannot retrieve mapping for action /submit at

Re: another newbie

2005-06-17 Thread Sunny
Paste your struts.xml. Seems you are missing some information in struts.xml Amin Mohd Sani wrote: Anyone using eclipse and jboss with struts? I'm getting this error as below : 12:30:48,329 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for ser vlet jsp threw exception

Re: another newbie

2005-06-17 Thread Nitesh
: Friday, June 17, 2005 11:59 AM Subject: RE: another newbie Anyone using eclipse and jboss with struts? I'm getting this error as below : 12:30:48,329 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for ser vlet jsp threw exception javax.servlet.jsp.JspException: Cannot retrieve

Re: another newbie

2005-06-17 Thread Janek Ziniewicz
) Nitesh - Original Message - From: Amin Mohd Sani [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, June 17, 2005 11:59 AM Subject: RE: another newbie Anyone using eclipse and jboss with struts? I'm getting this error as below : 12:30:48,329 ERROR

Re: another newbie

2005-06-16 Thread Nitesh
Map the action class in the struts config and have the link point to the action i.e. a href=/MyAction.do... Nitesh - Original Message - From: Anand Vijay [EMAIL PROTECTED] To: Nitesh [EMAIL PROTECTED] Sent: Thursday, June 16, 2005 10:34 AM Subject: Re: another newbie Hi Thanks

Re: another newbie

2005-06-16 Thread Zarar Siddiqi
: another newbie Map the action class in the struts config and have the link point to the action i.e. a href=/MyAction.do... Nitesh - Original Message - From: Anand Vijay [EMAIL PROTECTED] To: Nitesh [EMAIL PROTECTED] Sent: Thursday, June 16, 2005 10:34 AM Subject: Re: another newbie Hi

another newbie

2005-06-15 Thread Anand Vijay
Hi All I have a link in my application for user registration form . Form has combo box that needs to be populated from database. How to achieve this? Where do we write our bean to fetch the data? Thanks in advance Regards Vijay

Re: another newbie

2005-06-15 Thread Nitesh
you need to use the logic:iterate tag in the JSP) HTH Regards Nitesh - Original Message - From: Anand Vijay [EMAIL PROTECTED] To: user@struts.apache.org Sent: Wednesday, June 15, 2005 4:00 PM Subject: another newbie Hi All I have a link in my application for user registration form