This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes navigation problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "navigation problem" Watch "navigation problem" New topic
Author

navigation problem

merve klug
Greenhorn

Joined: Oct 07, 2009
Posts: 17
hi,
i know this is a very simple issue but i can do nothing to solve.

some lines from faces-config.xml



some lines from start.jsp



some lines from mybean



i tried by deleting



. i expect it to go to stop.jsp when i click the submit button. but it sometimes works.
sometimes goes into start.jsp again and again and again. it does not return any exceptions or errors.
i have another project with everything same, it works fine.

what may the problem be?
thanks
merve klug
Greenhorn

Joined: Oct 07, 2009
Posts: 17
hi again,

i have done some controlled experiments with my form controls in start.jsp.
and i found out that my selectOneRadios are the problem.
the content of them are shown excellently but when i want select one radio and click the submit to navigate another page it does not go. it shows the same page again and again.

start.jsp is here:



code from Mybean.java



i fill the lists in an appropriate way. i am sure because there is no problem with their appearance.
does not it have to assign the selected value to my "selected_item_si" when i click at the one of the items in first selectOneRadio?
if you say that i must use a converter, i do not know to use a converter. also, i do not think i need it because a few days ago, i saw that it work properly.

there is a instability.

thanks for reading a so long post.
any help would be appreciated.
merve klug
Greenhorn

Joined: Oct 07, 2009
Posts: 17
i have learned that i should use converter or map.
now i am trying something about converter.
thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

"merve and merve", please check your private messages for an important administrative matter.

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: navigation problem
 
Similar Threads
Redirect and navigation problem
Current JSP(JSF) doesn't match the URL
<h:commandLink> rendered not updating on logout
JSF <h:commandButton action> not working
jsf problem go from jsp page to another jsp in new window