in my page validate method i use cycle to forward to another page. I did "debugging" and it show the code does run fine. but i dont get the resut that i want. the page doesnt get redirected
public void pageValidate(PageEvent event) { if(getUserExists()){ event.getRequestCycle().activate("HomeMember"); return; } if(getDistUserExists()){ event.getRequestCycle().activate("HomeDist"); return; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]