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