aspose file tools
The moose likes JSF and the fly likes How to access request parameters without backing bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to access request parameters without backing bean" Watch "How to access request parameters without backing bean" New topic
Author

How to access request parameters without backing bean

srikanth Thandra
Ranch Hand

Joined: Mar 04, 2009
Posts: 42
Dear All,

Is is possible to access request parameters values without backing bean in jsf.

waiting for the reply!


Thanx in advance,
Srikanth
Shasi Mitra
Ranch Hand

Joined: Nov 27, 2008
Posts: 101

FacesContext.getCurrentInstance().getExternalContext().getRequest();
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to access request parameters without backing bean
 
Similar Threads
h:inputText in h:dataTable, request scoped bean
scopes
Translating GET parameters to POST parameters. There's got to be a better way.
setAction Problem HtmlCommandButton
InputText in DataTable does not store value