[jira] [Commented] (MYFACES-4661) SearchExpressions: Infinite Loop with SubView

2024-04-16 Thread Melloware (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837835#comment-17837835
 ] 

Melloware commented on MYFACES-4661:


I just tested with 2.3-next-M9-SNAPSHOT and can confirm its fixed `Caused by: 
javax.faces.component.search.ComponentNotFoundException: Cannot find component 
for expression ":subview1:txtString" referenced from "frmTest:j_id_k".`

> SearchExpressions: Infinite Loop with SubView
> -
>
> Key: MYFACES-4661
> URL: https://issues.apache.org/jira/browse/MYFACES-4661
> Project: MyFaces Core
>  Issue Type: Improvement
>Affects Versions: 2.3.10, 3.0.2, 2.3-next-M8, 4.0.2, 4.1.0-RC1
>Reporter: Melloware
>Priority: Major
> Attachments: subview.zip
>
>
> Attached is reproducible example using only core JSF code.
> [^subview.zip]
>  
> {code:java}
> 
>       
>         
>         
>         
>       
>       
>       
>         
>         
>         
>             
>       
>          
>       
>       
>         
>       
>      {code}
> ^The subview `render=":subview1:txtString"` gets stuck an infinite loop while 
> `render="subview1:txtString"` works fine.^
> ^The request for the failed infinite loop...^
> {code:java}
> javax.faces.partial.render"j_id__v_0" {code}
> ^Running this same code with Mojarra 2.3 using `mvn clean jetty:run 
> -Pmojarra23` the button works fine and the request looks like...^
> ^^
> {code:java}
> javax.faces.partial.render"frmTest:subview1:txtString" {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MYFACES-4661) SearchExpressions: Infinite Loop with SubView

2024-04-16 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837768#comment-17837768
 ] 

Thomas Andraschko commented on MYFACES-4661:


reminds me of: https://issues.apache.org/jira/browse/MYFACES-4624

> SearchExpressions: Infinite Loop with SubView
> -
>
> Key: MYFACES-4661
> URL: https://issues.apache.org/jira/browse/MYFACES-4661
> Project: MyFaces Core
>  Issue Type: Improvement
>Affects Versions: 2.3.10, 3.0.2, 2.3-next-M8, 4.0.2, 4.1.0-RC1
>Reporter: Melloware
>Priority: Major
> Attachments: subview.zip
>
>
> Attached is reproducible example using only core JSF code.
> [^subview.zip]
>  
> {code:java}
> 
>       
>         
>         
>         
>       
>       
>       
>         
>         
>         
>             
>       
>          
>       
>       
>         
>       
>      {code}
> ^The subview `render=":subview1:txtString"` gets stuck an infinite loop while 
> `render="subview1:txtString"` works fine.^
> ^The request for the failed infinite loop...^
> {code:java}
> javax.faces.partial.render"j_id__v_0" {code}
> ^Running this same code with Mojarra 2.3 using `mvn clean jetty:run 
> -Pmojarra23` the button works fine and the request looks like...^
> ^^
> {code:java}
> javax.faces.partial.render"frmTest:subview1:txtString" {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MYFACES-4661) SearchExpressions: Infinite Loop with SubView

2024-04-16 Thread Thomas Andraschko (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837765#comment-17837765
 ] 

Thomas Andraschko commented on MYFACES-4661:


is it the same with current 4.0 SNAPSHOT?
i think it should actually just fail with "not found exception" as ":subview1" 
just doesnt exist, its ":form:subview1"

> SearchExpressions: Infinite Loop with SubView
> -
>
> Key: MYFACES-4661
> URL: https://issues.apache.org/jira/browse/MYFACES-4661
> Project: MyFaces Core
>  Issue Type: Improvement
>Affects Versions: 2.3.10, 3.0.2, 2.3-next-M8, 4.0.2, 4.1.0-RC1
>Reporter: Melloware
>Priority: Major
> Attachments: subview.zip
>
>
> Attached is reproducible example using only core JSF code.
> [^subview.zip]
>  
> {code:java}
> 
>       
>         
>         
>         
>       
>       
>       
>         
>         
>         
>             
>       
>          
>       
>       
>         
>       
>      {code}
> ^The subview `render=":subview1:txtString"` gets stuck an infinite loop while 
> `render="subview1:txtString"` works fine.^
> ^The request for the failed infinite loop...^
> {code:java}
> javax.faces.partial.render"j_id__v_0" {code}
> ^Running this same code with Mojarra 2.3 using `mvn clean jetty:run 
> -Pmojarra23` the button works fine and the request looks like...^
> ^^
> {code:java}
> javax.faces.partial.render"frmTest:subview1:txtString" {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)