Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-02 Thread Matt Raible
So maybe we should just have /dwr/index.html by default, eh? Matt On 10/2/07, dobber1134 <[EMAIL PROTECTED]> wrote: > > Finally solved the issue. I had to remove "/dwr/*" from the static filter > include section in web.xml. > > > > dobber1134 wrote: > > > > I already had allowScriptTagRemoting s

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-02 Thread dobber1134
Finally solved the issue. I had to remove "/dwr/*" from the static filter include section in web.xml. dobber1134 wrote: > > I already had allowScriptTagRemoting set to true and I tried setting > crossDomainSessionSecurity to false. Nether of these settings worked. I > removed allowScriptTag

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-02 Thread dobber1134
I already had allowScriptTagRemoting set to true and I tried setting crossDomainSessionSecurity to false. Nether of these settings worked. I removed allowScriptTagRemoting (since the default is true) and I no longer get the "throw 'allowScriptTagRemoting is false.';" but I still get the "content

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread Mats Henricson
Just a thought - could it be something about allowScriptTagRemoting or crossDomainSessionSecurity described here: http://getahead.org/dwr/server/servlet IIRC, these things were changed very late in the 2.0 release cycle, since Joe considered it to be a grave security issue. Mats On 10/1/07, dob

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread dobber1134
More information: - Using the struts2 archetype. - DWR was working perfectly before the upgrade - The java method is indeed getting called by DWR - DWR writes out "throw 'allowScriptTagRemoting is false.';" in the response even though the parameter is set to true. This causes DWR to "throw"

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread dobber1134
I am having the exact same error after the upgrade from 2.0rc1 to 2.0. mraible wrote: > > If I can reproduce the problem, I should be able to fix it. > Unfortunately, I can't reproduce your problem. ;) > > Matt > > > On 9/24/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: >> I'm using it

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread Matt Raible
If I can reproduce the problem, I should be able to fix it. Unfortunately, I can't reproduce your problem. ;) Matt On 9/24/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > I'm using it with the struts 2 framework... as a workaround to dojo, I'll > give dojo another try, cause I couldn't make

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread J. David Mendoza R.
I'm using it with the struts 2 framework... as a workaround to dojo, I'll give dojo another try, cause I couldn't make it work with dwr... I'm using a 2.0m5 release for now... Thanks... David M.

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread Matt Raible
I tried uncommenting the XML in dwr.xml and using it in appfuse-jsf. UserManager shows up fine and I can execute the getUsers() method. Matt On 9/22/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > Yeap! > > > staticFilter > > org.appfuse.webapp.filter.StaticFilter > >

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread J. David Mendoza R.
Yeap! staticFilter org.appfuse.webapp.filter.StaticFilter includes /scripts/dojo/*,/dwr/* it's there... David M

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread Matt Raible
Did you include /dwr/* in your StaticFilter's "includes"? Matt On 9/22/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > Hello everyone... > > Has anyone worked in the new 2.0 version with dwr/ajax? I had an application > with 2.0m5 working, which I've migrated to this version (2.0) and it wor

[appfuse-user] Problems in 2.0 with dwr

2007-09-22 Thread J. David Mendoza R.
Hello everyone... Has anyone worked in the new 2.0 version with dwr/ajax? I had an application with 2.0m5 working, which I've migrated to this version (2.0) and it works, but with a new app it just doesn't work... I'm getting a "contentType has no properties" and the div that should get filled it