Navigation is not working

HI,

I am clicking on the button, I have configured my beans and faces-config.xml properly for navigating to the next when user cliks on the next button.

When user clicks on the button, the control goes to the bean method and prints the log message, but again it comes to the same page, not going to the next page.

[333 byte] By [KrishnaSa] at [2007-11-27 7:08:56]
# 1
Please post the code for the bean method and the navigation rules from your faces-config.xml and finally the code for the button itself.
RaymondDeCampoa at 2007-7-12 19:00:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Common error - what is your action method returning as string? Null, or the name of the next screen? I am betting that it is returning null.
smurray_eriea at 2007-7-12 19:00:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...