You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tiles.apache.org by Davinder Bains <da...@infosys.com> on 2010/06/22 08:15:52 UTC

Inserting tiles attribute without compiling

Hi all

I am using tiles 2.1.1
Is there any way in which i can do insertattribute without compiling the
attribute.
After inserting all the attributes, final jsp should be compiled.
Can the attributes behave like including jsp ?

For e.g. 

I want to make 1 form as two tiles attributes.
When i insert both the attributes then it gives the error that form doen't
have end tag.
Because its compiling the first attribute.
This is possible in include jsp but, not with the tiles attribute.

Please help
 
-- 
View this message in context: http://old.nabble.com/Inserting-tiles-attribute-without-compiling-tp28956510p28956510.html
Sent from the tiles users mailing list archive at Nabble.com.


Re: Inserting tiles attribute without compiling

Posted by Antonio Petrelli <an...@gmail.com>.
2010/6/22 Davinder Bains <da...@infosys.com>:
> Can the attributes behave like including jsp ?

No. Tiles inclusion is like <jsp:include> not <%@include%> directive.

Antonio