Hi, Apology if I am repeating here ... So anyone know how to return an ILink with a html anchor (#) from a listener in Java class (using the ExternalService object) ?
Thanks, appreciate if anyone can give some pointers. On 6/27/06, KE Gan <[EMAIL PROTECTED]> wrote:
Hi, How do you return an ILink with a html anchor (#) from a listener in Java class ? To elaborate, I have a Java class that listen to a Tapestry "Submit" component. In the listener I am returning an ILink using ExternalService and ExternalServiceParameter (post-redirect-get). My question is, how do I return a link with an html anchor (#) ? I know this could be done using ExternalLink in the page specification (.page), but how to do it from a Java class ? I have tried Googling but couldn't find any useful info. ~KEGan