Re: [appfuse-user] how to capture remote user to be use in dwr

2007-07-22 Thread fadhli
Thanks Matt for the speedy reply. I'll try just that. Thanks. On 7/23/07, Matt Raible <[EMAIL PROTECTED]> wrote: The securityFilter has to be mapped to /dwr/* in security.xml - that way the SecurityContextHolderAwareRequestFilter can wrap the request with Acegi's custom isUserInRole and getRemo

Re: [appfuse-user] how to capture remote user to be use in dwr

2007-07-22 Thread Matt Raible
The securityFilter has to be mapped to /dwr/* in security.xml - that way the SecurityContextHolderAwareRequestFilter can wrap the request with Acegi's custom isUserInRole and getRemoteUser methods. Matt On 7/23/07, fadhli <[EMAIL PROTECTED]> wrote: Hi, I need help from you guys out there. How

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-22 Thread Matt Raible
If you post the error message you're seeing, we can probably help. To make things easier, I'd try to get things working from the command line before trying it in an IDE like Eclipse. For AppFuse 1.x, see: http://raibledesigns.com/wiki/AppFuseQuickStart.html For AppFuse 2.x, see: http://appfuse.o

[appfuse-user] how to capture remote user to be use in dwr

2007-07-22 Thread fadhli
Hi, I need help from you guys out there. How do I get the remote user login id to be used in DWR? Thanks in advance -- /fadhli

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-22 Thread Arkumik Raneas
Sir unfortunately the AppFuse still fail, somebody told me the reason i fail it's because the ANT_HOME configuration. the configuration JAVA_HOME & ANT_HOME succeed but i don't know why the advance configuration still failed, this is the example the failed configuration PATH=$(PATH):$(ANT_HOME)/bi

Re: [appfuse-user] How to turn off validation

2007-07-22 Thread Fan
Thank you Matt: I got it, here it is in my struts.xml cancel,execute,delete,edit,list,start,search mraible wrote: > > You need to turn off validation for your method in struts.xml by > adding your method to the validation interceptors excludeMethods > parameter. > > Matt > > On 7