Hi .. Matt,

   in my project presently using xhtml files, now i want to use both the jsp
and xhtml files why because in the xhtml files core jstl tags not working
perfectly

in the example like this 

<c:if test="${rowIndex.index == 0}">
   <thead>
</c:if>
<c:if test="${rowIndex.index == 1}">
  <tbody>
</c:if>
               .
               .
               .
<c:if test="${rowIndex.index == 0}">
 </thead>
</c:if>
<c:if test="${rowIndex.index == 1}">
 <tbody>
</c:if>

in such cases it's giving an errors, so instead of xhtml i want to use the
jsp pages..

in web.xml 

<context-param>
        <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
        <param-value>.xhtml</param-value>
    </context-param>

represents only xhtml's if remove this one it allows only jsp's.

can you suggest me for this problem.


Sudhakar
-- 
View this message in context: 
http://www.nabble.com/how-to-user-both-jsp%27s-and-the-xhtml-in-the-appfuse2-jsf-tp20786921s2369p20786921.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


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

Reply via email to