You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Rolf Schumacher (JIRA)" <ji...@apache.org> on 2010/02/23 22:57:27 UTC

[jira] Created: (JSPWIKI-639) InsertPage fails if a tab name is imported that already exists

InsertPage fails if a tab name is imported that already exists
--------------------------------------------------------------

                 Key: JSPWIKI-639
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-639
             Project: JSPWiki
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 2.8.3
         Environment: linux 2.6.32 tomcat 6.0.2  jvm 1.6
            Reporter: Rolf Schumacher
            Priority: Minor


what I did: Entered two pages with tabbed sections and equal tab names. one includes the other (the parent includes the child)

what I expected: to see the childs tab if I click on a the corresponding tab in the parent page

what I got: the parent page gets garbled

workaround: make tab names unique if required

the parent page:

%%tabbedSection
%%tab-1
text to show up in parent tab-1
* [page to insert]
[{InsertPage page='Page to insert'}]
%%
%%tab-2
text to show up in parent tab-2
%%
%%

the child page:

%%tabbedSection
%%tab-1
text from tab-1 of page to be inserted
%%
%%tab-2
text from tab-2 of page to be inserted
%%
%%


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