Thanks, it works now.
Added in JIRA.
Peppe
mraible wrote:
>
> Adding it to the includes seems to work:
>
>
> staticFilter
>
> org.appfuse.webapp.filter.StaticFilter
>
> includes
> /scripts/dojo/*,/dwr/*
>
>
>
Adding it to the includes seems to work:
staticFilter
org.appfuse.webapp.filter.StaticFilter
includes
/scripts/dojo/*,/dwr/*
servletName
dispatcher
Can you please enter an issue for this in JIRA?
h
Thanks for the fastest answer in the World, I tried this but doesn't work.
Peppe
mraible wrote:
>
> This may be caused by the StaticFilter. If you add an exclusion for
> /dwr/*.html - does that fix the problem?
>
> Matt
>
> On 6/26/07, peppix <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>> I am
This may be caused by the StaticFilter. If you add an exclusion for
/dwr/*.html - does that fix the problem?
Matt
On 6/26/07, peppix <[EMAIL PROTECTED]> wrote:
Hi all,
I am using Appsuse 2.0 m5 with the Spring Basic/Hibernate artifact,
everything works fine but I have a strange problem.
Peopl
Hi all,
I am using Appsuse 2.0 m5 with the Spring Basic/Hibernate artifact,
everything works fine but I have a strange problem.
People states that DWR works with no configuration in their projects, I
have just added bean in dwr.xml, after I start the app both from Idea or
with the mvn jetty:run