• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

navigation problem

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have learned that i should use converter or map.
now i am trying something about converter.
thanks
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"merve and merve", please check your private messages for an important administrative matter.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic