OT: Re: user manually changing local

2002-11-13 Thread Marcus Biel
ARG! What the hell is wrong here ??? import java.util.Locale; import java.lang.*; import java.sql.*; import javax.servlet.http.*; import org.apache.struts.action.*; public class SetLocalAction extends Action { public ActionForward perform(ActionMapping mapping, ActionForm form,

Re: OT: Re: user manually changing local

2002-11-13 Thread David Graham
You have mispelled Locale. Any IDE will pick up this error for you. David From: Marcus Biel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: OT: Re: user manually changing local Date: Wed, 13 Nov 2002 12:25:44 +0100 ARG! What the hell

Re: OT: Re: user manually changing local

2002-11-13 Thread Gemes Tibor
2002-11-13, sze keltezssel Marcus Biel ezt rta: ARG! What the hell is wrong here ??? import java.util.Locale; import java.lang.*; import java.sql.*; import javax.servlet.http.*; import org.apache.struts.action.*; public class SetLocalAction extends Action { public ActionForward