RE: Need help on Websphere configuration.

2006-07-06 Thread Swapan Mazumdar
Hi Senthil, Firstly, it looks like you are a beginner with websphere app server and you have plenty of questions to ask. Secondly, isn't this a struts framework that you need to be reminded. Such questions should be posted to a websphere specific forum. Check the help/documentation or google it

RE: Opening a popup with same data as the main window

2006-06-21 Thread Swapan Mazumdar
This is a quick a thought from me. >From within the servlet's output stream save the content as a file of your choice in temp folder, that you can access later. If creating a folder is not permissible then saving as in-memory-data into session object will be a good choice, that can also be acces

RE: textarea

2006-06-21 Thread Swapan Mazumdar
Hi Abhimanyu, Wouldn't you do the validation the "struts" way? Do the validation, chop and warn. -Original Message- From: Truong Xuan Tinh [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 12:47 PM To: Struts Users Mailing List Subject: Re: textarea You have to write a javascript function to