2008/1/13, saint_john <[EMAIL PROTECTED]>: > I've a problem with error handling while inserting a tile: > > Does there exist a way to force Tiles to throw an exception when tile has > compilation problems? > Currently it only writes an error log.
Good question. In fact, if an inner attribute has problems (i.e. exceptions), Tiles currently logs the exception (this includes compile problems) and goes on rendering. I think that it is needed to throw the exception and stop the rendering... John, can you open a JIRA issue for this? http://issues.apache.org/struts Thanks Antonio
