Wizard like Screens

2007-11-23 Thread Radha Krishna
Hi, I have a wizard like screen where i need to pass the selected values (2 text box) at first page to last page,last page to again first page. Can anyone tell me the best solution how could i achive this without storing values in to Session? Thanks. --

Indexed and Nested properties

2007-09-29 Thread Radha Krishna
Hi, i am working on indexed,nested properties. i have following entries in my ActionForm private ArrayList countryNames = new ArrayList(); public void setCountryNames(int index,LabelValueBean val) { this.countryNames.add(index,val); } public LabelValueBean getCountr

Req on

2006-05-22 Thread Radha Krishna
Hi All, I have one simple question. i have two controls in same form. when we select one control,then other one should get populated without calling the Action ie the options in the second control depends on the selected value of first control. please tell me the b