You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Felipe Leme (JIRA)" <co...@jakarta.apache.org> on 2007/04/24 19:02:16 UTC

[jira] Created: (JELLY-276) Parameter name is not taken into account on log tags

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org