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
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
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
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
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
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