Re: Login system security

2005-10-09 Thread Duncan Mills
wrote: This is a very interesting project - will need to check it out for my next web-app ;) Will you also restrict delivering a view based on the user role? This is the third layer of security restrictions necessary in JSF... regards, Martin On 10/6/05, Duncan Mills [EMAIL PROTECTED] wrote

Re: Login system security

2005-10-06 Thread Duncan Mills
available by redirecting from the dummy protected page. I looked the source code of servletauthenticator package. But have not figured out how to the realm object to call authenticate(). Any help is appreciated. Thanks. Dave Duncan Mills [EMAIL PROTECTED] wrote: Several Points here

Re: Login system security

2005-10-05 Thread Duncan Mills
system using Faces? Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. -- Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED]

Re: Changing a managed property from others managed beans

2005-06-17 Thread Duncan Mills
Or if you want to access another managed bean at runtime so to speak you can use a method something like this: public static Object resolveExpression(FacesContext ctx, String expression) { Application app = ctx.getApplication(); ValueBinding bind = app.createValueBinding(expression);

Re: Initializing a managed bean (Spring integration)

2005-06-17 Thread Duncan Mills
. Actually, you're right - having Spring manage it works, since it has application scope anyway. So if the scope had to be something more transient than application scope, I would have to use the jsf-spring package? -Dave On 6/16/05, Duncan Mills [EMAIL PROTECTED] wrote: David, Could

Re: Initializing a managed bean (Spring integration)

2005-06-16 Thread Duncan Mills
.. Duncan Mills www.groundside.com/blog David Tashima wrote: Hey everyone, I am integrating Spring into my JSF application, and had a question about the lifecycle of a JSF managed bean.I have a JSF managed bean that depends on a Spring managed bean. The problem is that I need to do some

Re: Switzerland JSF and Struts BOF

2005-05-06 Thread Duncan Mills
) as a starting idea for a JSF/Struts/Shale webapp? Might be a nice community-project... regards Alexander -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 1:20 PM To: [EMAIL PROTECTED]; users@myfaces.apache.org; user@struts.apache.org Subject: London JSF

London JSF and Struts BOF

2005-05-05 Thread Duncan Mills
beforehand. Duncan Mills http://www.groundside.com/blog

Re: How to execute bean method before JSF page is loaded?

2005-03-17 Thread Duncan Mills
that tommorrow. Duncan Mills - Oracle http://www.groundside.com/blog

Re: color picker component

2005-02-16 Thread Duncan Mills
There's one in the Oracle ADF Faces component set: af:chooseColor Regards Duncan Mills http://www.groundside.com/blog Jaroslav Rychna wrote: Hi, in my app user should choose color. Is there any color picker popup component? Like inputCalendar component. Thanks jarin