Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
Yea, its kind of a nuisance. I can clearly see that my method is being called and I log the query results. I don't know where the disconnect is occurring on the response. Thanks for your help and great response. - ARCS -- View this message in context: http://www.nabble.com/DWR-help--nothin

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
I don't think it's a bug, but it's worth investigation. Can you please enter an issue in JIRA with as many details as possible so I can try to reproduce? http://issues.appfuse.org/browse/APF Thanks, Matt On Nov 13, 2007 12:21 PM, ARCS <[EMAIL PROTECTED]> wrote: > > Yep, I'm logged in as the adm

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
Yep, I'm logged in as the admin. -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13732750 Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
When you try to call getUsers() from /dwr - are you logged in as an administrator? Matt On Nov 13, 2007 11:57 AM, ARCS <[EMAIL PROTECTED]> wrote: > > I should have said AppFuse 2.0 with Modular Struts2 (+ spring/hib). > > > ARCS wrote: > > > > We're on AppFuse 2.0 and the logs are actually clean.

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
I should have said AppFuse 2.0 with Modular Struts2 (+ spring/hib). ARCS wrote: > > We're on AppFuse 2.0 and the logs are actually clean. Thanks > -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13732227 Sent from the A

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
Which web framework and which persistence framework? On Nov 13, 2007 11:53 AM, ARCS <[EMAIL PROTECTED]> wrote: > > We're on AppFuse 2.0 and the logs are actually clean. Thanks > -- > View this message in context: > http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.h

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
We're on AppFuse 2.0 and the logs are actually clean. Thanks -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13732223 Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
Do you see anything in your logs? What framework combination are you using and what version of AppFuse? I need to know this information to see if I can reproduce. Matt On Nov 13, 2007 11:42 AM, ARCS <[EMAIL PROTECTED]> wrote: > > Same for the example userManager.getUsers. I can get to /dwr... bu

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
Same for the example userManager.getUsers. I can get to /dwr... but the Execute method returns nothing. -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13731881 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
Can you execute your method and get results returned from the /dwr/index.html page? If so, you likely have JavaScript errors in your page and DWR is setup correctly. Matt On Nov 13, 2007 11:29 AM, ARCS <[EMAIL PROTECTED]> wrote: > > Yep, I can get to http://localhost:8080/dwr and see my classes a

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
Yep, I can get to http://localhost:8080/dwr and see my classes and all the information. Just clicking on the 'Execute' button to test my method doesn't do anything. -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13731802 Se

Re: [appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread Matt Raible
Do you see something when you go to http://localhost:8080/dwr - does it work? Matt On Nov 13, 2007 11:22 AM, ARCS <[EMAIL PROTECTED]> wrote: > > I've read through several posts on getting dwr to work and I believe I have > it configured properly to expose a manager I added to an AppFuse project.

[appfuse-user] DWR help -nothing happens in the dwr tests

2007-11-13 Thread ARCS
I've read through several posts on getting dwr to work and I believe I have it configured properly to expose a manager I added to an AppFuse project. When I go to /dwr/test/myManager and click the execute button next to my exposed method, nothing happens. At one point I had forgotten the bean co

Re: [appfuse-user] DWR help

2007-10-09 Thread J. David Mendoza
passed back to the page. This would be consistent with the behaviour of my jsp page. Any ideas? Regards Marty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Tuesday, 9 October 2007 12:30 AM To: users@appfuse.dev.java.net Subject: Re: [ap

Re: [appfuse-user] DWR help

2007-10-08 Thread Matt Raible
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible > Sent: Tuesday, 9 October 2007 12:30 AM > To: users@appfuse.dev.java.net > Subject: Re: [appfuse-user] DWR help > > If you go to http://localhost:8080/dwr - can you execute your class's > JavaScript from t

RE: [appfuse-user] DWR help

2007-10-08 Thread Martin Ravell
? Regards Marty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Tuesday, 9 October 2007 12:30 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] DWR help If you go to http://localhost:8080/dwr - can you execute your class's JavaS

Re: [appfuse-user] DWR help

2007-10-08 Thread Matt Raible
If you go to http://localhost:8080/dwr - can you execute your class's JavaScript from that page? Matt On 10/8/07, Martin Ravell <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a play with Appfuse 2 and DWR but without much luck and was > wondering if someone could help. > > I thought I'd start wi

[appfuse-user] DWR help

2007-10-08 Thread Martin Ravell
Hi, I’m having a play with Appfuse 2 and DWR but without much luck and was wondering if someone could help. I thought I’d start with a simple demo and see if I could get it to work within the confines of a clean Appfuse project. The demo is from http://getahead.org/dwr/examples/text. My dwr.xml