i am having a problem i have a login page (index.jsp) there i used htmlCommandLink which have an action attribute (register)
but when i click the page it just reload same page instead of sending to registration page. here is
please help me to findout why it is problem another thing the "registration.jsp" is in the same folder as index.jsp.. thanks in advance
leo donahue
Ranch Hand
Joined: Apr 17, 2003
Posts: 327
posted
0
Yahya Arshad wrote:please help me to findout why it is problem another thing the "registration.jsp" is in the same folder as index.jsp.. thanks in advance
Try this:
If a navigation rule does not match, the current page is redisplayed.
Thanks, leo
Yahya Arshad
Greenhorn
Joined: May 15, 2011
Posts: 26
posted
0
you wrote from-view-id /index.jsp to-view-id /registration.jsp
but my page is not in the root it is in the folder pages/reader/index.jsp and pages/reader/registration.jsp respectively
any way i also tried your path too but no change happend