Parameter name is not taken into account on log tags
----------------------------------------------------

                 Key: JELLY-276
                 URL: https://issues.apache.org/jira/browse/JELLY-276
             Project: Commons Jelly
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Felipe Leme


I wrote the following Jelly script:

<?xml version="1.0"?>
<j:jelly xmlns:log="jelly:log" xmlns:j="jelly:core">
    <log:info name="test.jelly">retVal: ${retVal}</log:info>
</j:jelly>

And the output was:

Apr 24, 2007 1:43:02 PM org.apache.commons.jelly.tags.log.InfoTag doTag
INFO: retVal: SUCCESS

My understanding is that it should print the log name instead of the class name:

Apr 24, 2007 1:43:02 PM test.jelly doTag
INFO: retVal: SUCCESS


But I might be wrong (it might be a commons-logging setup issue).

-- Felipe



PS: it's necessary to add a new component for tag-log ,and also update the 
releases (I didn't have access to do so)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to