It simply can't be done; that's not something that can be done using
HTML.  You have to precompute the anchor when you generate the link on
the previous page.

You can use some client-side JavaScript; I did this on TSS to
accomplish what you want.

On 11/13/05, Petr Fischer <[EMAIL PROTECTED]> wrote:
> Hi Tapestry users,
>
> how to return HTML anchor from listener:
>
>     public String onEditOk() {
>         <some db stuff>
>         return "ResultPage"; // how to return HTML anchor here???
>     }
>
> May I use IPage?
>
> Thanks, pf
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to