Search:

Type: Posts; User: kike_velez; Keyword(s):

Search: Search took 0.02 seconds.

  1. Is posible to download a file and refresh de page where the button is in?

    Hello,

    is posible download a file and refresh de page where the button is in?

    I saw that SWF have a solution to this:

    But i don´t see a solution for a Spring MVC.

    thanks in advance
  2. Replies
    4
    Views
    1,412

    Hello I saw the error. It was on the xsl file...

    Hello I saw the error.

    It was on the xsl file on the sentence :


    <xsl:output method="text/html" omit-xml-declaration="yes"/>


    Must be:
  3. Replies
    4
    Views
    1,412

    Hello, Maybe i can help you. But I don´t see...

    Hello,

    Maybe i can help you. But I don´t see your error .
    can you write your LoginView class?

    Regards
  4. Thread: i18n

    by kike_velez
    Replies
    4
    Views
    1,088

    Hello, This is a solution of Acegi messages...

    Hello,

    This is a solution of Acegi messages with i18n if you have the language in a cookie (with cookieLocaleResolver). Maybe this is usefull for someone.

    This is a variation of this solution...
  5. Thread: i18n

    by kike_velez
    Replies
    4
    Views
    1,088

    Hello, after testing more I think that I...

    Hello,

    after testing more I think that I understand:

    - if my server (Apache 5.5.17 - Netbeans: Windows XP) have language Spanish --------> all the Acegi messages will be Spanish (es_ES)

    - if...
  6. Thread: i18n

    by kike_velez
    Replies
    4
    Views
    1,088

    Thanks for your response , but i don´t understand...

    Thanks for your response , but i don´t understand you .

    And yes i read the manual about localization.

    I register a bean :



    <bean id="messageSource"...
  7. Thread: i18n

    by kike_velez
    Replies
    4
    Views
    1,088

    i18n

    hello,

    i am trying to internalized Acegis messages but i have not success.

    I have a cookieLocaleResolver but allways Acegi show the messages in the locale of the header.

    Seems like Acegi...
  8. Replies
    7
    Views
    1,491

    Thank you very much for your response. Maybe i...

    Thank you very much for your response.

    Maybe i am so newbie but I don´t understand this so much because i thought that portResolverImpl and portMapperImpl were invented to resolve this problem.
    ...
  9. Replies
    7
    Views
    1,491

    There´s no clues ? Thanks in advance

    There´s no clues ?

    Thanks in advance
  10. Replies
    7
    Views
    1,491

    Hello and thanks for your responses the...

    Hello and thanks for your responses

    the problem remains.

    I think that it must be an configuration error but I can´t see where.

    In Mozilla it´s all ok but not in ie6 .

    The response its...
  11. Replies
    7
    Views
    1,491

    Thanks for your response, I have an Tomcat...

    Thanks for your response,

    I have an Tomcat running in port 8084 and I have the ssl in the port 8443 (default for Tomcat ssl) so i think that the map is ok , or not?

    I was looking for a solution...
  12. Replies
    7
    Views
    1,491

    IE6 :problems HTTPS--->HTTP

    I have an app based on contacts sample and this runs ok in a Mozilla browser but not ok ina ie6.

    I know that there´s a bug in ie6 so I put these line on the xml file :

    <!--...
  13. Replies
    1
    Views
    1,845

    Maybe this can be usefull for you ...

    Maybe this can be usefull for you

    http://svn.sourceforge.net/viewvc/acegisecurity/trunk/acegisecurity/samples/contacts/src/main/webapp/ldap/WEB-INF/applicationContext-acegi-security.xml?view=markup
  14. Hello, Maybe i am wrong but i think that this...

    Hello,

    Maybe i am wrong but i think that this is a very , very important question.
    I am new to acegi but i was thinking in a way to pass the Authentication object between apps . Is this the...
  15. Replies
    4
    Views
    1,025

    Thanks Luke for you extraordinary workˇˇˇˇ

    Thanks Luke for you extraordinary workˇˇˇˇ
  16. Replies
    4
    Views
    1,025

    Hello, i obtain some things: Authentication...

    Hello,

    i obtain some things:

    Authentication auth;
    auth = SecurityContextHolder.getContext().getAuthentication();

    if (auth != null) {

    ((LdapUserDetails)auth.getPrincipal()).getDn()...
  17. Replies
    4
    Views
    1,025

    I explain a little

    Hello,

    this parameters are importants for me because i have several servers and several initialDirContextFactory values so i need to know where the user is authenticated .
    And after the user is...
  18. Replies
    4
    Views
    1,025

    ldap parameters

    Hello,

    I know how to authenticated with a ldap server without problems .
    I know how to acces to vars like credentials, principal , ... with this code :

    Authentication auth =...
Results 1 to 18 of 18