Thanks this makes a lot more sense.  Also my above example wasn't working
like magic, was getting errors tried to load assets :).  I've reverted back
and I'm attempted to get the configuration to work.  I've added this method
to my AppSupport.java class (created from the archetype),

 public static void contributeIgnoredPathsFilter(Collection<String>
configuration)
    {
      configuration.add("/dwr/.*");
    }

but dwr urls are still getting handled by tapestry, am I missing something
really obvious?


-- 
View this message in context: 
http://www.nabble.com/-T5--Getting-DWR-to-work-with-tapestry%27s-filter-mapping-tp20361316p20362087.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to