Re: Ajax login Form in Struts2

2009-01-20 Thread Dave Newton
Jaarthy wrote: I am just getting "undefined" in the place of all the form elements(username textfield,password textfield and submit button).I am using Struts 2.0.6. I'd first upgrade to a reasonable version; 2.0.14 for S2.0, S2.1.6 for S2.1. Dave -

Re: Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
I am just getting "undefined" in the place of all the form elements(username textfield,password textfield and submit button).I am using Struts 2.0.6. newton.dave wrote: > > Jaarthy wrote: >> I am trying to implement AJAX login form using this example from >> htt

Re: Ajax login Form in Struts2

2009-01-20 Thread Dave Newton
Jaarthy wrote: I am trying to implement AJAX login form using this example from http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml if username or password is not enetered,I dont get the error message,instead I get undefined error and my username textfield and password

Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
Hi, I am trying to implement AJAX login form using this example from http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml if username or password is not enetered,I dont get the error message,instead I get undefined error and my username textfield and password textfield and

Ajax login Form in Struts2

2009-01-20 Thread Jaarthy
Hi, I am trying to implement AJAX login form using this example from http://www.roseindia.net/struts/struts2/struts2ajax/ajax-login-form.shtml if username or password is not enetered,I dont get the error message,instead I get undefined error and my username textfield and password textfield and

Re: [Struts2] Login form for spring security2.0

2009-01-19 Thread dusty
Do not use use a normal I think you could also do a Raghuveer Rawat-2 wrote: > > Hi, I am trying to setup my struts2 login form for spring security.. > I have to specify action as* "/j_security_check"* but struts2 is appending > .action with the action value an

[Struts2] Login form for spring security2.0

2009-01-19 Thread Raghu
Hi, I am trying to setup my struts2 login form for spring security.. I have to specify action as* "/j_security_check"* but struts2 is appending .action with the action value and eventually my action is becoming * "/j_security_check.action"* and that is not I want. How ca

Re: Login form

2006-01-16 Thread kkamholz
"Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Login form And talking about sessions.. is there any method or taglib in order to get session variables in my jsp??? When the user submit his user and password and all is ok, so my loginaction class forward

Re: Login form

2006-01-13 Thread Rafael Taboada
And talking about sessions.. is there any method or taglib in order to get session variables in my jsp??? When the user submit his user and password and all is ok, so my loginaction class forwards to a main.jsp where I want to show his name.. Something like "welcome peter"... In my loginaction cl

Re: Login form

2006-01-13 Thread Rafael Taboada
cool!!!...That is that I want... thank u so much!!! -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: Login form

2006-01-13 Thread Laurie Harper
Rafael Taboada wrote: hi folks... I'm developing a site where the user need to login at first in order to use the site... My problem is that my app doesn't control the browser back and forward buttons... I mean, when I'm in the login form and I get access to the site, and I cl

Login form

2006-01-13 Thread Rafael Taboada
hi folks... I'm developing a site where the user need to login at first in order to use the site... My problem is that my app doesn't control the browser back and forward buttons... I mean, when I'm in the login form and I get access to the site, and I click the browser back butto

Re: [Shale] How to code simple container-managed login form

2005-06-22 Thread Duong BaTien
Greetings: As promised, i report back my solutions and hope this may help others. It turns out that there is also some issues directly related to Shale Dialog due to its current interactions with Jsf. On Sat, 2005-06-11 at 08:47 -0600, Duong BaTien wrote: > On Fri, 2005-06-10 at 23:08 -0400, Fran

Re: [Shale] How to code simple container-managed login form

2005-06-11 Thread Duong BaTien
On Fri, 2005-06-10 at 23:08 -0400, Frank W. Zammetti wrote: > Duong BaTien wrote: > > First, thanks for an extra help. > > No problem... I hope I can help further :) > > > The whole idea is to use SSL for confidential pages such as logon, > > change username / password, edit profile with confiden

Re: [Shale] How to code simple container-managed login form

2005-06-10 Thread Frank W. Zammetti
Duong BaTien wrote: First, thanks for an extra help. No problem... I hope I can help further :) The whole idea is to use SSL for confidential pages such as logon, change username / password, edit profile with confidential data. Other time some resources may just be protected by roles. The ide

Re: [Shale] How to code simple container-managed login form

2005-06-10 Thread Frank W. Zammetti
ng BaTien <[EMAIL PROTECTED]> wrote: Hello Craig: Using Shale, could you show how to code simple container-managed login form with j_username, j_password, and j_security_check and shed some light on the following attempt. Specifically, i am attempting to use simple tomcat 5.5.9 SingleSi

Re: [Shale] How to code simple container-managed login form

2005-06-10 Thread Craig McClanahan
On 6/10/05, Duong BaTien <[EMAIL PROTECTED]> wrote: > Hello Craig: > > Using Shale, could you show how to code simple container-managed login > form with j_username, j_password, and j_security_check and shed some > light on the following attempt. > > Specifically, i

Re: [Shale] How to code simple container-managed login form

2005-06-10 Thread Craig McClanahan
On 6/10/05, Duong BaTien <[EMAIL PROTECTED]> wrote: > Hello Craig: > > Using Shale, could you show how to code simple container-managed login > form with j_username, j_password, and j_security_check and shed some > light on the following attempt. The JSF standard form and i

[Shale] How to code simple container-managed login form

2005-06-10 Thread Duong BaTien
Hello Craig: Using Shale, could you show how to code simple container-managed login form with j_username, j_password, and j_security_check and shed some light on the following attempt. Specifically, i am attempting to use simple tomcat 5.5.9 SingleSignOn to dynamically switching between SSL