You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2006/05/03 22:17:46 UTC

[jira] Created: (TOMAHAWK-410) inputCalendar doesn't respect displayValueOnly attribute

inputCalendar doesn't respect displayValueOnly attribute
--------------------------------------------------------

         Key: TOMAHAWK-410
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-410
     Project: MyFaces Tomahawk
        Type: Bug

  Components: Calendar  
    Versions: 1.1.3-SNAPSHOT    
    Reporter: Mike Kienenberger
    Priority: Minor


inputCalendar doesn't respect displayValueOnly attribute

-- 
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-410) inputCalendar doesn't respect displayValueOnly attribute and renderAsPopup="false"

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566603#action_12566603 ] 

Werner Punz commented on TOMAHAWK-410:
--------------------------------------

Yes, good question is, this bug is resolvable, but how should it be resolved
displayValueOnly falls back into a plain html string, one line that way
renderAsPopup="false" occupies a lot of space should the fallback
also revert to one line displaying the date?
or should it still occupy the space mimicking the original layout
but without the links!


> inputCalendar doesn't respect displayValueOnly attribute and renderAsPopup="false"
> ----------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-410
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-410
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.3-SNAPSHOT
>            Reporter: Mike Kienenberger
>            Priority: Minor
>
> inputCalendar doesn't respect displayValueOnly attribute

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


[jira] Commented: (TOMAHAWK-410) inputCalendar doesn't respect displayValueOnly attribute and renderAsPopup="false"

Posted by "Simon Kitching (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566615#action_12566615 ] 

Simon Kitching commented on TOMAHAWK-410:
-----------------------------------------

For the non-popup calendar style (these really should be two different components), I think displayValueOnly should still display a full calendar, but with no clickable parts. Or maybe even allow moving around the calendar (next/prev month etc), just not allow modifying the "selected date".

Having just the text can be simply created by not rendering it, and rendering an outputText instead.

> inputCalendar doesn't respect displayValueOnly attribute and renderAsPopup="false"
> ----------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-410
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-410
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.3-SNAPSHOT
>            Reporter: Mike Kienenberger
>            Priority: Minor
>
> inputCalendar doesn't respect displayValueOnly attribute

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