You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Hoppe (JIRA)" <de...@myfaces.apache.org> on 2007/02/22 23:49:06 UTC

[jira] Created: (MYFACES-1540) Setting displayValueOnly programatically does not work

Setting displayValueOnly programatically does not work
------------------------------------------------------

                 Key: MYFACES-1540
                 URL: https://issues.apache.org/jira/browse/MYFACES-1540
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-127
    Affects Versions: 1.1.5
         Environment: MyFaces in WAS 6
            Reporter: Thomas Hoppe
             Fix For:  1.1.6-SNAPSHOT


Something like:
...
HtmlInputCalendar inputDate1 = JSFUtilities.createHtmlCalendar();
inputDate1.setDisplayValueOnly(true);
panel2.getChildren().add(inputDate1);
...

does not work. If I use the Component in a normal JSP page it works,
but why does it not work when set programatically.

Might not be a bug but at lease there should be some advice.

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


[jira] Commented: (MYFACES-1540) Setting displayValueOnly programatically does not work

Posted by "Thomas Hoppe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492677 ] 

Thomas Hoppe commented on MYFACES-1540:
---------------------------------------

Well, nobody interested in this issue?!

I verified now with the release 1.1.5 and the error remains.
Would be great to have some insights here.

> Setting displayValueOnly programatically does not work
> ------------------------------------------------------
>
>                 Key: MYFACES-1540
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1540
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-127
>    Affects Versions: 1.1.5
>         Environment: MyFaces in WAS 6
>            Reporter: Thomas Hoppe
>             Fix For:  1.1.6-SNAPSHOT
>
>
> Something like:
> ...
> HtmlInputCalendar inputDate1 = JSFUtilities.createHtmlCalendar();
> inputDate1.setDisplayValueOnly(true);
> panel2.getChildren().add(inputDate1);
> ...
> does not work. If I use the Component in a normal JSP page it works,
> but why does it not work when set programatically.
> Might not be a bug but at lease there should be some advice.

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


[jira] Commented: (MYFACES-1540) Setting displayValueOnly programatically does not work

Posted by "Yaron (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523610 ] 

Yaron commented on MYFACES-1540:
--------------------------------

I second that, i hope someone could give some insight on this. i currently need to use a tag as a work around for this

> Setting displayValueOnly programatically does not work
> ------------------------------------------------------
>
>                 Key: MYFACES-1540
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1540
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-127
>    Affects Versions: 1.1.5
>         Environment: MyFaces in WAS 6
>            Reporter: Thomas Hoppe
>             Fix For:  1.1.6-SNAPSHOT
>
>
> Something like:
> ...
> HtmlInputCalendar inputDate1 = JSFUtilities.createHtmlCalendar();
> inputDate1.setDisplayValueOnly(true);
> panel2.getChildren().add(inputDate1);
> ...
> does not work. If I use the Component in a normal JSP page it works,
> but why does it not work when set programatically.
> Might not be a bug but at lease there should be some advice.

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