Here's one way.
FacesContext ctx = FacesContext.getCurrentInstance();
ctx.getApplication().createValueBinding("#{param.messageId}").getValue(ctx);
Dennis Byrne
>-----Original Message-----
>From: Legolas Woodland [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, January 31, 2006 04:33 PM
>To: 'MyFaces Discussion'
>Subject: How to retrive request parameter in jsf pages
>
>Hi
>thank you for reading my post.
>how i can retrieve request parameter in jsf ?
>for example if i have :
>http://127.0.0.1/myproj/faces/viewMessage.jsp?messageID=15
>how i can retrieve that message ID in backing bean of jsf page ?
>
>
>