Re: another newbie

2005-06-17 Thread Janek Ziniewicz
ons as well) Nitesh - Original Message - From: "Amin Mohd Sani" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, June 17, 2005 11:59 AM Subject: RE: another newbie Anyone using eclipse and jboss with struts? I'm getting this error a

Re: another newbie

2005-06-17 Thread Nitesh
" 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 [Engine] StandardWrapperValve[jsp]: Servlet.service() for ser vlet jsp threw exception javax.servlet.jsp.JspException: Can

Re: another newbie

2005-06-16 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 javax.servl

RE: another newbie

2005-06-16 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 org.apache.struts.taglib.ht

Re: another newbie

2005-06-16 Thread Zarar Siddiqi
ddiqi - Original Message - From: "Nitesh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 16, 2005 1:20 AM Subject: Re: another newbie Map the action class in the struts config and have the link point to t

Re: another newbie

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

Re: another newbie

2005-06-15 Thread Nitesh
You could populate the combo independently using a logic:iterate tag in the JSP Use a bean/helper to get the values as a collection and pass the same to the iterator. alternate method is to have an action class before the control comes to the JSP where in you could get the collection. (Here also