Managed to get it to work.
####
I had to add all of the tag classes from tiles-jsp-3.0.8.jar to
org/apache/tiles/web/jsp/taglib
and change the package to match in the tiles-jsp.tld.
ie
org.apache.tiles.jsp.taglib.
to
org.apache.tiles.web.jsp.taglib.
####
One java class that won't compile from tiles-jsp-3.0.8.jar is:
public class GetAsStringTag extends SimpleTagSupport {
/**
* The template model.
*/
private org.apache.tiles.template.GetAsStringModel model = new
org.apache.tiles.template.GetAsStringModel();
..
}
The constructor GetAsStringModel() is undefined
####
The classes have a note of
"This file was automatically generated by Apache Tiles Autotag."
maybe these are built somehow?
Cheers
On 06/10/2022 14:19, Lukasz Lenart wrote:
Yes
W dniu czw., 6.10.2022 o 15:19 Greg Huber <gregh3...@gmail.com> napisał(a):
I can test it from the git branch in eclipse. Normally I would delete
the struts2* jars, so I guess its all of the tiles-* as well?
On 06/10/2022 14:14, Lukasz Lenart wrote:
czw., 6 paź 2022 o 15:11 Greg Huber <gregh3...@gmail.com> napisał(a):
Is the branch WW-5233-tiles working? I could give it a test drive.😛
Yes, you can build a snapshot version out of it. That would be cool,
thanks!
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org
--
(mobile)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org