-
calling custom tags in jsp with jsp:include
Hi,
I have a large jsp file , which uses jstl fmt tags for labels.
Since the size of jsp was too big iand i was unable to compile it because of 64 kb class size limit,
I removed the tag lib defination from the jsp file and put it in another jsp file. and used jsp:include to include this file inside the first jsp.
It is compiling successfully but labels r not showing up.
but when i use <%@include to include second jsp in the first one i get the labels properly.
I cannot use <%@include as this starts giving me compilation error related with jsp class file size beyond 64 kb.
Pls suggest why jsp:include is not working.
thanks,
Pramod
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks