You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by tomcat t tomcat <ky...@mailcity.com> on 2000/05/23 00:34:27 UTC

Jsp use bean

I am using linux, apache and tomcat 3.1

those jsp pages in examples web application are work fine.
However when i tried to put my jsp page (using bean) in the examples web application, it has error.

the error message is like this
"missing resource: java.util.PropertyResourceBundle"

do i need to have any settings?

thanks


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com

Re: Jsp use bean

Posted by Juan Jose Pablos <jj...@bton.ac.uk>.
Hi Kylui,

I am sure that somebody in the tomcat-users mailing list would help you out
with this kind of questions.
 Probably you need to check if you have  the right .properties file under
the examples/WEB-INF/classes directory, if that does stop the compiler
complain try to remove  any reference like

ResourceBundle rb = ResourceBundle.getBundle("LocalStrings");

or

rb.getString("cookies.set")

I hope this helps

Cheers

Juan



----- Original Message -----
From: "tomcat t tomcat" <ky...@mailcity.com>
To: <to...@jakarta.apache.org>
Sent: Monday, May 22, 2000 11:34 PM
Subject: Jsp use bean


> I am using linux, apache and tomcat 3.1
>
> those jsp pages in examples web application are work fine.
> However when i tried to put my jsp page (using bean) in the examples web
application, it has error.
>
> the error message is like this
> "missing resource: java.util.PropertyResourceBundle"
>
> do i need to have any settings?
>
> thanks
>
>
> Get your FREE Email at http://mailcity.lycos.com
> Get your PERSONALIZED START PAGE at http://my.lycos.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>