RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-18 Thread Caroline Jen
reator}" > > > > scope="session"/> > > > >View/Send > Messages > > > > > > > > > > > > and in the postForm.jsp, I retrieve the String > and > > > try > > > > to write it out in a text field: &g

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-18 Thread Robert Taylor
g like: > > > > > > > > View/Send Messages > > > > > > This of course, assumes you have already populated > > creator in > > articleForm in some other action using the same > > form. > > > > > > The action with ma

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-18 Thread Robert Taylor
day, December 17, 2003 9:45 PM > To: Struts Users Mailing List > Subject: RE: How To Output the Value of a String That Is Passed From > Another JSP? > > > Thanks for your advice. I did this in my view.jsp: > > > scope="session"/> > > View/Send

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Caroline Jen
articleForm = (MyForm) form; > String creator = articleForm.getCreator(); > request.getSession().setAttribute("creator", > creator); > return mapping.findForward("success"); > > > In JSP#2 you could do something like this: > > > robert > > > &

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Caroline Jen
postForm.jsp try using scriplets to > make sure that > the value can be accessed. If it can, then do you > have all of your > tag library directives in your pages? > > robert > > > -Original Message----- > > From: Caroline Jen [mailto:[EMAIL PROTECTED] > >

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Robert Taylor
your tag library directives in your pages? robert > -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 8:40 PM > To: Struts Users Mailing List > Subject: RE: How To Output the Value of a String That Is Passed From > Anot

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Robert Taylor
2003 8:25 PM > To: Struts Users Mailing List > Subject: RE: How To Output the Value of a String That Is Passed From > Another JSP? > > > Hi, my JSP#1 and JSP#2 use different forms. However, > property name in JSP#1 is the same as that in JSP#2. > I tried to pass this Sring a

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Caroline Jen
; David > > -Original Message- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 8:25 PM > To: Struts Users Mailing List > Subject: RE: How To Output the Value of a String > That Is Passed From > Another JSP? > > > Hi, my JS

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread David Friedman
mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 8:25 PM To: Struts Users Mailing List Subject: RE: How To Output the Value of a String That Is Passed From Another JSP? Hi, my JSP#1 and JSP#2 use different forms. However, property name in JSP#1 is the same as that in JSP#2. I tried t

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-17 Thread Caroline Jen
Hi, my JSP#1 and JSP#2 use different forms. However, property name in JSP#1 is the same as that in JSP#2. I tried to pass this Sring and write it out in a text field in JSP#2 and just could not get it right. I got this error message: [ServletException in:/article/content/postForm.jsp] Cannot fi