Thx a lot...

how does your web.xml look like and where have you put your login.jspx view? 
src main webapps view ?
i think im missing the controller referred in webmvc.

cheers
patrick


On 24.11.2010, at 17:13, Ramon Buckland wrote:

>  <beans:bean id="myUserDetailsService"
> class="isupro.security.IsuproUserDetailsService" />
> 
>       <!-- Configure Authentication mechanism -->
>  <authentication-manager alias="authenticationManager">
>    <authentication-provider user-service-ref="myUserDetailsService">
>      <password-encoder ref="passwordEncoder" />
>    </authentication-provider>
>  </authentication-manager>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to