Re: OT: Re: user manually changing local

2002-11-13 Thread Gemes Tibor
2002-11-13, sze keltezéssel 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 ActionF

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:

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, Htt