I have a jspx page that I am trying to convert to facelets. the following is the jspx code. <jsp:forward page="myview.jspx" />
It seems like neither facelets nor trinidad have a replacement for <jsp:forward and I am trying to use pure facelets and not to have to use jsp just only to forward the page. Here are the api and the app server Trindad 1.2.11 , myfaces 1.2.3, facelets 1.1.14, and oc4j --Omar On 3/25/09, Leonardo Rafaeli <[email protected]> wrote: > Could you give details of your problem? > > In fact, I did not understand what you've tried to tell us. > > Leo > > On Wed, Mar 25, 2009 at 1:16 PM, Software Consult < > [email protected]> wrote: > >> I am trying to add facelets into a Trinidad 1.2.11 and myfaces 1.2.3 >> project. I managed to convert all jsp pages into facelets except the >> onse with >> >> <jsp:forward >> >> If I can replace <jsp:forward, then I won't have to use jsp pages and >> all pages would be converted to facelets. >> Does any one has an experiance or input on the issue? >> >> Thanks, >> --Omar >> >> -- >> Sent from Gmail for mobile | mobile.google.com >> > -- Sent from Gmail for mobile | mobile.google.com

