JSP Bean retrieval

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vittorix

    JSP Bean retrieval

    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


Working...