You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Andrew Stephan (JIRA)" <ji...@apache.org> on 2009/01/09 22:36:46 UTC

[jira] Created: (WW-2950) issue with tabbedPanel within Tiles Implemenatation

issue with tabbedPanel within Tiles Implemenatation
---------------------------------------------------

                 Key: WW-2950
                 URL: https://issues.apache.org/struts/browse/WW-2950
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Dojo Tags
    Affects Versions: 2.1.2
         Environment: Windows XP sp 3, IBM Rational Software Architect 7.5.1, WebSphere 6.1.17
            Reporter: Andrew Stephan


I am having a problem when I am attempting to include a tabbedPanel within a tiles template using the following tag.

<sx:a targets="one" href="date.action">Test</sx:a>

For testing purposes, I have configured my application to load a simple date.jsp page(from the sample application) within the first tab of the tabbed panel.  I have added the <sx:a> tag to the date.jsp to prove that the contents tab are being dynamically loaded via AJAX when a user clicks on the URL displayed by the <sx:a> tag.

The end result of the test is that the same page is reloaded in the same tab with a new timestamp.

My problem is that after several iterations of the test where the page is successfully loaded, suddenly, Struts2/Tiles can't reslove the action and loads the applications' Welcome Page.

Whenever this occurs, I am seeing the following in my logs.

[1/9/09 16:30:04:312 EST] 0000003d OgnlValueStac W com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could not find property [org.apache.tiles.AttributeContext.STACK]
[1/9/09 16:30:04:312 EST] 0000003d OgnlValueStac W com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could not find property [org.apache.tiles.AttributeContext.STACK]

When it is successfully working, I see other messages but not these.

The interesing part is if I access the tabbedPanel.jsp directly I do not see this problem.  I can iteratively click on the link over and over with no problem at all.

I am also not seeing any exceptions.  I will increase my logging and see what else I can see.

I have searched the existing bugs but have not come across this.  If there is a known bug or I am not doing something correctly, please let me know.

Thanks and let me know if there is anything else I can get to help clarify things and or resolve the issue.

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