Rajesh,

I had no problem using that exact EL line in my code.  I've tried it using
different GET URLS with both:

?Title=The+Matrix
?Title=The%20Matrix

Both came up 'The Matrix' in the appropriate places.  Are you mixing that
value in some tag or something other than simply inserting 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 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" 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to