to stop subscribing

2006-08-04 Thread ould sid'ahmed
Hello, how I can stop my inscription with the myfaces user think's

Re: SelectOneMenu - selectItems: list population problem

2006-07-11 Thread ould sid'ahmed
Elenh Tsigka a écrit : Hi, In my jsf page, I use a h:selectOneMenu which contains a f:selectItems. The attribute value of the selectItems element is a list which is populated from a backing bean. The jsf snippet is like this: h:selectOneMenu id=selectList value=#{backingBean.selectedHotel}

Re: Tree checkbox

2006-06-26 Thread ould sid'ahmed
Matthias Wessendorf a écrit : http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/tree2/TreeNodeChecked.html new TreeNodeChecked(java.lang.String type, java.lang.String description, boolean checked, boolean leaf); or setChecked(boolean checked) ; On 6/23/06, ould

Tree checkbox

2006-06-23 Thread ould sid'ahmed
Hello, I wanted to create a tree with check box, but I am not able to fill it with values. please help me Think's

Tree

2006-06-20 Thread ould sid'ahmed
Hello, I work on MyFaces1.3, I do not arrive has to develop my tree, knowing that with MyFaces1.1 I could. Thank you for your answer. Neman.

Re: Text html in jsf

2006-06-12 Thread ould sid'ahmed
Remo Liechti a écrit : Hi Ahmed %@ taglib uri=http://java.sun.com/jsf/html; prefix=h% %@ taglib uri=http://myfaces.apache.org/tomahawk; prefix=t% h:outputText ... t:htmlTag ... Remo -Original Message- From: ould sid'ahmed [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 8. Juni 2006

Text html in jsf

2006-06-08 Thread ould sid'ahmed
Hello, I would like know, how I can print a text html in jsf : I have this text : Good luck a href=[EMAIL PROTECTED], I would print the text in my page jsf. Think's