aspose file tools
The moose likes JSF and the fly likes request scope params not getting rendered with jsf 1.2 EL? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "request scope params not getting rendered with jsf 1.2 EL?" Watch "request scope params not getting rendered with jsf 1.2 EL?" New topic
Author

request scope params not getting rendered with jsf 1.2 EL?

Yucca Nel
Ranch Hand

Joined: Nov 20, 2008
Posts: 147

Hello all and thank you in advance for any help.

I am not seeming to get request scope params rendered into the following code snippet:


The code calling this is a jsp:include as follows:



no exceptions and the line breaks are getting rendered just fine

Usingfollowing taglibs:

<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>

I must apologisz for the noobie question as I am getting back into coding after serious illness and appreciate once again any help


SCJP 6.0, SCJD (400/400), SCBCD for JEE 5, SCWCD 1.4 I do videos for development at
http://www.youtube.com/user/thejartender?feature=mhee
I am probably the only developer ever to have had an orange sized brain tumor in my brain while learning development!!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

Please be sure to ask JSF questions in the JSF forum. I have moved this post there for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: request scope params not getting rendered with jsf 1.2 EL?
 
Similar Threads
problems with <f:subview>
disabled issue for inputtext
Problem: Embedd JSF into JSF page
Form Being Rendered Outside of the Page
RichFaces with TabPanel and selectOneMenu not change the tab