You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Julian Ray (JIRA)" <de...@myfaces.apache.org> on 2006/05/08 13:29:20 UTC

[jira] Created: (TOMAHAWK-420) String Case Converter

String Case Converter 
----------------------

         Key: TOMAHAWK-420
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-420
     Project: MyFaces Tomahawk
        Type: New Feature

    Reporter: Julian Ray
    Priority: Trivial


Provides upper|lower|capitalization of strings, trimming and truncation

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


Re: [jira] Commented: (TOMAHAWK-420) String Case Converter

Posted by Julian Ray <ju...@yahoo.com>.
Hi Mike,

I know, but I couldn't get it to work. Sorry for the extra work involved.
I'll figure it out for next time :)

--
View this message in context: http://www.nabble.com/-jira-Created%3A-%28TOMAHAWK-420%29-String-Case-Converter-t1576251.html#a4365170
Sent from the My Faces - Dev forum at Nabble.com.


[jira] Commented: (TOMAHAWK-420) String Case Converter

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-420?page=comments#action_12412825 ] 

Mike Kienenberger commented on TOMAHAWK-420:
--------------------------------------------

Ok.  I've committed the converter, a JSP tag, the faces-config, and sandbox.tld file.

We still need docs (preferably in xdocs format) and an example.



> String Case Converter
> ---------------------
>
>          Key: TOMAHAWK-420
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-420
>      Project: MyFaces Tomahawk
>         Type: New Feature

>   Components: New Component
>     Reporter: Julian Ray
>     Assignee: Mike Kienenberger
>     Priority: Trivial
>  Attachments: CaseConverter.java, CaseConverterTag.java
>
> Provides upper|lower|capitalization of strings, trimming and truncation

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


[jira] Commented: (TOMAHAWK-420) String Case Converter

Posted by "Julian Ray (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-420?page=comments#action_12412917 ] 

Julian Ray commented on TOMAHAWK-420:
-------------------------------------

There is a typo in the sandboc TLD entry for this tag.  The correct line should be

		<tag-class>org.apache.myfaces.custom.convertStringUtils.StringUtilsConverterTag</tag-class>



> String Case Converter
> ---------------------
>
>          Key: TOMAHAWK-420
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-420
>      Project: MyFaces Tomahawk
>         Type: New Feature

>   Components: New Component
>     Reporter: Julian Ray
>     Assignee: Mike Kienenberger
>     Priority: Trivial
>  Attachments: CaseConverter.java, CaseConverterTag.java, ConvertStringUtilsBean.java, convertStringUtils.jsp, convertStringUtils.xml
>
> Provides upper|lower|capitalization of strings, trimming and truncation

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


[jira] Resolved: (TOMAHAWK-420) String Case Converter

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Kienenberger resolved TOMAHAWK-420.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.6-SNAPSHOT

Finally getting around to committing example and docs!
Thanks for the code and your patience.

> String Case Converter
> ---------------------
>
>                 Key: TOMAHAWK-420
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-420
>             Project: MyFaces Tomahawk
>          Issue Type: New Feature
>          Components: New Component
>            Reporter: Julian Ray
>         Assigned To: Mike Kienenberger
>            Priority: Trivial
>             Fix For: 1.1.6-SNAPSHOT
>
>         Attachments: CaseConverter.java, CaseConverterTag.java, convertStringUtils.jsp, convertStringUtils.xml, ConvertStringUtilsBean.java
>
>
> Provides upper|lower|capitalization of strings, trimming and truncation

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


[jira] Commented: (TOMAHAWK-420) String Case Converter

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-420?page=comments#action_12383264 ] 

Mike Kienenberger commented on TOMAHAWK-420:
--------------------------------------------

Julian,

In the future, please submit all patches as a unified diff file attachment and not as inline text.


> String Case Converter
> ---------------------
>
>          Key: TOMAHAWK-420
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-420
>      Project: MyFaces Tomahawk
>         Type: New Feature

>   Components: New Component
>     Reporter: Julian Ray
>     Priority: Trivial
>  Attachments: CaseConverter.java, CaseConverterTag.java
>
> Provides upper|lower|capitalization of strings, trimming and truncation

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


[jira] Commented: (TOMAHAWK-420) String Case Converter

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-420?page=comments#action_12412938 ] 

Mike Kienenberger commented on TOMAHAWK-420:
--------------------------------------------

Thanks.  Fixed the TLD.   I was testing with facelets, so the JSP stuff could be wrong.

> String Case Converter
> ---------------------
>
>          Key: TOMAHAWK-420
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-420
>      Project: MyFaces Tomahawk
>         Type: New Feature

>   Components: New Component
>     Reporter: Julian Ray
>     Assignee: Mike Kienenberger
>     Priority: Trivial
>  Attachments: CaseConverter.java, CaseConverterTag.java, ConvertStringUtilsBean.java, convertStringUtils.jsp, convertStringUtils.xml
>
> Provides upper|lower|capitalization of strings, trimming and truncation

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