I'm not sure you're on the right track there. Instead, check out DirectLink and ExternalLink components: http://jakarta.apache.org/tapestry/tapestry/ComponentReference/DirectLink.html http://jakarta.apache.org/tapestry/tapestry/ComponentReference/ExternalLink.html
also http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/engine/ExternalService.html http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/engine/ExternalServiceParameter.html Finally, in which class you found getLink(boolean post, Object[] params) ??? >From Jean-Eric Cuendet <[EMAIL PROTECTED]>: > No answer... > Could anybody point me to some doc? Explainations? > Thanks a lot. > -jec > > Jean-Eric Cuendet wrote: > > Hi, > > Could someone help me on the second parameter of this method? > > > > getLink(boolean post, Object[] params); > > What should I give as params in my case: > > > > I Want a URL on MyPage passing 2 extra parameters: uid=34455 and > > status=success > > > > URL should be something like > > http://server:port/servlet/MyPage.html?uid=34455&status=success > > > > Thanks for pointers, help. > > -jec > > > > > > --------------------------------------------------------------------- > > 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] > > -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
