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.