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.
--
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
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
3 matches
Mail list logo