Re: Login system security

2005-10-06 Thread hicham abassi
a database driven login/logout 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] -- hicham ABASSI [EMAIL

Question about web design in JSF context ? h:panelGrid or div css layout

2005-10-04 Thread hicham abassi
components or mix with JSF html components (UIinput, UIoutput,UIdata,...) with classic html div,span,... ? Thanks. -- hicham ABASSI [EMAIL PROTECTED]

Re: Problem with h:datatable and session managed bean

2005-10-04 Thread hicham abassi
, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello, where is the f:view tag? hicham abassi wrote: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http

Colspan and h:panelGrid

2005-10-04 Thread hicham abassi
and message of the first row are moved to the right /h:panelGrid Is there a way to do colspan on h:panelGrid row ? Thanks. -- hicham ABASSI [EMAIL PROTECTED]

Re: Colspan and h:panelGrid

2005-10-04 Thread hicham abassi
-guide.html I think the example under UIPanel should give you the answer. Geeta hicham abassi [EMAIL PROTECTED] wrote on 10/04/2005 03:02:02 PM: Hello, i have a form with a h:panelgrid for my label,input,message components h:panelGrid columns=3 h:ouputLabel

Re: Getting data before a pages first call

2005-10-03 Thread hicham abassi
effort. Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. -- hicham ABASSI [EMAIL PROTECTED]

Need advices about choosing the right release

2005-10-02 Thread hicham abassi
the best choice ? Thanks -- hicham ABASSI [EMAIL PROTECTED]

Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Hello, I have a problem with a datatable and session managed bean, there is the code and the error log. It's a very trivial code. Thanks. GeneralMenuBean.java = import java.util.ArrayList; import java.util.List; import javax.faces.component.UICommand; import MenuLink; public

Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Hello, I have a problem with a datatable and session managed bean, there is the code and the error log. It's a very trivial code. i'm using myfaces 1.1.0 release. Thanks. GeneralMenuBean.java = import java.util.ArrayList; import java.util.List; import

Re: Problem with h:datatable and session managed bean

2005-10-01 Thread hicham abassi
Excuse me for the multiple post. There is the head of the exception : java.lang.IllegalStateException: Cannot create a session after the response has been committed 2005/10/1, hicham abassi [EMAIL PROTECTED]: Hello, I have a problem with a datatable and session managed bean

Looking for some feedbacks about facelets

2005-10-01 Thread hicham abassi
Hello, I'm looking for some feedbacks about facelets use case ? I choosen facelets because i don't like jsp for many reasons but i just want to know if someone have used facelets in a real project,not only for testing/evaluation ? Thanks -- hicham ABASSI [EMAIL PROTECTED]

Myfaces,tiles and subview

2005-09-26 Thread hicham abassi
=./ /h:form Thanks -- hicham ABASSI [EMAIL PROTECTED]

Re: Myfaces,tiles and subview

2005-09-26 Thread hicham abassi
to mailing list. information might be useful for other users too. no shy! there is no silly question out there. only silly answer ;-) -Matthias On 9/26/05, hicham abassi [EMAIL PROTECTED] wrote: Ok i know now to not use f:view into my jsp content. Thanks 2005/9/26, Matthias Wessendorf

Question about dynamic navigation actions

2005-09-26 Thread hicham abassi
Hi, How do you handle your navigation when you webapp can have many many views ? Is there a another way to avoid declaring views into faces-config.xml ? What's you dynamic way fot that purpose ? Thanks. -- hicham ABASSI [EMAIL PROTECTED]

strange problem with saveState : Undefined component type org.apache.myfaces.SaveState

2005-09-24 Thread hicham abassi
=#{contactBean.contact.id} / Thanks -- hicham ABASSI [EMAIL PROTECTED]

Re: strange problem with saveState : Undefined component type org.apache.myfaces.SaveState

2005-09-24 Thread hicham abassi
! :-) Bruno 2005/9/24, hicham abassi [EMAIL PROTECTED]: Thanks a lot Bruno, i replaced myfaces-all.jar by all separated jars. 2005/9/24, Bruno Aranda [EMAIL PROTECTED]: Do you have the same jars in the classpath? It seems that in your linux box: a) you don't have

Looking for a RBAC example with JSF

2005-09-16 Thread hicham abassi
Hello, I'm looking for a RBAC example with JSF. JAAS, Custom RBAC are welcome. Thanks -- hicham ABASSI [EMAIL PROTECTED]

Re: [newbie] Navigation does not work

2005-09-13 Thread hicham abassi
5.5.9 with J2SDK 1.5.0_04 through MyEclipse IDE 4. I see the page1 but when I press the button, nothing happens. Why? Thanks a lot Matt -- hicham ABASSI [EMAIL PROTECTED]

Re: Why afterPhase(PhaseEvent event) gets called twice

2005-09-11 Thread hicham abassi
by calling facesContext.getViewRoot().getViewId(). Any ideas what the problem is? thanks, Saul -- http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German -- hicham ABASSI [EMAIL PROTECTED]

Re: best way to initialize BackingBean?

2005-09-06 Thread hicham abassi
like it :-). - Brendan Craig -- hicham ABASSI [EMAIL PROTECTED]

Re: looking for a little crud sample

2005-09-02 Thread hicham abassi
There is what i need : http://www.laliluna.de/first-java-server-faces-tutorial.html For others who need to begin with crud app ;) 2005/9/2, hicham abassi [EMAIL PROTECTED]: Hello, I have problems to design a little crud into jsf. I don't know how to pass from listPage to editPage. Can

Re: best way to initialize BackingBean?

2005-08-31 Thread hicham abassi
Sean, Have you a good tuto on Shale ? 2005/8/31, Sean Schofield [EMAIL PROTECTED]: Yes but really you should look at Shale. It provides a simple *standard* way to do this. Take the time to learn this aspect of Shale. You won't regret it. sean On 8/31/05, hicham abassi [EMAIL

Re: RE : Datatable and Hibernate query

2005-08-11 Thread hicham abassi
_ Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179 -- hicham ABASSI [EMAIL PROTECTED]

generic component binding

2005-08-09 Thread hicham abassi
Hello, Is it possible to bind any jsf component to a generic jsf tag. h:baseJSFTag binding=#{managedBean.anyJsfComponent}/ I want to know if we can generate dynamically bind all jsf components on a jsp page without specifiing the jsf tag type. Thanks

Re: generic component binding

2005-08-09 Thread hicham abassi
I want to fix my request by : jsf development without jsp : * feedbacks * adv/draw the myfaces' way to do it Thanks 2005/8/9, hicham abassi [EMAIL PROTECTED]: Hello, Is it possible to bind any jsf component to a generic jsf tag. h:baseJSFTag binding=#{managedBean.anyJsfComponent}/ I

ADF and MyFaces, what's the deal ?

2005-08-05 Thread hicham abassi
Hello, I see sometimes mails about ADF. Can someone give us more detailled infos about ADF and myfaces ? Thanks.

dynamic jsf component rendered at runtime with customizables scripted actions

2005-08-05 Thread hicham abassi
Hello, Does someone tried to code a little app which can support dynamic jsf components and customizable scripted actions in groovy/beanshell ? Thanks

Re: Messages and navigation rule redirects post

2005-08-05 Thread hicham abassi
__ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 -- hicham ABASSI [EMAIL PROTECTED]

Question about managed beans

2005-07-01 Thread hicham abassi
Hello, How myfaces handle many managed beans declared as session ? As we can't manage lifecycle of managed bean, i just want some infos about internal mecanisms of managed beans lifecycle ? As managed beans are independent from an action and a view, i don't know if my session managed beans can