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/04/30 16:22:15 UTC

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

    [ 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.