Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

not all bean methods accessible

Status
Not open for further replies.

lochem

Programmer
Aug 11, 2005
7
PL
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?
 
errors ? Stack Traces ?

What does "i [sic] can't call cb.f()" actually mean ?

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
I've done it!
Forget my problem.
Thanks for your kind attention.
Bye!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top