2009/7/16 Roshni Basu <[email protected]>: > I changed the above piece of code to > if (attributeValue == null&& !ignore) { > throw new TilesJspException( > "Error importing attributes. " + "Attribute > '" > + name + "' has a null value "); > } > > And ignore="true" worked. I think this is a bug in Tiles2.1.2. Can you > kindly check this issue?
I think you are right, this is a bug. Can you open a JIRA issue and, if possible, post a patch to it? (best if it is against the SVN trunk of TILES_2_1_X branch): https://issues.apache.org/struts/browse/TILES Thanks Antonio
