Have you tried changing the staticFilter web.xml parameters?
<filter>
<filter-name>staticFilter</filter-name>
<filter-class>org.appfuse.webapp.filter.StaticFilter</filter-class>
<init-param>
<param-name>includes</param-name>
<param-value>/scripts/dojo/*,/dwr/index.html,/struts/*</param-value>
</init-param>
</filter>
The line you have to change is the <param-value> one, so it looks like
this...
David M.
2008/6/18 StrutsUser <[EMAIL PROTECTED]>:
>
> Hi,
> I am trying to use Dojo rich text editor as
> <s:textarea theme="ajax"/>. I get the following error
> There is no Action mapped for namespace /struts/dojo/src/widget/templates
> and action name EditorOnline. - [unknown location]
> I am using Affuse and the default extension is HTML. I faced this problem
> earlier with datepicker and solved it by copying the Dojo related scripts
> from the struts2 jar to my local directory based on the solution given in
> 'http://appfuse.org/display/APF/Ajax' . But I am unable to use the
> textarea
> control.
> Do I need to copy anything else to my local directory for this to work?
> Is there any other rich text editor that can be plugged into Affuse easily?
> Could anyone please help me with this.
> Thanks
>
> --
> View this message in context:
> http://www.nabble.com/Rich-Text-Editor-Error-tp17996676s2369p17996676.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>