Em Wed, 19 Nov 2008 04:03:27 -0300, Sonu bhavsar <[EMAIL PROTECTED]> escreveu:

I working in a project which consist of both jsp pages and tapestry pages. forwarding control to tapestry page from jsp page has no problem.
But i failed to redirect control to jsp page from tapestry page

Try this:

class YourTapestryPage {

        Object onActivate() {
                return new java.net.URL("your jsp page address");
        }

}

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

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

Reply via email to