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

How to get ActionForm

2007-04-07 Thread Radha Krishna
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.

Problem in URL

2006-07-10 Thread Radha Krishna
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