Re: Problem in URL

2006-07-10 Thread Adam J Samere
You should post this question to the struts user list rather than the dev list. user@struts.apache.org Adam Radha Krishna wrote: 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=value

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