Thanks for your reply so, both jsp's and facelets are not possible ot use in
JSF.
Sudhakar..
mraible wrote:
>
> I don't believe it's possible to use JSPs and Facelets for JSF in the
> same application.
>
> Matt
>
> On Mon, Dec 1, 2008 at 11:42 PM, sudhakargupta
> <[EMAIL PROTECTED]> wrote:
>>
>> 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]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/how-to-use-both-jsp%27s-and-the-xhtml-in-the-appfuse2-jsf-tp20786921s2369p20908560.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]