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/07/12 02:22:01 UTC

DO NOT REPLY [Bug 21508] - element too restrictive

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=21508>.
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=21508

<item> element too restrictive

dgraham@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Minor                       |Enhancement
           Priority|Low                         |Other
            Summary|tile definition's menu item |<item> element too
                   |subclassing does not allow  |restrictive
                   |property setters            |



------- Additional Comments From dgraham@apache.org  2003-07-12 00:22 -------
The <item> element seems needlessly limited.  The icon, link, tooltip, and value 
attributes should probably be removed and replaced with a more generic 
<set-property> element.  For example,
<item classtype="MyClass">
    <set-property property="myProp" value="my value"/>
</item>

Also, the classtype attribute should be renamed to className to match the 
struts-config convention.

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