You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rolf Kulemann (JIRA)" <de...@myfaces.apache.org> on 2006/10/12 17:19:36 UTC

[jira] Created: (TOMAHAWK-735) ForceId does not work in inputCalendar anymore

ForceId does not work in inputCalendar anymore
----------------------------------------------

                 Key: TOMAHAWK-735
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-735
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
    Affects Versions: 1.1.3
         Environment: MyFaces 1.1.4, Tomahawk 1.1.3
            Reporter: Rolf Kulemann


ForceId does not work anymore. The effect is that the cleintId is always written instead of the froced id.

I guess the offending code is:

1.) HtmlCalendarRenderer.encodeEnd ....
     RendererUtils.copyHtmlInputTextAttributes(inputCalendar, inputText);

2.) RenderUtils.copyHtmlInputTextAttributes

  does not copy the foceId property



-- 
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-735) ForceId does not work in inputCalendar anymore

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

Simon Kitching commented on TOMAHAWK-735:
-----------------------------------------

This seems to work for me.

See the online example here:
  http://www.irian.at/myfacesexamples/calendar.jsf

In file calendar.jsp:
 The first (non-poup) calendar in that page has no explicit id.
 The second calendar has id=secondOne and forceId=true 
 The third calendar has id=thirdOne and does not have forceId set.

Using "view source" in the browser, I see that:

First (non-popup) calendar has id of "calendarForm:_idJsp1"
Second calendar has id of "secondOne".
Third calendar has id of "calendarForm2:thirdOne"

This all seems ok...

> ForceId does not work in inputCalendar anymore
> ----------------------------------------------
>
>                 Key: TOMAHAWK-735
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-735
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.3
>         Environment: MyFaces 1.1.4, Tomahawk 1.1.3
>            Reporter: Rolf Kulemann
>
> ForceId does not work anymore. The effect is that the cleintId is always written instead of the froced id.
> I guess the offending code is:
> 1.) HtmlCalendarRenderer.encodeEnd ....
>      RendererUtils.copyHtmlInputTextAttributes(inputCalendar, inputText);
> 2.) RenderUtils.copyHtmlInputTextAttributes
>   does not copy the foceId property

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


[jira] Resolved: (TOMAHAWK-735) ForceId does not work in inputCalendar anymore

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Punz resolved TOMAHAWK-735.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.7-SNAPSHOT

This issue definitely does not occur in the latest trunk
I tried it with a form once forceId set then not set
the id is rendered correctly in both cases!
I will resolve this issue for now!


> ForceId does not work in inputCalendar anymore
> ----------------------------------------------
>
>                 Key: TOMAHAWK-735
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-735
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.3
>         Environment: MyFaces 1.1.4, Tomahawk 1.1.3
>            Reporter: Rolf Kulemann
>             Fix For: 1.1.7-SNAPSHOT
>
>
> ForceId does not work anymore. The effect is that the cleintId is always written instead of the froced id.
> I guess the offending code is:
> 1.) HtmlCalendarRenderer.encodeEnd ....
>      RendererUtils.copyHtmlInputTextAttributes(inputCalendar, inputText);
> 2.) RenderUtils.copyHtmlInputTextAttributes
>   does not copy the foceId property

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