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 need to use the logic:iterate tag in the JSP) HTH Regards Nitesh - Original Message - From: "Anand Vijay" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 15, 2005 4:00 PM Subject: another newbie Hi All I have a link in my application for user registration form .

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: Form tag problem - Another newbie tip

2004-07-05 Thread jthompson
Speaking of newbie tips, I've been banging my head with struts/JSTL for the past two weeks and discovered this gem today. <% if (image.trim().length()>0) { %> ... This lets me grab an object out of a form bean and switch to JSP script mode so that I can use the full force of Java rather t