You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/19 18:30:46 UTC

DO NOT REPLY [Bug 18152] New: - htlp:submit tag forgets the "property" property.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18152>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18152

htlp:submit tag forgets the "property" property.

           Summary: htlp:submit tag forgets the "property" property.
           Product: Struts
           Version: 1.1 RC1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: david.shaw2@cingular.com


With struts 1.1fc, the property tag does not work on the html:submit tag when
there is more than one submit button of the same name:

      <html:submit property="submit" value="Save Changes"/>
      <html:submit property="submit" value="Delete"/>

This would work in 1.1b2, but does not work anymore.

There are lots of other solutions to the problem, so it's not a showstopper, but
it worked fine in 1.1b2 and does not work anymore.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org