[jira] [Commented] (TOBAGO-1416) Time tag should not display date by default

2014-08-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082173#comment-14082173
 ] 

Hudson commented on TOBAGO-1416:


SUCCESS: Integrated in tobago-trunk #1243 (See 
[https://builds.apache.org/job/tobago-trunk/1243/])
TOBAGO-1416: Time tag should not display date by default (lofwyr: 
http://svn.apache.org/viewvc/?view=rev&rev=1615053)
* 
/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUITime.java


> Time tag should not display date by default
> ---
>
> Key: TOBAGO-1416
> URL: https://issues.apache.org/jira/browse/TOBAGO-1416
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 2.0.0
>Reporter: Dennis Kieselhorst
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 2.0.2, 3.0.0-alpha-1, 3.0.0
>
> Attachments: time-screenshot.png
>
>
> If the time tag is used without a converter, the date is displayed in front 
> of the time (first one in the screenshot is without, second one with 
> converter).
> !time-screenshot.png!
> A default should be applied to behave like the old implementation (<2.0), 
> e.g.:
> {code:xml}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TOBAGO-1416) Time tag should not display date by default

2014-08-01 Thread Udo Schnurpfeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082086#comment-14082086
 ] 

Udo Schnurpfeil commented on TOBAGO-1416:
-

Setting 
  dateTimeConverter.setTimeStyle("short");
  dateTimeConverter.setType("time");
in the default converter.
Also fixed a local ref bug.

> Time tag should not display date by default
> ---
>
> Key: TOBAGO-1416
> URL: https://issues.apache.org/jira/browse/TOBAGO-1416
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 2.0.0
>Reporter: Dennis Kieselhorst
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 2.0.2, 3.0.0-alpha-1, 3.0.0
>
> Attachments: time-screenshot.png
>
>
> If the time tag is used without a converter, the date is displayed in front 
> of the time (first one in the screenshot is without, second one with 
> converter).
> !time-screenshot.png!
> A default should be applied to behave like the old implementation (<2.0), 
> e.g.:
> {code:xml}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)