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]