Author: musachy Date: Fri Jul 27 10:40:52 2007 New Revision: 560334 URL: http://svn.apache.org/viewvc?view=rev&rev=560334 Log: Update tag description
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java?view=diff&rev=560334&r1=560333&r2=560334 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java Fri Jul 27 10:40:52 2007 @@ -33,7 +33,7 @@ * <!-- END SNIPPET: javadoc --> * */ [EMAIL PROTECTED](name="div", tldTagClass="org.apache.struts2.views.jsp.ui.DivTag", description="Render HTML div providing content from remote call via AJAX") [EMAIL PROTECTED](name="div", tldTagClass="org.apache.struts2.views.jsp.ui.DivTag", description="Render an HTML div") public class Div extends ClosingUIBean { public static final String TEMPLATE = "div";