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
Is it the same app that will switch from SSL to non-SSL in parts? I noticed at the end where you say "... I want to use Shale for both non-SSL and SSL applications", that's why I ask. I just spent a couple of weeks implementing an app using J2EE security on Websphere... since the security con

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 am attempting to use simple to

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 input components don't c

[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 appli