Hi,
I am using maven 2.0.8 with struts2. I need to use Ajax (DOJO) tags in my
application.
In my JSP I have specified as.
<s:head theme="ajax" />
and am using datepicker tag in it.
My web.xml contains
-------------
 <filter-mapping>
        <filter-name>sitemesh</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    
    <filter-mapping>
        <filter-name>staticFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
        <filter-name>struts</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
--------
When I lauch the page with extension .html I get the following error
There is no Action mapped for namespace /struts/dojo/src/widget/templates
and action name DatePicker. - [unknown location]
        at
com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:186)
        at
org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:41)
        at
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:494)
        at
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419)

Could anyone please help me? I don't understand what configuration I am
missing.
Thanks & Regards

-- 
View this message in context: 
http://www.nabble.com/Struts2-Ajax-Integration-in-Maven-tp17861464p17861464.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to