RE: Action Servlet not getting called.

2004-08-16 Thread Jitender K Chukkavenkata
Hi Veera, You have used an identifier called employees for logic:iterate name attribute. The name should be a valid bean name defined in any scope. I guess you are giving a wrong reference. Try giving a valid bean reference that exist in any scope. Regards, Jitender Kumar C.V.

RE: Action Servlet not getting called.

2004-08-16 Thread Veerabhadra Rao R
inal Message- From: Divakar Satyanarayan Sent: Monday, August 16, 2004 12:22 PM To: Struts Users Mailing List Subject: RE: Action Servlet not getting called. Space is not there We use Apache web server & it displays a blank page. Regards, Divakar -Original Message- From: Navjot Singh

RE: Action Servlet not getting called.

2004-08-15 Thread Divakar Satyanarayan
Space is not there We use Apache web server & it displays a blank page. Regards, Divakar -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 12:08 PM To: Struts Users Mailing List Subject: Re: Action Servlet not getting called. what

Re: Action Servlet not getting called.

2004-08-15 Thread Navjot Singh
what does tomcat log returned? does it throw error or a blank page? is it because of space after this dot? type="mascot.workqueue.action. SummaryAction" regards Navjot Singh Divakar Satyanarayan wrote: Hi All, I have added following action mapping to struts-config.xml for a page. In

Action Servlet not getting called.

2004-08-15 Thread Divakar Satyanarayan
Hi All, I have added following action mapping to struts-config.xml for a page. In --- In The file SummaryAction.java is available in a jar that is in the classpath before and from this jar other pages are working. The jsp path is OK