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,
I want to use the instance of ActionForm associated with current Action in
Tag libraries(doEndTag() method). How could i do this.
Thanks in advance
-
Get your own web address.
Have a HUGE year through Yahoo! Small Business.
Hi All,
I have one module that downloads ms-excel file by one simple Action.
To download the file i would use the url like
../actionName.do?param1=value1¶m2=value2. bcz i want to access it without
credentials.
if i place this url in tag it is successfully downloading
the fil