posted 18 years ago
Just to elaborate a little more, Navigation in JSF is handled by navigation rules that are defined in faces-config.xml.
They look something like this.
outcome1 and outcome2 are Strings that are returned by a method that your commandButton, commandLink, etc (whatever causes a form submit) on your page are bound to via an action argument. If neither of the <from-outcome> conditions are met, the original page is redisplayed.
[ October 04, 2006: Message edited by: Brian Smith ]