Author: niallp
Date: Mon May 29 09:25:22 2006
New Revision: 410116

URL: http://svn.apache.org/viewvc?rev=410116&view=rev
Log:
STR-2527 - Also allow runtime expression in the staticJavascript attribute and 
update the EL version of the TLD for the Javascript Tag to keep in line with 
the standard version

Modified:
    struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld
    struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld

Modified: 
struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld
URL: 
http://svn.apache.org/viewvc/struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld?rev=410116&r1=410115&r2=410116&view=diff
==============================================================================
--- struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld 
(original)
+++ struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld 
Mon May 29 09:25:22 2006
@@ -3653,7 +3653,7 @@
         <attribute>
             <name>dynamicJavascript</name>
             <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
+            <rtexprvalue>true</rtexprvalue>
             <description>
                 <![CDATA[
             <p>
@@ -3739,7 +3739,7 @@
         <attribute>
             <name>staticJavascript</name>
             <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
+            <rtexprvalue>true</rtexprvalue>
             <description>
                 <![CDATA[
             <p>

Modified: 
struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
URL: 
http://svn.apache.org/viewvc/struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld?rev=410116&r1=410115&r2=410116&view=diff
==============================================================================
--- struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld 
(original)
+++ struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld 
Mon May 29 09:25:22 2006
@@ -4008,7 +4008,7 @@
         <attribute>
             <name>staticJavascript</name>
             <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
+            <rtexprvalue>true</rtexprvalue>
             <description>
                 <![CDATA[
                <p>


Reply via email to