You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Yaron (JIRA)" <de...@myfaces.apache.org> on 2007/08/29 17:35:30 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_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.