Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Struts and the fly likes problem in inserting Tiles definitions into webpage Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "problem in inserting Tiles definitions into webpage" Watch "problem in inserting Tiles definitions into webpage" New topic
Author

problem in inserting Tiles definitions into webpage

Santosh Ganapa
Greenhorn

Joined: Mar 27, 2011
Posts: 19
Hello all,

I am getting an error as given below while inserting tiles-definitions into my other jsp file.

javax.servlet.jsp.JspException: Can't get definitions factory from context.
at org.apache.struts.taglib.tiles.InsertTag.processDefinitionName(InsertTag.java:616)
at org.apache.struts.taglib.tiles.InsertTag.createTagHandler(InsertTag.java:503)
at org.apache.struts.taglib.tiles.InsertTag.doStartTag(InsertTag.java:460)
at org.apache.jsp.Success_jsp._jspx_meth_tiles_005finsert_005f0(Success_jsp.java:106)

How to solve this problem.Please provide help...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem in inserting Tiles definitions into webpage
 
Similar Threads
problem using Tiles-null pointer exception
Struts-Tiles problem
NullPointerException on tiles
Can't get definitions factory from context.
Can't get definitions factory from context