Hi,
It seemed that you just re-compiled the bean that you modified. The jsp file
which calls the bean should also be re-compiled. A jsp file is compiled when
it is called at the first time. To force it to be re-compiled, you can
either delete the related class files under WEB-INF/jsp/, or you can make a
little bit change to that file and re-save it.

Good luck,
Y.Z.
----- Original Message -----
From: "Nicol�s Marjovsky" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 11:05 AM
Subject: Beans reload problem


> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_002E_01C0B787.B24506B0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hello...
> I'm having the following problem, perhaps someone can help me.
>
> I'm instantiating a bean from a jsp using the useBean statement:
>
> <jsp:useBean id=3D"registrarse1" class=3D"bean.CorreccionRegistro2" =
> scope=3D"page">
> <jsp:setProperty name=3D"registrarse1" property=3D"request" =
> value=3D"<%=3D request %>" />
> </jsp:useBean>
>
> but when I make modifications to the bean, recompile it and access the =
> jsp again, the changes in the bean are ignored.
>
> Thanks in advance,
> Nicol=E1s
>
> ------=_NextPart_000_002E_01C0B787.B24506B0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>Hello...</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>I'm having the following problem, =
> perhaps someone=20
> can help me.</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>I'm instantiating a bean from a jsp =
> using the=20
> useBean statement:</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>&lt;jsp:useBean id=3D"registrarse1"=20
> class=3D"bean.CorreccionRegistro2" =
> scope=3D"page"&gt;<BR>&lt;jsp:setProperty=20
> name=3D"registrarse1" property=3D"request" value=3D"&lt;%=3D request =
> %&gt;"=20
> /&gt;<BR>&lt;/jsp:useBean&gt;</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>but when I make modifications to the =
> bean,=20
> recompile it and access the jsp again, the changes in the bean are=20
> ignored.</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Thanks in advance,</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Nicol=E1s</FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_002E_01C0B787.B24506B0--
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to