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
Type: Posts; User: kike_velez; Keyword(s):
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
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:
Hello,
Maybe i can help you. But I don´t see your error .
can you write your LoginView class?
Regards
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...
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...
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"...
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...
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.
...
There´s no clues ?
Thanks in advance
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...
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...
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 :
<!--...
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
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...
Thanks Luke for you extraordinary workˇˇˇˇ
Hello,
i obtain some things:
Authentication auth;
auth = SecurityContextHolder.getContext().getAuthentication();
if (auth != null) {
((LdapUserDetails)auth.getPrincipal()).getDn()...
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...
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 =...