Re: How to make the file to download when clicking on a link

2007-02-27 Thread Prithivirajan Dhamodharan
follow the below steps For HttpServletResponse set the response.setContentType(".") ; response.setHeader("Content-Disposition","attachment;filename=\"" + s2 + "\"") //s2-- is file if required set Pragma & cache-control in header. name response.setContentLength() //file leng

Need Help in Applying error Style class for

2007-02-27 Thread Prithivirajan Dhamodharan
In case of error in

Need suggestion to load resource properties file dynamically

2007-02-27 Thread Prithivirajan Dhamodharan
Help required to load values in properties file(MessageResources) without restarting/reloading the server. Kindly give your suggestions.

Re: Need suggestion to load resource properties file dynamically

2007-03-01 Thread Prithivirajan Dhamodharan
ou suggested ? thanks, robin Laurie Harper wrote: > Prithivirajan Dhamodharan wrote: >> Help required to load values in properties file(MessageResources) without >> restarting/reloading the server. >> >> Kindly give your suggestions. > > You'll need to impl

Passing arguments key dynamically in validation.xml

2007-03-21 Thread Prithivirajan Dhamodharan
Hi All, Is there any way to pass the argument value dynamically, say, Here, i need to change the key based on another form field name workflow.

Re: HELP, creating my own validation

2007-03-28 Thread Prithivirajan Dhamodharan
Can you make sure that class file of ValidationUtil resides in the classpath of your application ... It usually bundled as jar file. Prithvi On 3/29/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 3/28/07, Dwight Galloway <[EMAIL PROTECTED]> wrote: > here is what I have inside my struts, I