Search:

Type: Posts; User: dikie.aditya; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    8,084

    Hi Habuma, Thanks it's working now.

    Hi Habuma,
    Thanks it's working now.
  2. Replies
    6
    Views
    8,084

    Could not generate CGLIB subclass

    Hello everyone,

    I'm previously using spring-social m3 and now trying to use the spring social snapshot build. Here are my current configuration:

    1. Spring framework version 3.0.5
    2. Spring...
  3. Replies
    4
    Views
    609

    Ok, I've just create this at...

    Ok, I've just create this at https://jira.springsource.org/browse/SOCIAL-187
  4. Replies
    4
    Views
    609

    Hi Keith, Thanks for the reply. Yes my...

    Hi Keith, Thanks for the reply.
    Yes my DispatcherServlet is mapped to /app/* and by following your suggestion, I'm now able to fix the problem by adding the /app into my application.url.
    ...
  5. Replies
    4
    Views
    609

    Trouble implementing the sign in

    Hi all,
    I'm having trouble implementing the sign in with the service provider accounts, in my case it's Twitter account. The problems occurred after submitting from the Twitter sign in form. The...
  6. Sorry I finally got it fix by changing the form...

    Sorry I finally got it fix by changing the form action url to: <c:url value="/app/connect/twitter" />. It turn out that the DispatcherServlet is mapped to the /app/* url pattern in the web.xml
    ...
  7. Hi, I've similar problem, but in my case it's...

    Hi, I've similar problem, but in my case it's when performing form submit connecting to twitter.

    here are my form code:
    <form action="<c:url value="/connect/twitter" />" method="POST">
    <button...
Results 1 to 7 of 7