You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I had integrated sitemesh 2.4.2 in my web app.
I am decorating pages using meta tag (PageDecoratorMapper) on JSPs. In one of page I came across strange problem. In HTML I have button tag as follow:
same page loads in fraction of second. Strange thing is that I am not decorating this page with meta tag. It should not be considered by sitemesh filter. Following is my theme.jsp for reference:
Hello,
I had integrated sitemesh 2.4.2 in my web app.
I am decorating pages using meta tag (PageDecoratorMapper) on JSPs. In one of page I came across strange problem. In HTML I have button tag as follow:
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
Due to this line my page keeps loading. Taking more than 1.5 minute to complete processing. Now if I change this line to:
<input type="button" class="close" data-dismiss="modal" aria-hidden="true" value="x"></input>
same page loads in fraction of second. Strange thing is that I am not decorating this page with meta tag. It should not be considered by sitemesh filter. Following is my theme.jsp for reference:
The text was updated successfully, but these errors were encountered: