You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Larry Reed <la...@comcast.net> on 2009/07/03 02:52:14 UTC

missing ajax theme in 2.1.6

I am new to struts, and have been trying to set up my project with Struts 2.1.6. I want to use the 'ajax' theme for the UI tags, but this generates an error that the ajax templates are missing. Specifically, it can't find head.ftl.

I found that in the 2.1.6 release, the templates directory only has 'simple', 'xhtml', and 'css_xhtml'. There is an 'archive/ajax' directory, but it only seems to have what look like velocity (.vm) templates. In the 2.0.14 release, the ajax templates appear as expected.

Is this an oversight, or is there some challenge with using the ajax theme in 2.1.6?

-- Larry

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: missing ajax theme in 2.1.6

Posted by Dave Newton <ne...@yahoo.com>.
Larry Reed wrote:
> I found that in the 2.1.6 release, the templates directory only has
> 'simple', 'xhtml', and 'css_xhtml'. There is an 'archive/ajax'
> directory, but it only seems to have what look like velocity (.vm)
> templates. In the 2.0.14 release, the ajax templates appear as
> expected.
> 
> Is this an oversight, or is there some challenge with using the ajax
> theme in 2.1.6?

The "challenge" is limited to using the Dojo plugin and adding an
additional taglib directive in your JSP pages.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org