|
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="registrarse1"
class="bean.CorreccionRegistro2" scope="page">
<jsp:setProperty name="registrarse1" property="request" value="<%= 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�s
|
- Re: Beans reload problem Nicol�s Marjovsky
- Re: Beans reload problem Yuying Zhang
- Re: Beans reload problem Nicol�s Marjovsky
- RE: Beans reload problem Len van Greuning
- Re: Beans reload problem Nicol�s Marjovsky
- Re: Beans reload problem Ben Groeneveld
- Re: Beans reload problem Nicol�s Marjovsky
- Re: Beans reload problem Matthew L. Wright
