[
https://issues.apache.org/jira/browse/WICKET-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Compagner closed WICKET-1507.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4-M2
1.3.4
Assignee: Johan Compagner
i applied the patch, i changed it a little bit more so that the location string
that a MergedMarkup will get it from the base Markup
That base markup can i guess be a MergedMarkup again (extend/child/extend/child)
> MarkupCache style/variation/locale support broken
> -------------------------------------------------
>
> Key: WICKET-1507
> URL: https://issues.apache.org/jira/browse/WICKET-1507
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.2
> Reporter: Meetesh Karia
> Assignee: Johan Compagner
> Priority: Critical
> Fix For: 1.3.4, 1.4-M2
>
> Attachments: WICKET-1507-FIX-and-TESTCASE.patch,
> WICKET-1507-testcase.patch
>
>
> We're running into a problem with the change made for this issue: WICKET-1370
> Basically, if you have a situation like this where the Login page extends
> DefaultPage and uses <wicket:extend>:
> Login.html
> DefaultPage.html
> DefaultPage_style1.html
> DefaultPage_style2.html
> The markup for DefaultPage will always be based on the first style the site
> is hit with. This is because the location string ("Login.html") hasn't
> changed with the style change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.