Re: Who uses Single Sign On with JSF?

2006-05-24 Thread Cenk Çivici
Hi , I would recommend checking Yale CAS and the Acegi support for it. We have used itwith JSF apps andthe resulthas been quite satisfactory. There is also a library of acegi related jsf components(http://www.jroller.com/page/cagataycivici?entry=acegi_jsf_components_hit_the ) Bye. On 5/24/06,

Re: How to implement 'back' button

2006-01-06 Thread Cenk Çivici
http://www.jroller.com/comments/cenkcivici/Weblog/custom_jsf_navigation_handler_forcontains an implementation for this requirement. -Cenk Çivici On 1/6/06, Yee CN [EMAIL PROTECTED] wrote: Hi, I am thinking of providing a 'back' button on all my pages. Below is a sketch on how I intended

DataTable Single Row Selection with Radio button column

2005-10-05 Thread Cenk Çivici
I have written a small component to do this. If anyone is interested the url is http://jroller.com/trackback/cenkcivici/Weblog/jsf_datatable_single_row_selection

Re: Tiles standalone

2005-10-05 Thread Cenk Çivici
Sorry the correct link is http://www.jroller.com/page/cenkcivici?entry=jsf_datatable_single_row_selection

DataTable Single Row Selection using Radio Button

2005-10-05 Thread Cenk Çivici
Correct url is http://www.jroller.com/page/cenkcivici?entry=jsf_datatable_single_row_selection

Re: Initializing a managed bean (Spring integration)

2005-06-17 Thread Cenk Çivici
Spring DelegatingVariableResolver class can inject Spring Managed Beans to JSF Managed Beans. Havent tried this in myfaces but might work. Cenk ivici www.jroller.com/page/cenkcivici 1. Add the resolver to faces-config.xml application

Re: Navigating back

2005-05-27 Thread Cenk Çivici
Hi, An implementation is available at http://www.jroller.com/page/cenkcivici/20050512#custom_jsf_navigation_handler_for Cenk Çivici On 5/24/05, Klug, Boris [EMAIL PROTECTED] wrote: Hi! i have a short (and maybe silly) question: The user navigates thru my application. The user can

Re: Putting an attribute into the request/session/servletContext

2005-05-23 Thread Cenk Çivici
It is also possible to use value binding expressions such as Map sessionMap = getFacesContext().getApplication().createValueBinding(#{sessionScope}).getValue(gerFacesContext()); On 5/23/05, Julien Martin [EMAIL PROTECTED] wrote: Hello, I would like to add an attribute into the request

Dynamic Subview

2005-05-04 Thread Cenk Çivici
Is it possible to dynamically get the page name of a subview from the backing bean? Is something like to following possible? f:subview id=userPanel jsp:include page=${sessionScope.backingBean.getPage/ c:import... / /f:subview The reason is I would like to dynamically load a different subview