Doing a conditional include with <c:if>

Imagine you have a page where users can view comments from other users. And imagine that members can also post comments, but non-member guests cannot. You want everyone to get the same page, but you want members to “see” more things on the page. You want a conditional <jsp:include > and of course, you don’t want to do it with scripting!

What members see:

image with no caption

What NON-members see:

image with no caption

JSP code

image with no caption
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset