add a singleTagDebug property to all logic:* tags derived from 
org.apache.struts.taglib.logic.ConditionalTagBase
----------------------------------------------------------------------------------------------------------------

                 Key: WW-1411
                 URL: http://issues.apache.org/struts/browse/WW-1411
             Project: Struts 2
          Issue Type: New Feature
         Environment: so far, I use struts 1.2.9, but I guess this now the new 
location to place such RFE that might be useful beyond the 1.2.9
            Reporter: Ralf Hauser


the idea behind it is to have a boolean derived from this and instrument the 
ConditionalTagBase.condition() methods of each derived tag with a fine-grained 
commons.logging log.debug() output.

If the user of the tag sets this "singleTagDebug" property to true, this debug 
will be produced but not for any other occurrences of using this tag in order 
not to overwhelm with debug output.

it is probably reasonable to mention this in 
http://struts.apache.org/1.x/struts-taglib/tagreference.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to