2 Replies Latest reply on Jan 27, 2006 10:12 AM by gavin.king

    Processing get requests

    javalover75

      Hello,

      I am having difficulty accomplishing what I feel should be a very simple task. I need to process a get request (coming from another website) where I take the id from the request such as object-view.jsf?id=1 and lookup the object in the database and present the object to the user on the page - #{object.name}. I have had no issues accomplishing this with a jsf to jsf request, but I can not make the get request work correctly. I have the latest version of SEAM and JBOSS from CVS and have read all I can find on the @Factory annotation with no luck.

      Does someone have an example of how to accomplish this? I would greatly appreciate both the Session Bean and the jsf code.

      Thanks in advance.