You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2010/02/16 15:15:27 UTC

[jira] Created: (TOBAGO-850) tx components will be created new when rerendering in JSF 1.2 and using JSP

tx components will be created new when rerendering in JSF 1.2 and using JSP
---------------------------------------------------------------------------

                 Key: TOBAGO-850
                 URL: https://issues.apache.org/jira/browse/TOBAGO-850
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
         Environment: MyFaces 1.2
JSP
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil


The tx-Tags should support the JspIdConsumer class which is new in JSP 2.1.
The problem is, that the findComponent method of UIComponentClassicTagBase will not identify the component and create a new one.
Result: the submitted value will not be shown in case of an error. Also FacesMessages uses ids which are not on the page (because they a created new).


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


[jira] Resolved: (TOBAGO-850) tx components will be created new when rerendering in JSF 1.2 and using JSP (Tobago 1.5)

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

Udo Schnurpfeil resolved TOBAGO-850.
------------------------------------

    Resolution: Fixed

> tx components will be created new when rerendering in JSF 1.2 and using JSP (Tobago 1.5)
> ----------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-850
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-850
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0-alpha-1
>         Environment: MyFaces 1.2, Sun RI 1.2
> JSP
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.5.0-alpha-2
>
>
> The tx-Tags should support the JspIdConsumer class which is new in JSP 2.1.
> The problem is, that the findComponent method of UIComponentClassicTagBase will not identify the component and create a new one.
> Result: the submitted value will not be shown in case of an error. Also FacesMessages uses ids which are not on the page (because they a created new).
> A Tag of the tx-lib is mostly like a JSP page, so it must call the setJspId() method of the used Tags.

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