that's might be a good idea. to include the forward page.

thanks.

On Mar 26, 2009, at 10:52 AM, Zigc Junk wrote:

Since you use facelets, can you do something like

<html jsfc="trh:html"
 xmlns="http://www.w3.org/1999/xhtml";
 xmlns:ui="http://java.sun.com/jsf/facelets";
 xmlns:c="http://java.sun.com/jsp/jstl/core";
 xmlns:f="http://java.sun.com/jsf/core";
 xmlns:h="http://java.sun.com/jsf/html";
 xmlns:tr="http://myfaces.apache.org/trinidad";
 xmlns:trh="http://myfaces.apache.org/trinidad/html";>

 <ui:composition template="/WEB-INF/facelets/defaultLayout.xhtml">
   <ui:define name="content">
     <ui:include src="/WEB-INF/facelets/home.xhtml"/>
   </ui:define>
 </ui:composition>
</html>

regards

Bill


On Wed, Mar 25, 2009 at 11:16 AM, 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


Reply via email to