RE: PLEASE HELP - struts-tiles no longer work

2002-10-20 Thread Tuan H. Le
Micael, Thanks for your help! I corrected my mistake by using the String equals() method, and it works fine. Tuan -Original Message- From: micael [mailto:caraunltd;harbornet.com] Sent: Saturday, October 19, 2002 12:21 AM To: Struts Users Mailing List Subject: Re: PLEASE HELP - struts

RE: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread Tuan H. Le
-mail) Subject: PLEASE HELP - struts-tiles no longer work Hi, My app was working fine using struts-tiles with frameset. But since this afternoon, it does not work any more. It displays a blank page (NOT a 404 error). I have tried with debug code, but couldn't figure out. The action

Re: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread micael
Why don't you look at the source? My guess is that if you are looking at a blank page, the page, except for tags, is blank. At 08:41 PM 10/18/2002 -0700, you wrote: Hi, My app was working fine using struts-tiles with frameset. But since this afternoon, it does not work any more. It displays a

Re: PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread micael
I don't know, but my guess is that you meant to use someString.equals(someOtherString) rather than someString == someOtherString, unless you somehow are using a hidden myString.intern() in there. My guess, in other words, is that you are getting nothing because all your == tests yield false.

PLEASE HELP - struts-tiles no longer work

2002-10-19 Thread Tuan H. Le
Hi, My app was working fine using struts-tiles with frameset. But since this afternoon, it does not work any more. It displays a blank page (NOT a 404 error). I have tried with debug code, but couldn't figure out. The action forward seems to work fine after the user login. I tested and it