[jira] [Updated] (WW-4412) Context started without being closed

2014-10-13 Thread Hazem Taji (JIRA)

 [ 
https://issues.apache.org/jira/browse/WW-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hazem Taji updated WW-4412:
---
Attachment: tiles-test.zip

Test project demonstrating the issue

 Context started without being closed
 

 Key: WW-4412
 URL: https://issues.apache.org/jira/browse/WW-4412
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tiles
Affects Versions: 2.3.16.3
Reporter: Hazem Taji
 Fix For: 2.3.x

 Attachments: tiles-test.zip


 In the TilesResult class, in doExecute, a context is started but not ended. 
 This causes the context stack later to have extra irrelevant contexts.
 The problem prevents the use of s:action tags where actions have tile 
 results and results in the tile attributes being unrecognized.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4412) Context started without being closed

2014-10-13 Thread Hazem Taji (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169202#comment-14169202
 ] 

Hazem Taji commented on WW-4412:


The s:action tag in BaseLayout.jsp causes the tiles to add 2 elements to the 
context stack, only popping one after it finishes. When trying to load the 
footer attribute, it will complain as it will not find the correct definition 
made in the resources/tiles/tiles-index.xml file.

My analysis is that in TilesResult class the context is started, but is not 
closed after rendering. If closed, the example works correctly.

 Context started without being closed
 

 Key: WW-4412
 URL: https://issues.apache.org/jira/browse/WW-4412
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tiles
Affects Versions: 2.3.16.3
Reporter: Hazem Taji
 Fix For: 2.3.x

 Attachments: tiles-test.zip


 In the TilesResult class, in doExecute, a context is started but not ended. 
 This causes the context stack later to have extra irrelevant contexts.
 The problem prevents the use of s:action tags where actions have tile 
 results and results in the tile attributes being unrecognized.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (WW-4412) Context started without being closed

2014-10-09 Thread Hazem Taji (JIRA)
Hazem Taji created WW-4412:
--

 Summary: Context started without being closed
 Key: WW-4412
 URL: https://issues.apache.org/jira/browse/WW-4412
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tiles
Affects Versions: 2.3.16.3
Reporter: Hazem Taji


In the TilesResult class, in doExecute, a context is started but not ended. 
This causes the context stack later to have extra irrelevant contexts.

The problem prevents the use of s:action tags where actions have tile results 
and results in the tile attributes being unrecognized.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)