|
Hi
Chandru,
If
you bind the particular field (formField) in your form to a field (bbField)
in your backing bean (bb), then you can have a method in your backing bean that
returns the next page to go to (navMethod). The logic in this method will
look at the value in the field in order to determine which page to go to
next.
The
'submit' button on your form should have an 'action=""
attribute.
The
UpdateModel phase will store the value that was entered onto the form
(formField) in the backing bean field (bbField).
The
InvokeApplication phase will execute the navMethod() to determine which page to
go to next.
Since the UpdateModel phase executes before the
InvokeApplication phase the bbField will have been set when the navMethod checks
it to decide which page to go to.
HTH,
Fintan
* ** *** ** * ** *** ** * ** *** ** * This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented are solely those of the author, and do not necessarily represent those of ESB. If you have received this email in error please notify the sender. Although ESB scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. * ** *** ** * ** *** ** * ** *** ** * |
RE: Neede Suggestion for my Query through JSF way
Conway. Fintan \(IT Solutions\) Wed, 02 Aug 2006 06:43:24 -0700
Title: Message
- Neede Suggestion for my Query through JSF ... Chandra Sekhar
- RE: Neede Suggestion for my Query thr... Conway. Fintan \(IT Solutions\)
- Re: Neede Suggestion for my Query... Chandra Sekhar

