Hi!
my jsp fragmet:
--------------------------------------------------------
<jsp:useBean id="cb" class="bart.beans.CzytelnikBean"/>
<jsp:setProperty name="cb" property="*"/>
<%
cb.f();
cb.getImie();
%>
--------------------------------------------------------
cb.getImie() works fine
i can't call cb.f()
the CzytelnikBean class compiles correctly
what's going on?
my jsp fragmet:
--------------------------------------------------------
<jsp:useBean id="cb" class="bart.beans.CzytelnikBean"/>
<jsp:setProperty name="cb" property="*"/>
<%
cb.f();
cb.getImie();
%>
--------------------------------------------------------
cb.getImie() works fine
i can't call cb.f()
the CzytelnikBean class compiles correctly
what's going on?