Author: apetrelli Date: Wed Sep 27 04:44:30 2006 New Revision: 450404 URL: http://svn.apache.org/viewvc?view=rev&rev=450404 Log: SB-21
Added FAQ for the removal of "direct" attribute in <tiles:put> and <tiles:add> Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml Modified: struts/sandbox/trunk/tiles/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/fml/faq.fml?view=diff&rev=450404&r1=450403&r2=450404 ============================================================================== --- struts/sandbox/trunk/tiles/src/site/fml/faq.fml (original) +++ struts/sandbox/trunk/tiles/src/site/fml/faq.fml Wed Sep 27 04:44:30 2006 @@ -45,6 +45,14 @@ <code><tiles:put name="foo" value="${foo.bar}"/></code> </answer> </faq> + <faq id="put-add-direct"> + <question>What happened to the 'direct' attribute of PutTag and AddTag? + </question> + <answer> + <p>It has been removed since you can specify the "direct" + inclusion using <code>type="string"</code></p> + </answer> + </faq> <faq id="insert-type"> <question>Is the insert tag's 'type' attribute required? </question>