RE: Action servlet becomes null in UNIX environment

2008-05-07 Thread Allen, Daniel
in. If it seems like the incoming URLs are correct, including that parameter, then it looks like you have an Apache or Tomcat problem, and you should probably ask them about it. ~DVA -Original Message- From: Raghuveer Rawat [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 2:45 P

Re: Action servlet becomes null in UNIX environment

2008-05-07 Thread Raghuveer Rawat
Thanks for the prompt reply. Its a late 90's huge application in which now i cannot start using Strus 2 as iam the only developer working on this. We are using html in java code because the JSP changes at run time according to the user inputs . Yeah , i agree that coz of diff environment we face

RE: Action servlet becomes null in UNIX environment

2008-05-07 Thread Allen, Daniel
A couple of things strike me as really odd about this. First: why are you creating HTML using strings in Java code? The whole point of JSPs was to avoid doing exactly that. You should either make use of .jsp files and the logic tags in Struts [1] or just use regular servlets if you really want to

Re: action -> servlet

2005-10-05 Thread Hubert Rabago
For the path, try using the same path that you would use if you were calling the servlet directly from the browser, without the application context. You should also consider generating the file from the Action itself. The Action does have access to the servlet output stream and the html headers.

Re: action -> servlet

2005-10-05 Thread Dave Newton
Martin Gainty wrote: The documentation for the Action Class http://struts.apache.org/api/org/apache/struts/action/Action.html shows that we can use ActionObject.setServlet(ActionServletObjectToAttach) I'd think that forwarding would be a lot easier... What kind of problems are you having with

Re: action -> servlet

2005-10-05 Thread Martin Gainty
Chris- The documentation for the Action Class http://struts.apache.org/api/org/apache/struts/action/Action.html shows that we can use ActionObject.setServlet(ActionServletObjectToAttach) Curious as to why you want to veer off from originating Servlet to another Servlet? Martin- - Original M

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