I've just found the solution by my own...

The relevant information were in API docs, under ExternalService documentation (I previously searched only on IExternalPage and IExternalLink doc but found nothing...)

the working link is this one:

http://localhost:8080/tapestry1/app?service=external/Home&sp=Sthistext&sp=SanotherText

So the parameters must be called everytime "sp" and its value must follow specifications as reported in ExternalService docs.

Best Regards

Fabio


Fabio Bondioli ha scritto:

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]

Reply via email to