Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

adding HTML template to JSF application

983759Jan 9 2013
hi
I am facing a problem ,, I need to add a ready made HTML template to my JSF project with primefaces components

but I found this errors when I am trying to run this page
***Error(27,45): The deferred EL expression is not allowed since deferredSyntaxAllowedAsLiteral is false.***

on every passing value or parameter to the backbean like this

value="#{userGroup_backing.selectedUserId}"

what I am doing is just including a header.jsp and footer.jsp as container to HTML code

<subview id="header" >
<jsp:include page="/header.jsp" flush="true"/>
</subview>

I need a way to run the page correctly with the HTML template ...


please advice sooooooon....

Soha

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 6 2013
Added on Jan 9 2013
0 comments
1,018 views