RE : Input Suggest - Ajax Suggest

2005-09-12 Thread Clément Maignien
I did try the inputSuggest. It works globally well except some small issues (its in sandbox ...). Theres somes JIRA issues opened on it. Did someone try the ajaxInputSuggest ? -Message d'origine- De : Martin Marinschek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 9 septembre 2005 17:14

RE : [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Clément Maignien
MyFaces ROCKS :D:D:D Clément Maignien -Message d'origine- De : Manfred Geiler [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 septembre 2005 15:12 À : MyFaces Development; MyFaces Discussion Objet : [ANNOUNCE] MyFaces passed the JSF TCK 1.1 The MyFaces team is very proud to announce

RE : inputHtml question

2005-09-05 Thread Clément Maignien
Title: Message Hi, I also noticed this issue. Impossible to specify any value for the "type" propertie. Clément. -Message d'origine-De: Vesa Lindfors [mailto:[EMAIL PROTECTED] Envoyé: lundi 5 septembre 2005 11:17À: users@myfaces.apache.orgObjet: x:inputHtml

Which class to prepare database data to be displayed in JSF components

2005-09-02 Thread Clément Maignien
Title: Message Hi everyone, Here is the situation : I have to display in JSF components data(what ever it is)that come from a database (what ever it is). Which class is supposed to format data so it can be displayed in JSF component ? For example insome SelectItem objects. According to

RE : export dataTable in excel

2005-09-02 Thread Clément Maignien
Sorry but what is a POI ? Clément -Message d'origine- De : Martin Marinschek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 septembre 2005 16:17 À : MyFaces Discussion Objet : Re: export dataTable in excel You can try something like this: use an actionListener - and then: public

RE : Thanks and a best practice question in regard to set up of backing bean Actions

2005-09-01 Thread Clément Maignien
Could someone who have a clear view of those best practices sumup everything that have bean said in here ? What are managed bean roles ? What are action bean roles ? What are Value Object roles ? What are DAO roles ? How do they communicate ? Who have reference to who ? So much questions that I

dataTable headers

2005-08-30 Thread Clément Maignien
Title: Message Hi, I'm looking for a way to display headers of headers in a dataTable. Each column have its own header, but I want to put "super header" to group columns that display the samekind of informations. Is there a simple way to do that ? I tried it many ways but they are not good

RE : Navigation bug through browser previous button

2005-08-29 Thread Clément Maignien
Title: Message Should I understand this big participation as a :"No there isn't any solution !" ? Regards, Clément. -Message d'origine-De: Clément Maignien Envoyé: vendredi 26 août 2005 11:06À: MyFaces DiscussionObjet: Navigation bug through browser previous bu

RE : Setting error page

2005-08-26 Thread Clément Maignien
exceptions. In order to redirect to a page when the session ends, you will have to write a session filter. I found this article very useful: http://www.jguru.com/forums/view.jsp?EID=1248692 Paul From: Clément Maignien [mailto:[EMAIL PROTECTED] Sent

TR : Dynamic Locale change

2005-08-26 Thread Clément Maignien
help :D Clément -Message d'origine-De: Clément Maignien Envoyé: lundi 22 août 2005 18:18À: MyFaces DiscussionObjet: Dynamic Locale change Hi, I'm trying to allow the application user to change the language of my web app. I did it the way it is done in the myFaces 1.0.9 examples

RE : new panelTabbedPane problems

2005-08-26 Thread Clément Maignien
Hi, I use the same nightly build than yours and I can use a dataTable in every tab of my tabbedPane ... Maybe theres an error in your code. Regards, Clément -Message d'origine- De : Bogdan Sava [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 août 2005 10:20 À : MyFaces Discussion Objet

Navigation bug through browser previous button

2005-08-26 Thread Clément Maignien
Title: Message Hi everybody, there's a bug in my webapp when I use the browser "previous page"navigation button instead of my custom links : When clicking "previous page" the button, the previous page displays well but redisplays as soon a I do an action in the page and as a consequence

RE : TR : Dynamic Locale change

2005-08-26 Thread Clément Maignien
=#{user.locale} on all of your JSF pages. regards, Udo Clément Maignien wrote: Sorry for asking so much questions but I'll have to present my webapp very soon and I need the multi-language to works fine. Has anybody any idea ? Why the locale is reset to the default one ? Could it comes from a redirect

RE : TR : Dynamic Locale change

2005-08-26 Thread Clément Maignien
webapp very soon and I need the multi-language to works fine. Has anybody any idea ? Why the locale is reset to the default one ? Could it comes from a redirect/ instruction in my faces- config.xml ? Ty for your help :D Clément -Message d'origine- *De :* Clément Maignien *Envoyé

RE : RE : TR : Dynamic Locale change

2005-08-26 Thread Clément Maignien
on the mailing list - install a phaselistener, store it in the session, restore it from the session after the redirect. regards, Martin -Message d'origine- De : Clément Maignien Envoyé : vendredi 26 août 2005 16:37 À : MyFaces Discussion Objet : RE : TR : Dynamic Locale change OK thx

RE : RE : inputSuggest : some others improvement to do

2005-08-25 Thread Clément Maignien
Title: Message What about the #3 problem ? Is it really the expected behaviour of this component ? Thanks Clément -Message d'origine-De: Clément Maignien Envoyé: mercredi 24 août 2005 11:34À: MyFaces DiscussionObjet: RE : inputSuggest : some others improvement to do

Setting error page

2005-08-25 Thread Clément Maignien
Title: Message Hi, I would like to know how to set a JSFerror page that will be displayed instead of the default Tomcat one. Is it possible to redirect the navigation to a specific page when the user session times out ? Thx. Clément

RE : RE : RE : inputSuggest : some others improvement to do

2005-08-25 Thread Clément Maignien
to the model, just as it would be for a normal text box left blank. So, to my mind, that would also be a bug. Sean, any comments? -Matt On 8/25/05, Clément Maignien [EMAIL PROTECTED] wrote: What about the #3 problem ? Is it really the expected behaviour of this component

RE : Let's write that doc!

2005-08-25 Thread Clément Maignien
Title: Message +1 -Message d'origine-De: ir. ing. Jan Dockx [mailto:[EMAIL PROTECTED] Envoyé: jeudi 25 août 2005 16:16À: MyFaces DiscussionObjet: Let's write that doc!I suggest that we make this a user effort. Everybody, make an account in the wiki, and a

s:inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
Title: Message I've noticed some more improvements to make on this sandbox component. I don't know if they really comes from the component itself but I here they are : 1- I have a small JSF page with an s:inputSuggest component and an t:inputDate component under it. When clicking inside

RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
. -Message d'origine-De: Clément Maignien Envoyé: mercredi 24 août 2005 10:37À: MyFaces DiscussionObjet: s:inputSuggest : some others improvement to do I've noticed some more improvements to make on this sandbox component. I don't know if they really comes from

RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
: Werner Punz [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 août 2005 12:21 À : users@myfaces.apache.org Objet : Re: RE : inputSuggest : some others improvement to do Clément Maignien wrote: Hummm, sorry, the #2 issue is a mistake : I have another page with an inputSuggest with many items

RE : RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
This #2 behaviour happends with Firefox but not with IE ... True. But it is quite strange that the 2 pages do not render the same way. inputSuggest component + browsers issue ??? -Message d'origine- De : Clément Maignien Envoyé : mercredi 24 août 2005 14:19 À : MyFaces Discussion

RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
m [mailto:[EMAIL PROTECTED] Envoyé: mercredi 24 août 2005 15:50À: MyFaces Discussion; [EMAIL PROTECTED]Objet: Re: RE : inputSuggest : some others improvement to do On 8/24/05, Werner Punz [EMAIL PROTECTED] wrote: Clément Maignien wrote: 1- I have a small JSF page with a

RE : RE : RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
there being a stylesheet bug, but I can't see why the two pages wouldn't have the same bug on them. I'll look into it when I get a chance, but I'm really busy at work and at home right now, and may not be able to until the weekend.-Matt On 8/24/05, Clément Maignien [EMAIL PROTECTED

RE : RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
illet","ao#251;t","septembre","octobre","novembre","d#233;cembre");jscalendarDayName = new Array("lun.","mar.","mer.","jeu.","ven.","sam.","dim.");jscalendarStartAt

RE : RE : RE : RE : inputSuggest : some others improvement to do

2005-08-24 Thread Clément Maignien
, Clément Maignien [EMAIL PROTECTED] wrote: Sorry but I can't find any z-index in the source ... Here is what I have : tbodytrtdlabel for="" entre le /label/tdtdinput id="receptRechForm:datedebut.day" name="receptRechForm:datedebut.day

RE : help moving from public 1.0.9 to nightly build

2005-08-23 Thread Clément Maignien
Would it be possible to see the java source code of your MainDynamicMenu to see how you instanciate and initialize your navItems ? Thx Clément -Message d'origine- De : Delbrouck, Henri-Philippe [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 août 2005 18:44 À : 'MyFaces Discussion' Objet :

RE : Different rendering for disabled menu

2005-08-23 Thread Clément Maignien
Title: Message Huumm, never tried that. There isn't any styleClass attribute for the navigationMenuItem component instead we could do something like : t:navigationMenuItem styleClass="#{menuBean.item[i].disable ? 'disableStyle' 'enableStyle'}" .../ But isn't it rendered another way by

RE : RE : Different rendering for disabled menu

2005-08-23 Thread Clément Maignien
to have a diffenet rendering for disbled menus (especially for dynamic menu). Henri-Philippe -Original Message-From: Clément Maignien [mailto:[EMAIL PROTECTED] Sent: mardi 23 août 2005 16:31To: MyFaces DiscussionSubject: RE : Different rendering

RE : Submenu not working

2005-08-22 Thread Clément Maignien
Maybe the java JSF source code would be better to help you Henri-Phillipe. -Message d'origine- De : Delbrouck, Henri-Philippe [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 août 2005 16:46 À : 'MyFaces Discussion' Objet : Submenu not working Hi all, It seems that when I use only a menu,

Dynamic Locale change

2005-08-22 Thread Clément Maignien
Title: Message Hi, I'm trying to allow the application user to change the language of my web app. I did it the way it is done in the myFaces 1.0.9 examples : a selectOneMenu with a choice of languages and an action button with that code : OptionBean { ... public String action { ...

RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
Title: Message Any idea ? Any answer ? Thanks, Clément -Message d'origine-De: Clément Maignien Envoyé: mercredi 17 août 2005 15:02À: MyFaces DiscussionObjet: s:inputSuggest issue Hi everyone, I'vefound a problem with the sandbox inputSuggest component. I

RE : My Faces documentation and examples

2005-08-18 Thread Clément Maignien
Title: Message Hi, The Java source code of the 1.0.9 examples are availaible, not the nightlyBuilt ones ... there a JIRA issue for that, we have to wait Regards, Clément -Message d'origine-De: Delbrouck, Henri-Philippe [mailto:[EMAIL PROTECTED] Envoyé: jeudi 18 août 2005

RE : RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
knows, that's not like him. I'll try to get in touch with him to get his input, since I don't feel comfortable trying to fix the issue without it.HTH.-Matt On 8/18/05, Clément Maignien [EMAIL PROTECTED] wrote: Any idea ? Any answer ? Thanks, Clément

RE : RE : inputSuggest issue

2005-08-18 Thread Clément Maignien
it. HTH. -Matt On 8/18/05, Clément Maignien [EMAIL PROTECTED] wrote: Any idea ? Any answer ? Thanks, Clément -Message d'origine- De : Clément Maignien Envoyé : mercredi 17 août 2005 15:02 À : MyFaces Discussion Objet : s:inputSuggest issue Hi everyone

RE : inputCalendar and charset

2005-08-18 Thread Clément Maignien
Title: Message Yes indeed ... same problem for me ... It should be "aujourd'hui le jeu., 18 août 2005" I tried tofix it but with no result. Clément -Message d'origine-De: Maxence Dewil [mailto:[EMAIL PROTECTED] Envoyé: jeudi 18 août 2005 17:17À: MyFaces DiscussionObjet:

s:inputSuggest issue

2005-08-17 Thread Clément Maignien
Title: Message Hi everyone, I'vefound a problem with the sandbox inputSuggest component. I bindits value to a backing bean attribute that way : s:inputSuggest id="artsugg" value="#{receptBean.libArticle}" f:selectItems id="libartselect"

s:inputSuggest problem

2005-08-12 Thread Clément Maignien
Title: Message Hi, I'm trying to use the s:inputSuggest sandbox component but with no result. Here is the very simple example I wrote : s:inputSuggest id="libarticle"f:selectItem itemValue="Art1" itemLabel="Article 1"/f:selectItem itemValue="Art11" itemLabel="Article 11"/f:selectItem

RE : commandImg tag?

2005-08-12 Thread Clément Maignien
Hi, You can use the commandButton tag with the image attribute specified with the image of your choice. For example : x:commandButton image=/images/myImage.png / Clément. -Message d'origine- De : Ricardo R. Ramírez Valenzuela [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 août 2005

RE : commandImg tag?

2005-08-12 Thread Clément Maignien
Yeah as you say WoW ! This mailing list is so cool ! Clément. -Message d'origine- De : Martin Marinschek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 août 2005 14:16 À : MyFaces Discussion Objet : Re: commandImg tag? Wow, two solutions in two minutes ;) cool! regards, Martin On

RE : RE : s:inputSuggest problem

2005-08-12 Thread Clément Maignien
Yes that's it :D WaoW ! I am better and better with MyFaces :D learning every day ;) Clément. -Message d'origine- De : Clément Maignien Envoyé : vendredi 12 août 2005 15:06 À : MyFaces Discussion Objet : RE : s:inputSuggest problem Thanks Sean :D Waiting for Matt and your come back

RE : Datatable and Hibernate query

2005-08-11 Thread Clément Maignien
Hi, Your code seems to be good ... But having the error code would be easier to solve your problem. Maybe you can check the type of database datas your are getting so they can't be outputed in the t:dataTable. Other thing, you seems to use the HibernateTemplate of the Spring Framework, but I

RE : MyFaces with Exadel studio

2005-08-10 Thread Clément Maignien
Title: Message I also think that the MyEclipse plugin is better than the Exadel one. For my own I'm using the open source solution : FacesIDE facesConsole andwaiting fora release of the Eclipse WTP. But if you can pay for a plugin, choose the MyEclipse one, more stable and more powerfull

RE : RE : MyFaces with Exadel studio

2005-08-10 Thread Clément Maignien
? They speak about a JSP editor but it seems not a JSF one ... Someone knows ? Regards, Clément -Message d'origine- De : Werner Punz [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 août 2005 12:23 À : users@myfaces.apache.org Objet : Re: RE : MyFaces with Exadel studio Clément Maignien wrote

RE : RE : RE : RE : Jump to given page with x:dataTable

2005-08-09 Thread Clément Maignien
... first=#{data.first} binding=#{data.datatable} /x:datatable Sorry again and thank you Mathias. Clément (ashamed). -Message d'origine- De : Clément Maignien Envoyé : lundi 8 août 2005 15:10 À : MyFaces Discussion Objet : RE : RE : RE : Jump to given page with x:dataTable Thanks

x:selectOneRadio Strange behaviour

2005-08-09 Thread Clément Maignien
Title: Message Hi, I use a x:selectOneRadio component inone ofmy application pages. This page allow the user to specify research criteria. The x:selectOneRadio is one of them. My page is divided in a panelGroup whereI add all the criteria components and a form with a commandButton to throw

RE : [OT] Is anyone using eclipse 3.1 with WTP 0.7 and Tomcat 5.5 ?

2005-08-09 Thread Clément Maignien
Title: Message Hi, Did you remove the appropriate Jars from the lib directory of your Tomcat as it is explain on the myfaces web site (http://myfaces.apache.org/) ??? Clément -Message d'origine-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé: mardi 9 août 2005

RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
Hi, I also need this possibility, and enjoyed to see that it was possible to do it. However, what I tried doesn't work. Like Mathias said, I try to use the first property of the dataTable, binding it to a backing bean attribute. The problem is that I have a ClassCastException when accessing it

RE : RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
août 2005 10:47 À : MyFaces Discussion Objet : Re: RE : Jump to given page with x:dataTable Take a look into the javadoc for UIData. It´s just the integer value of the zero based row index for the first row of the table. The instance should be of java.lang.Integer. Regards, Mathias Clément

RE : RE : RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
this but you are right it is better to make those value bindings read/write. One way I see is to use a binding for the datatable and get the first value from there. Regards, Mathias Clément Maignien schrieb: Thanks for the info Mathias. Despite I don't get the ClassCastException anymore, the right page

RE : dataTable : RowOnevent attributes

2005-08-05 Thread Clément Maignien
ng}" preserveSort="true" preserveDataModel="false" rowIndexVar="numRow" x:column ... x:column/ ... x:column ... x:column/ x:dataTable The both don't work : the rows of my dataTable stay White. Finally, what is this type of _expression_ : this.xx.yy='v

RE : RE : dataTable : RowOnevent attributes

2005-08-05 Thread Clément Maignien
Regards Wolfgang Clément Maignien sagte: It seems I don't give enought details or that noboby knows what I'm talking about (can't be that ...), So ... more details : First, here is the JSF code part for the dataTable trying using CSS style : x:dataTable id=receptdatatable

Shift in browser url bar

2005-08-04 Thread Clément Maignien
Title: Message Hi, I notice a problem in my web application. This is quite wierd : I have a welcome page "index.jsp" that redirect to a login page "login.jsp". This works fine at that point : the url in my browser displays "http://localhost:8080/myApp/faces/login.jsp" The problem comes

RE : Shift in browser url bar

2005-08-04 Thread Clément Maignien
Cool ! This works perfect :D Thanks a lot Johannes ;) Clément - Loves when problems solve so quickly, thx again. -Message d'origine- De : Johannes Hiemer [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 août 2005 12:28 À : MyFaces Discussion Objet : Re: Shift in browser url bar Hi, did you

RE : RE : Shift in browser url bar

2005-08-04 Thread Clément Maignien
this means an actual redirect (=roundtrip to the client) - so use it were it is necessary, but not in all navigation rules if you want to keep performance at its best level ;)regards,Martin On 8/4/05, Clément Maignien [EMAIL PROTECTED] wrote: Cool ! This works perfect :DTh

RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
the new values from that? sean On 7/21/05, Clément Maignien [EMAIL PROTECTED] wrote: Here is the situation : I have a JSF page (result.jsp) with dataTable component with a commandLink in one of his columns. When clicking on this commandLink, I would like to open a popup window

RE : RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
you post back (via a form) to the same page. In your case you are just opening the page in a new window. How would JSF know the new values from that? sean On 7/21/05, Clément Maignien [EMAIL PROTECTED] wrote: Here is the situation : I have a JSF page (result.jsp) with dataTable

commandLink and onClick javascript popup window problem

2005-07-21 Thread Clément Maignien
In this way, the values that are displayed in the detailStockInv.jsp are the good ones (the beans ones). Is there a way to force the update value phase before the popup is displayed ? Maybe the way I call the popup isnt the right one ... dont know. Please help, thanks :D Clément Maignien.

RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Clément Maignien
approach (without using onclick) works because you post back (via a form) to the same page. In your case you are just opening the page in a new window. How would JSF know the new values from that? sean On 7/21/05, Clément Maignien [EMAIL PROTECTED] wrote: Here is the situation : I have

RE : RE : commandLink and onClick javascript popup window problem

2005-07-21 Thread Clément Maignien
of your table and open a new jsf page in a new window which used the same bean...). HTH, Bruno 2005/7/21, Clément Maignien [EMAIL PROTECTED]: Yes indeeed Sean. That's is exactly what I said at the end of my post. But my question is : is it possible to open a popup window (with or without