Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

c:import and c:param

843836May 12 2005 — edited May 13 2005
Im using c:import and c:param together to include a jsp file. Like this:
<c:import url="/test/Includer/rubriker.jsp" >
<c:param name="rubrik" value="${text.rubrik}"/>
</c:import>

But when i print the param to the jsp import page some characters becomes unreadable. I get characters like +,% and so on...why?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2005
Added on May 12 2005
2 comments
170 views