Sign in
|
Join
|
Help
Lamia's stack and heap based memories...
A Judiciously implemented blog
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Community
Home
Blogs
Media
Forums
Groups
Google Gadget
Tag Cloud
.Net (8)
Career (26)
Design Patterns (3)
Eclipse (9)
EJB (6)
FLEX (4)
J2EE-JEE (22)
J2ME (4)
Java (55)
Javascript (7)
JSTL (3)
Microsoft Windows (10)
Netbeans (4)
Object Relational Mapping (3)
Others (3)
PHP (6)
PSP (3)
RDBMS (20)
SCJP (4)
Servlets (3)
Struts (7)
Technology (6)
Tomcat (3)
Visual Studio (3)
XML and Webservices (7)
Email Notifications
Go
Recent Posts
<c:import url=""/> just so darn powerful
java.lang.IllegalStateException: Cannot forward after response has been committed
The power of JSTL's <c:import/> tag
Archives
February 2010 (1)
December 2009 (3)
October 2009 (1)
September 2009 (1)
August 2009 (2)
July 2009 (5)
June 2009 (1)
February 2009 (2)
January 2009 (5)
December 2008 (1)
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
Browse by Tags
All Tags
»
JSTL
(
RSS
)
J2EE-JEE
Java
JSP
09-06-2006 8:08 PM
<c:import url=""/> just so darn powerful
I was doing a small project last night. Youm wouldn't believe how much the ol <jsp:include page=""/> tag has given me problems. First of all, what I was doing was include a JSP page. That included JSP page has a <c:import page=""/> call in...
Posted by
lamia
| with
no comments
Filed under:
JSTL
,
JSP
09-05-2006 2:25 AM
java.lang.IllegalStateException: Cannot forward after response has been committed
I encountered this error while working on the final module of my project earlier. The error was obvious to me though that it occured in one of my included JSP's. <center> <jsp:include page="/WEB-INF/templates/usermenutemplate.jsp"/> </center>...
Posted by
lamia
|
21 comment(s)
Filed under:
Java
,
J2EE-JEE
,
JSTL
,
JSP
06-21-2006 9:23 PM
The power of JSTL's <c:import/> tag
Since yesterday, I was having trouble with JSP's <jsp:include/> tag. I had to include a page which has a dynamic content in it. I was strict into following the model 2 approach so I wasn't even a little tempted to include scriptlets in my page....
Posted by
lamia
| with
no comments
Filed under:
J2EE-JEE
,
JSTL