Hello everybody :-)
In InsertTag the "controllerClass" and "controllerUrl" have been
removed, I guess according to this JIRA issue:
http://issues.apache.org/struts/browse/SB-21
I don't know if it's correct, because, as it is said in taglibs docs,
the class or the URL is called immediately before rendering:
http://struts.apache.org/1.x/struts-tiles/tagreference.html#insert
I think that "controllerUrl" can be replaced by specifying the URL
itself in the "value" attribute of <tiles:put> (or <put>). This URL must
forward to the final JSP page, e.g. it could be a classic Struts action
with one or more forwards.
About "controllerClass" I don't know if it is useful, and I don't know
if the created instance of that class is cached or not (in the second
case it could be a great performance issue).
I think that those attributes have been correctly removed, but the FAQ
needs to be updated. I wrote this mail to know if you agree with me so I
could write a FAQ for this, or if it is the case of re-putting those
attributes back.
Please let me know what you think.
TIA
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]