You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@locus.apache.org on 2000/06/19 18:32:26 UTC

cvs commit: jakarta-struts/src/conf struts.tld

craigmcc    00/06/19 09:32:23

  Modified:    src/conf struts.tld
  Log:
  Allow the "href" attribute of <struts:link> and the "action" attribute
  of <struts:form> to take runtime expression values so that they can be
  calculated dynamically.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-struts/src/conf/struts.tld
  
  Index: struts.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/conf/struts.tld,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- struts.tld	2000/06/16 04:41:07	1.9
  +++ struts.tld	2000/06/19 16:32:18	1.10
  @@ -222,7 +222,7 @@
       <attribute>
         <name>action</name>
         <required>false</required>
  -      <rtexprvalue>false</rtexprvalue>
  +      <rtexprvalue>true</rtexprvalue>
       </attribute>
       <attribute>
         <name>method</name>
  @@ -1239,7 +1239,7 @@
       <attribute>
         <name>href</name>
         <required>true</required>
  -      <rtexprvalue>false</rtexprvalue>
  +      <rtexprvalue>true</rtexprvalue>
       </attribute>
       <attribute>
         <name>target</name>