Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSP custom tags support #3396

Closed
vicmosin opened this issue Jul 2, 2015 · 2 comments
Closed

JSP custom tags support #3396

vicmosin opened this issue Jul 2, 2015 · 2 comments
Labels
for: stackoverflow A question that's better suited to stackoverflow.com

Comments

@vicmosin
Copy link

vicmosin commented Jul 2, 2015

I am facing some strange issue - once I add custom tag into JSP in the following way:

<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %>
...
<t:master>
    <jsp:attribute name="title"><spring:message code="message.text" /></jsp:attribute>
</t:master>

the content of the output page is empty... If I remove <t:master.. /> - work fine. Spring and spring security tags work fine too.

I know there are limitations regarding using JSP within the Spring Boot app, but I follow the suggestions - use only WAR package.

@wilkinsona
Copy link
Member

Judging by the identical avatars, I see you've already asked this question on Stack Overflow. I'm going to close this so that we can keep the discussion in one place. To increase the changes of someone being able to help you, you should share some code that reproduces the problem. Reading this advice may help.

@wilkinsona wilkinsona added the for: stackoverflow A question that's better suited to stackoverflow.com label Jul 2, 2015
@mmirzaeyan
Copy link

the question on SO in removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stackoverflow A question that's better suited to stackoverflow.com
Projects
None yet
Development

No branches or pull requests

3 participants