Return to Snippet

Revision: 23456
at February 8, 2010 05:36 by mattstopa


Initial Code
<jsp:useBean id="newBean" class="com.javadesktop.TableBean"> // UseBean and get and set properties
    <jsp:setProperty name="newBean" property="border" value="0">
    <jsp:setProperty id="TableBean" property="label" value=<%= TableName + "Label" %> 

    <jsp:getProperty name="TableBean" property="borderWidth" /> // This is only for printing
</jsp:useBean>

Initial URL


Initial Description


Initial Title
JSP - Actions and Directives

Initial Tags


Initial Language
Java