RE: jsession id in url

2006-10-05 Thread Wang, Hansen
Another approach is to use urlrewrite filter (http://tuckey.org/urlrewrite/) and configure an outbound rule to get rid of the jsessionid=XYZ part: outbound-rule encodefirst=true nameremove outbound jsessionid/name from^(.*);jsessionid=[^\?]*(.*)$/from to$1$2/to

RE: 回覆: RE: Session without cookies

2006-04-24 Thread Wang, Hansen
Michael, It would help isolate the problem if you can use firefox's LiveHttpHeaders http://livehttpheaders.mozdev.org/ to examine Set-Cookies header from tomcat and Cookie header to tomcat. HTH Hansen -Original Message- From: Chan Michael [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: html:option on a nested collection

2006-03-23 Thread Wang, Hansen
Do something like this: logic:iterate name=exampleformbean property=apps id=app html:select name=app property=action html:optionCollections propety=actions / /html:select /logic:iterate You also need to add action property to your app class. This is to hold the input specified by html:select

RE: Controller element question

2006-03-03 Thread Wang, Hansen
Use SecureTilesRequestProcessor and SecureTilesPlugin from sslext to use tiles and sslext. Hansen -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 10:25 AM To: Struts Users Mailing List Subject: Re: Controller element question This

RE: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-01 Thread Wang, Hansen
Here are what I have used for the past few years: 1. javaservlethosting.com, reliable and flexible hosting service with very low prices, no private JVM, but can reload webapps from control panel. 2. godaddy's (virtual) dedicated server, very good value and service. Do not purchase control panel

RE: How to retain form data when disabling input in html:text

2006-02-21 Thread Wang, Hansen
That is display problem. You can use css to make the field gray or red etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 3:57 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED]; Struts Users Mailing List Subject: Re: How to