Hi Tim, list;
[Tim Funk <[EMAIL PROTECTED]> @ Thu, 22 Feb 2007 07:30:23 -0500]

> A few problems:
> 0) Try page='/pages/<%= request.getParameter("site")%>' (Notice the
> use of single quotes - jasper is getting confused by the extra use of
> double quotes

This doesn't work, it seems using single quotes keeps jasper from
actually evaluating what's in between them, here.

> 2) Try validating <%= request.getParameter("site")%> first in EL so
> you can say: page="/pages/${param.site}"

That, however, does it. Even though I'm not completely sure to know why
the difference in behaviour, thanks a lot for that hint! :)

Cheers,
Kristian

-- 
Kristian Rink * http://zimmer428.net * http://flickr.com/photos/z428/
jab: [EMAIL PROTECTED] * icq: 48874445 * fon: ++49 176 2447 2771
"One dreaming alone, it will be only a dream; many dreaming together
is the beginning of a new reality." (Hundertwasser)

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to