Session Problem

2005-08-16 Thread Senthilrajan VS
it is creating the new session and I'm not able to get the session values. Please help me to come out of this problem Thanks Regards, SenthilRajan VS

How JSESSIONID is passes

2005-08-16 Thread Senthilrajan VS
Hi all, How Jsessionid is passed in the struts application and I don't have any control for that. how to avoid that. In my application I am facing the problem in the session it is creating the new session for every request. Is this problem related to Jsessionid? Thanks Regards, SenthilRajan

OPTGROUP in struts

2005-08-05 Thread Senthilrajan VS
Hi all, I am using html:select and html:option using collections. I want to put OPTGROUP into this. Is it possible to have OPTGROUP using html:option. Thanks Regards, SenthilRajan VS

Re: DB Connection

2005-07-25 Thread Senthilrajan VS
Hi Stéphane Zuckerman, Thanks for your response. Can u please tell me how can I close the connection if the user close the window directly because I am not maintain any session in the window - Original Message - From: Stéphane Zuckerman [EMAIL PROTECTED] To: Struts Users Mailing List

URL Encoding

2005-07-18 Thread Senthilrajan VS
Hi All, I am calling the action directly using the hyper link, for example /sample.do?table=test. The values for this action is generated dynamically. I want to Encode this URL. Is there any way to encode this URL. Thanks Regards, SenthilRajan VS

Alternate color in html:iterate

2005-07-13 Thread Senthilrajan VS
Hi All, I'm using html:iterate to display the set of records in the table. Is there any way to put the alternate color using CSS classes in tag libraries Thanks Regards, SenthilRajan VS

Excel download

2005-07-12 Thread Senthilrajan VS
Hi all, Is there any way in struts to download the page (view part) in Excel format. Thanks Regards, SenthilRajan VS

Re: Excel download

2005-07-12 Thread Senthilrajan VS
Hi, I know this POI project well, thanks for your code. But my need is to download the part of the output page(view) as Excel file i.e.., part of html. Thanks and Regards, Senthilrajan VS - Original Message - From: MATHOT Jacques [EMAIL PROTECTED] To: 'Struts Users Mailing List' user

How to access ACL

2005-07-07 Thread Senthilrajan VS
Hi, I am using ACL authentication, how can I get the user name from the ACL inside my action class Regards, Senthil