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

Reply via email to