M
Micke
Hi,
I am new to JSF and can not quite figure out how to solve the following
problem.
I would like to be able to call JSF like a servlet, by having the
request parameters mapped to a managed bean in request scope. Then have
an action executed automatically which processes the request parameters
and returns control to an ordinary JSF page. It would be nice to have
the action prepare the data to be displayed, and then have a normal JSF
page display it.
Example of the URL style I am thinking of:
http://www.hello.com/tool/getJob.jsf?id=abracadabra&tool=toolname&sorting=col2
(This would only be a small part of a larger applicaton, otherwise I
would have used a servlet to do this.)
Is it at all possible and sane to use JSF in this way.
Other stategy:
Thank you, Mikael
I am new to JSF and can not quite figure out how to solve the following
problem.
I would like to be able to call JSF like a servlet, by having the
request parameters mapped to a managed bean in request scope. Then have
an action executed automatically which processes the request parameters
and returns control to an ordinary JSF page. It would be nice to have
the action prepare the data to be displayed, and then have a normal JSF
page display it.
Example of the URL style I am thinking of:
http://www.hello.com/tool/getJob.jsf?id=abracadabra&tool=toolname&sorting=col2
(This would only be a small part of a larger applicaton, otherwise I
would have used a servlet to do this.)
Is it at all possible and sane to use JSF in this way.
Other stategy:
Thank you, Mikael