Formbean scope

2007-07-27 Thread John Mammen
Hi, I'm just starting on struts. I wanted to know if a formbean instance that has been declared with request scope can be accessed in a subsequent request. I.e. Instance of Formbean A (Request scope) --> Used to populate JSP page A --> Action B (Will the same instance of Formbean A, which wa

Invoking Servlets from JSP

2007-07-27 Thread John Mammen
Hi, What is the best way to invoke a Servlet from a JSP in the struts framework? I have a login page. When the user clicks 'Log-in', the control should go to a Servlet outside the struts framework. Regards, John. CAUTION - Disclaimer * This e-mail contains P

RE: Invoking Servlets from JSP

2007-07-27 Thread John Mammen
struts app which has servlets also , i just call the servlet mapping in my web.xml from my jsp. Thanks, Nuwan John Mammen wrote: > Hi, > > What is the best way to invoke a Servlet from a JSP in the struts framework? > > I have a login page. When the user clicks 'Log-in',

Problem deploying an application

2007-08-02 Thread John Mammen
Hi, I have 3 projects (web project, EJB and Java Client) which I have deployed using a single EAR. The EJB and the client reference the web project (will there be a problem with a reference in this direction?). After successful deployment, the Client and the EJB are unable to find the required

RE: Problem deploying an application

2007-08-03 Thread John Mammen
:46 AM To: Struts Users Mailing List Subject: RE: Problem deploying an application We are having similar problems ...try reading this http://www.redbooks.ibm.com/redpapers/pdfs/redp4307.pdf. -Original Message- From: John Mammen [mailto:[EMAIL PROTECTED] Sent: Friday, 3 August 2007 3:33 PM To

X11 server at :0.0

2007-08-06 Thread John Mammen
Hi, Have any of you faced this issue while deploying an application in WAS? Error executing deployment: java.lang.InternalError. Error is Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.. java.lang.InternalError: Can't connect to X11 window server using ':

RE: X11 server at :0.0

2007-08-06 Thread John Mammen
still need the required X11 libs. > > Al. > > -Original Message- > From: John Mammen [mailto:[EMAIL PROTECTED] > Sent: 06 August 2007 12:18 > To: 'user@struts.apache.org' > Subject: X11 server at :0.0 > > > > Hi, > > Have any of you fa

Retrieving an arraylist of strings

2007-08-21 Thread John Mammen
Hi, I have a JSP which has a drop down selection box which I populate using an arraylist of string objects present in the formbean. How do I get this arraylist of string objects back into the formbean when an action is submitted? Regards, John. CAUTION - Disclaimer *