hi all,
in a JSP page:
<%
String bookBeanBeg;
bookBeanBeg = "bookBeanBe g1";
%>
<jsp:useBean id="<%=bookBean Beg%>"
type="p4Solutio n.BookBean" scope="session" />
<jsp:getPropert y name="<%=bookBe anBeg%>"
property="short Description"/>
it doesn't work.
please help to make it work. I'm going crazy with it!
--
ciao
Vittorix
in a JSP page:
<%
String bookBeanBeg;
bookBeanBeg = "bookBeanBe g1";
%>
<jsp:useBean id="<%=bookBean Beg%>"
type="p4Solutio n.BookBean" scope="session" />
<jsp:getPropert y name="<%=bookBe anBeg%>"
property="short Description"/>
it doesn't work.
please help to make it work. I'm going crazy with it!
--
ciao
Vittorix