Larry Sherrill schreef:
How would I achieve equivalent functionality in
Tapestry? I read that Home does not take parameters so
how does one do this?
You could make your Home class implement IExternalPage and then
implement the method
public void activateExternalPage(Object[] params, IRequestCycle cycle) {
...}
to read the parameters from the Object-array.
You can create links to this page by using the ExternalLink component.
Hope this helps.
Regards,
Onno
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]