[ 
https://issues.apache.org/jira/browse/TOBAGO-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840529#action_12840529
 ] 

Udo Schnurpfeil edited comment on TOBAGO-856 at 3/3/10 8:23 AM:
----------------------------------------------------------------

To fix this issue with same code base of Tobago is not possible, because the 
fix need javax.servlet.jsp.tagext.JspIdConsumer interface from JSP 2.1.
The interface is not available in JSP 2.0. It may need to be discussed, to put 
this interface in the Tobago 1.0 source code. 

With this interface the fix looks quite similar like in Tobago 1.5

JSP 1.2 is not the main target for Tobago 1.0. For JSP 1.2 Tobago 1.5 is the 
default.

If this feature is essential for you, please give a hint.

      was (Author: lofwyr):
    To fix this issue with same code base of Tobago is not possible, because 
the fix need javax.servlet.jsp.tagext.JspIdConsumer interface from JSP 2.1.
The interface is not available in JSP 2.0. It may need to be discussed, to put 
this interface in the Tobago 1.0 source code. 
  
> tx components will be created new when rerendering in JSF 1.2 and using JSP 
> (Tobago 1.0)
> ----------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-856
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-856
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.24
>         Environment: MyFaces 1.2, Sun RI 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).
> 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.

Reply via email to