Passing Parameters from Action to JSP's

2003-12-09 Thread Samanth Athrey
Hello All, I have a issue here. Any help would be of great help. I have an action class - Action_A which forwards the request to A.jsp. A.jsp has 2 query parameters that are displayed correctly. The two parameters are stored in hidden variables within the form tag. Now, when this page is submi

RE: Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread Samanth Athrey
--Original Message----- From: Samanth Athrey [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 3:50 AM To: [EMAIL PROTECTED] Subject: Problem in deploying struts app in production environment. Pls help Importance: High Hello, Am using struts1.1, tomcat 4.1.27. During development there was

Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread Samanth Athrey
files are in place and the production environment is a replica of my development envi. Is there something that am missing here? Pls help. Regards, Samanth Athrey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Can I use RequestProcessor to handle session?

2003-11-05 Thread Samanth Athrey
Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add that piece of code to check if the session is valid. The problem am facing is, if i return false from this metho

Session handling through Request Processsor

2003-11-05 Thread Samanth Athrey
Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add that piece of code to check if the session is valid. The problem am facing is, if i return false from this metho

Handling Session Timeout

2003-11-05 Thread Samanth Athrey
Hello Gurus I am trying to handle session timeout by extending RequestProcessor. Since the processPreprocess(...) method is called before the Action.execute(..) method, am trying to add that piece of code to check if the session is valid. The problem am facing is, if i return false from this metho

Re: Positioning error messages

2003-08-27 Thread Samanth Athrey
forget it.. i had made a silly mistake.. thanx -Samanth "Samanth Athrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey all, > > I am using Validation Framework. The only problem I now have is to position > the messages. Everything is towards the

Positioning error messages

2003-08-27 Thread Samanth Athrey
Hey all, I am using Validation Framework. The only problem I now have is to position the messages. Everything is towards the right of textbox. But i want to the left. Is that possible? Thanx Samanth - To unsubscribe, e-mail:

application.properties file location

2003-08-14 Thread Samanth Athrey
Hi, I have my application.properties file stored in the classes directory. But the application is unable to locate and load this file. Any tips would be of great help. Thanks, Samanth Athrey - To unsubscribe, e-mail: [EMAIL

Cannot find ActionMappings or ActionFormBeans collection

2003-08-14 Thread Samanth Athrey
Just what exactly does this error mean?? I've all the necessary jar files in the classpath. Please help Regards, Samanth javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:798) at org.apache.stru

JSP Exception, HELP!!!

2003-08-04 Thread Samanth Athrey
Hello All, This is a real strange exception am getting. I have a main page which has 6 links. First time I can select any of the link and the page is rendered. Once I come back the main page and select any other link, I get the following message: === javax.servlet.jsp.JspException: No getter me

JSP Exception - URGENT!!!

2003-08-02 Thread Samanth Athrey
Hello All, This is a real strange exception am getting. I have a main page which has 6 links. First time I can select any of the link and the page is rendered. Once I come back the main page and select any other link, I get the following message: === javax.servlet.jsp.JspException: No getter meth

not working!

2003-07-31 Thread Samanth Athrey
Hi, I have this tag in my jsp file. But when error occurs, this fails to display the error messages on the jsp file. There is only single copy of my ApplicationResources.properties file. I am overriding the validate() method of the ActionForm class. Could anybody tell me where am going wrong. I

Struts with JRun4

2003-07-30 Thread Samanth Athrey
Hi, Has anybody successfully deployed struts with JRun4? Are there any documents? Let me know. Regards, Samanth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: newbie question!

2003-07-28 Thread Samanth Athrey
Hi, There are no exceptions at all! Once the FormBean is executed the control is not passed on to the Servlet! Regards, Samanth Athrey "Alen Ribic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I couldn't spot anything wrong below, did you ge

newbie question!

2003-07-27 Thread Samanth Athrey
-- Regards, Samanth Athrey, Azikewe Systems, www.azikewe.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]