Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: error 500, Jbuilder, property


Message #1 by indra budiantho <ibudiantho@y...> on Fri, 4 May 2001 03:20:46 -0700 (PDT)
The problem I have seen. 
 
 Character. It should be character . small c. it is gonna work 

Have you mentioned 

<jsp:useBean > tag or not. 

Then everything should be fine. 

Regards, 
Hari Yellina.
----- Original Message ----- 
From: indra budiantho <ibudiantho@y...>
To: Pro_JavaServer_Pages <pro_jsp@p...>
Sent: Tuesday, May 08, 2001 8:02 PM
Subject: [pro_jsp] Re: error 500, Jbuilder, property


> what bean tag i forget?
> --- Hari Yellina <yellina@i...> wrote:
> > u forgot the bean tag
> > ----- Original Message ----- 
> > From: indra budiantho <ibudiantho@y...>
> > To: Pro_JavaServer_Pages <pro_jsp@p...>
> > Sent: Friday, May 04, 2001 8:20 PM
> > Subject: [pro_jsp] error 500, Jbuilder, property
> > 
> > 
> > > i create a jsp and call a method in a bean.
> > > in the jsp file:
> > > <jsp:setProperty name="anyId" property="Character"
> > > value="<%=thisChar.toString()%>"/>
> > > 
> > > and in the bean file:
> > >   public void setCharacter(String nextChar){
> > >     this.c = nextChar.charAt(0);
> > >   }
> > > 
> > > an error: 500...
> > > 
> > > then i change the property to be:
> > > property="character"... using lower case 
> > > and it works...
> > > 
> > > ??? Thank u for all info..
> > > I run it in Jbuilder4...
> > 
> > 
> > 
> 

  Return to Index