RE: ${param["Title"]} not capturing full string

2004-10-28 Thread David G. Friedman
ing it as plain old text using EL? Regards, David -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 10:53 AM To: Struts Users Mailing List Subject: RE: ${param["Title"]} not capturing full string I think it would be useful to

RE: ${param["Title"]} not capturing full string

2004-10-28 Thread Karr, David
I think it would be useful to see your reference in the context of the surrounding code. We can't tell very much from this. > -Original Message- > From: Rajesh [mailto:[EMAIL PROTECTED] > > Hai all > > i just tryed EL with struts. > > when i pass a value as parameter key is "Title"

${param["Title"]} not capturing full string

2004-10-28 Thread Rajesh
Hai all i just tryed EL with struts. when i pass a value as parameter key is "Title" and value is "The Matrix" when i use ${param["Title"]} its displaying only "The" not "The Matrix" how can i overcome this. if i use <%= request.getParameter("Title")%> its working fine. Regards, R

${param["Title"]} not capturing full string

2004-10-28 Thread Rajesh
Hai all i just tryed EL with struts. when i pass a value as parameter key is "Title" and value is "The Matrix" when i use ${param["Title"]} its displaying only "The" not "The Matrix" how can i overcome this. if i use <%= request.getParameter("Title")%> its working fine. Regards, R