Also note that you can get at the HttpServletRequest from the
IRequestCycle - allowing you to use named parameters and not have to
deal with the funky DataSqueezer (S) prefix.
Erik
On Jun 1, 2005, at 2:29 AM, Fabio Bondioli wrote:
Hi,
i'm in my day one with tapestry and I would like to know how to
call a specific tapestry page and pass some parameters to it.
I found the same question in this mailing-list archive, without a
right solution.
I've tried implementing the IExternalPage interface and calling it
with a link like this one:
http://localhost:8080/tapestry1/app?service=external/
Home&someText=thistext
but in my activateExternalPage(Object[] parm1, IRequestCycle parm2)
function both parm1 and parm2.getServiceParameters() are null.
Any hint?
---------------------------------------------------------------------
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]