RE: Question: Struts on Weblogic - Urgent please

2001-08-07 Thread Upadhye, Sujit (GEAE, Foreign National)
it into the file web.xml in Web-inf directory Quan - Original Message - From: Upadhye, Sujit (GEAE, Foreign National) [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 12:40 AM Subject: Question: Struts on Weblogic - Urgent please Hi, I

Question: Struts on Weblogic - Urgent please

2001-08-06 Thread Upadhye, Sujit (GEAE, Foreign National)
Hi, I am using Struts on Weblogic 5.1 with SP9. Initially I developed my app on Tomcat. Here, I am forwarding control to another action object. So, in my config.xml, I have: forward name=next path=/detcontrol.do redirect=true/ I start my app on Tomcat through URL:

Servlet log

2001-06-14 Thread Upadhye, Sujit (GEAE, Foreign National)
Hi, I have a question regarding servlet log mechanism. Where does the servlet.log(String msg, int level) write the message to? Can I set the destination in some configuration file? In Tomcat, there is a directory users\www\logs. However, this statement apparently does not write into it. Thanks

RE: Pre populate

2001-06-11 Thread Upadhye, Sujit (GEAE, Foreign National)
I do the following: 1. Let us say, you want to submit from 'fromPage' and want to do some pre-processing before you give out 'toPage'. 2. In all my Action objects, I have two methods - 'preprocess()' and 'postprocess()'. 3. I submit ALL the requests from 'fromPage' to the Action object

Query: ActionMappings

2001-06-05 Thread Upadhye, Sujit (GEAE, Foreign National)
Hello, In local-forwards, can I forward the control to another Action object instead of forwarding to a JSP? Sujit Upadhye