Re: whats wrong with combobox

2005-02-18 Thread Slawek
finally (after 3 strong polish beers;) i have resolved that thing: types! someone changed String to int... private int selected - that was the #^$%^$@ bug the value printed by its getter to console was good but html was wrong if changed to: private String selected - then combo remebers its

RE: whats wrong with combobox

2005-02-17 Thread Srikanth Madarapu
@incubator.apache.org Subject: whats wrong with combobox i want to put combobox on the page and submit button. after submit and performing somme action view returns to the _same_ page. then i'd like to see in that combobx value that i just jave selected. for exampe combo have values: , , 3 and i

Re: whats wrong with combobox

2005-02-17 Thread Slawek
: Slawek [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 2:14 PM To: myfaces-user@incubator.apache.org Subject: whats wrong with combobox i want to put combobox on the page and submit button. after submit and performing somme action view returns to the _same_ page. then i'd like to see

Re: whats wrong with combobox

2005-02-17 Thread Bruno Aranda
] Sent: Thursday, February 17, 2005 2:14 PM To: myfaces-user@incubator.apache.org Subject: whats wrong with combobox i want to put combobox on the page and submit button. after submit and performing somme action view returns to the _same_ page. then i'd like to see in that combobx value

Re: whats wrong with combobox

2005-02-17 Thread Micha Maecki
Do you have redirect set in the navigation rules? if yes - comment it :) Micha Maecki getSelected returns something that was set by setSelected. framewrk takes care abut that what should be set and get so i dont have anything to this or maybe i just dont understand something:/ Bruno - tomorrow i