I am writing an application that is using MyFaces tree2 to allow the
user to navigate to a more detailed view of the item they click on.  I
just wanted some feedback on the following strategy:

The node in the tree has an action method that puts the selected
node's id into the request as a parameter.  The String returned by the
action method navigates you to a general detail page which is
associated with a ViewController.  The vc's init() method reads the
node id out of the request and pulls the necessary info out of the
data.

Does this general approach make sense?

TIA,

Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to