You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rajesh <ra...@gkbcinc.com> on 2004/10/28 10:34:36 UTC

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

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,
 
Rajmahendra R. Hegde
GK Bharani Software Pvt. Ltd.
 
There are two ways of constructing a software design. One way is to make it
so simple that there are obviously no deficiencies. And the other way is to
make it so complicated that there are no obvious deficiencies. 
                                                    -- C.A.R. Hoare