Re: Putting a field into the REQUEST

2005-01-08 Thread Shed Hollaway
Krisha, To recap your issue: JSP --> SavePlanProfileAction.java [request.getParameter("regularPlan");] ---> /acctmgmt/updatePlanProfileContent.jsp "Error" Option A: (your current choice): JSP: or SavePlanProfileAction: PlanForm planForm = (PlanForm) form; request.getParameter(

RE: Putting a field into the REQUEST

2005-01-08 Thread David G. Friedman
ly outlined) in your receiving Action. Regards, David -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Saturday, January 08, 2005 1:28 PM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST If the hidden field is not part of the form, then you d

RE: Putting a field into the REQUEST

2005-01-08 Thread Richard Yee
Krishna Mohan -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 11:20 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Krishan, The error code you gave and the description of the problem do not match. If yo

RE: Putting a field into the REQUEST

2005-01-08 Thread Krishna Mohan Radhakrishnan
3 PM To: Struts Users Mailing List Subject: Re: Putting a field into the REQUEST On Fri, 7 Jan 2005 18:35:44 -0500, David G. Friedman <[EMAIL PROTECTED]> wrote: > The explanation you gave made some things clear. If I understand you > correctly, you have a field in the SavePlanProfil

Re: Putting a field into the REQUEST

2005-01-07 Thread Dakota Jack
On Fri, 7 Jan 2005 18:35:44 -0500, David G. Friedman <[EMAIL PROTECTED]> wrote: > The explanation you gave made some things clear. If I understand you > correctly, you have a field in the SavePlanProfileAction.java class that you > want to display in the JSP. David, he wants to get the hidd

RE: Putting a field into the REQUEST

2005-01-07 Thread David G. Friedman
en' probably occurred due to an error in /acctmgmt/updatePlanProfileContent.jsp line 159: Regards Krishna Mohan -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 11:20 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Krish

RE: Putting a field into the REQUEST

2005-01-07 Thread David G. Friedman
e: "However you are better off making it part of a form, so you don't have to do that." Regards, David -Original Message- From: Krishna Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:55 AM To: Struts Users Mailing List Subject: RE: Putting a fie

RE: Putting a field into the REQUEST

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Krishna Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 11:55 PM > To: Struts Users Mailing List > Subject: RE: Putting a field into the REQUEST > > > Hi David, > > My problem

RE: Putting a field into the REQUEST

2005-01-06 Thread Krishna Mohan Radhakrishnan
Content.jsp line 159: Regards Krishna Mohan -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 11:20 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Krishan, The error code you gave and the description of the prob

RE: Putting a field into the REQUEST

2005-01-06 Thread Krishna Mohan Radhakrishnan
: Friday, January 07, 2005 11:20 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Krishan, The error code you gave and the description of the problem do not match. If your code only works when you do this: <% request.setAttribute("regularPlan","tru

RE: Putting a field into the REQUEST

2005-01-06 Thread David G. Friedman
iginal Message- From: Krishna Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 12:13 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Hi David, Thanx it is working. But my original problem still exists. The request does no

RE: Putting a field into the REQUEST

2005-01-06 Thread Krishna Mohan Radhakrishnan
a? Regards, Krishna Mohan -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 10:37 AM To: Struts Users Mailing List Subject: RE: Putting a field into the REQUEST Try a closing sla

RE: Putting a field into the REQUEST

2005-01-06 Thread David G. Friedman
field into the REQUEST Hi all, Could any body tell me why does this error occur? /acctmgmt/updatePlanProfileContent.jsp(159): The TLD description for tag 'hidden' requires that the body be empty. probably occurred due to an error in /acctmgmt/updatePlanProfileContent.jsp line 159: I wan

Putting a field into the REQUEST

2005-01-06 Thread Krishna Mohan Radhakrishnan
Hi all, Could any body tell me why does this error occur? /acctmgmt/updatePlanProfileContent.jsp(159): The TLD description for tag 'hidden' requires that the body be empty. probably occurred due to an error in /acctmgmt/updatePlanProfileContent.jsp line 159: I wanted to set a hidden field in th