Re: Multiple Sortable Data Tables on the Same JSP Page

2006-01-25 Thread Nicolas GENSOLLEN
Hi Mike, I have a problem in sorting 2 datatables on the same page JSP. The second datatable always calls the first datatable backing bean and I don't know how to resolve this. Thanks for your help. Nicolas - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: Sent: Frid

Render an element whithout reload

2005-08-24 Thread Nicolas GENSOLLEN
Hi everybody, I'd like to know if it's possible to render or not a component (panel for exemple) whitout reloading the page. Like a span and javascript in html for example... Thank's a lot.

Re: Render an element whithout reload

2005-08-25 Thread Nicolas GENSOLLEN
" <[EMAIL PROTECTED]> To: "'MyFaces Discussion'" Sent: Thursday, August 25, 2005 9:04 AM Subject: RE: Render an element whithout reload Try AJAX. See http://wiki.apache.org/myfaces/AJAX_Framework PK -Original Message- From: Nicolas GENSOLLEN [mailto:[EMA

Re: comnfirmation on commandLink

2005-09-08 Thread Nicolas GENSOLLEN
it works perfectly, thank you very much !!! - Original Message - From: [EMAIL PROTECTED] To: MyFaces Discussion Sent: Wednesday, September 07, 2005 8:07 PM Subject: Re: comnfirmation on commandLink Try this one. Dennis Byrne

Fw: JSF - SPRING - HIBERNATE Mapping problem

2005-09-20 Thread Nicolas GENSOLLEN
Hi everybody, first excuse me for my poor english.   I use JSF with Spring and Hibernate and I have the following problem : i ve a class with two many-to-one relations which have the same bean associated. This works fine, but , my problems is when i m trying to update the class and the two b

Re: Fw: JSF - SPRING - HIBERNATE Mapping problem

2005-09-20 Thread Nicolas GENSOLLEN
that both properties reference a dataset with the same key in the database hence both get updated at the same time. Werner Nicolas GENSOLLEN wrote: Hi everybody, first excuse me for my poor english. I use JSF with Spring and Hibernate and I have the following problem : i ve a class with two

Re: Fw: JSF - SPRING - HIBERNATE Mapping problem

2005-09-21 Thread Nicolas GENSOLLEN
- From: "Werner Punz" <[EMAIL PROTECTED]> To: <users@myfaces.apache.org> Sent: Tuesday, September 20, 2005 9:26 PM Subject: Re: Fw: JSF - SPRING - HIBERNATE Mapping problem > can you point me towards that post, maybe I can figure> out on what is going on.> > w

Blob and JSF

2005-09-30 Thread Nicolas GENSOLLEN
Hello everybody,   I've a problem to display a blob in a jsf page, i don't find any way to do it, and I would know if someone succeed doing this ?   Thank you !   Nicolas Gensollen

Re: Blob and JSF

2005-09-30 Thread Nicolas GENSOLLEN
splay my plain-text and html-text data. On 9/30/05, Nicolas GENSOLLEN <[EMAIL PROTECTED]> wrote: Hello everybody, I've a problem to display a blob in a jsf page, i don't find any way to do it, and I would know if someone succeed doing this ? Thank you ! Nicolas Gensollen

Re: Blob and JSF

2005-10-03 Thread Nicolas GENSOLLEN
quot;  value="#{viewContentDataPage.content.contentData.text}"/>  rendered="#{viewContentDataPage.isUnknownContentType}"  value="[Unable to display unknown content type]"/>   In the same page ? In a new page, but where is it called ?   Thank you     --

Re: commandLinks - javascript errors

2006-05-17 Thread Nicolas GENSOLLEN
I've got the same error since I have installed core 1.1.3 and tomahawk 1.1.2, all commandLinks produce a javascript errors. My browser is IE 6 Thanks - Original Message - From: "Chrisi" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, May 16, 2006 11:47 AM Subject: Re: com

Re: commandLinks - javascript errors

2006-05-18 Thread Nicolas GENSOLLEN
s problem. cheers, Gerald On 5/17/06, Nicolas GENSOLLEN <[EMAIL PROTECTED]> wrote: I've got the same error since I have installed core 1.1.3 and tomahawk 1.1.2, all commandLinks produce a javascript errors. My browser is IE 6 Thanks - Original Message - From: "Chrisi

Re: commandLinks - javascript errors

2006-05-19 Thread Nicolas GENSOLLEN
uot; Sent: Friday, May 19, 2006 11:31 AM Subject: Re: commandLinks - javascript errors It can be the auto-scrolling, that causes errors if the myfaces filter isn't properly setup. Try to set, in web.xml, the parameter org.apache.myfaces.AUTO_SCROLL to false and see if this fix the problem.

Re: commandLinks - javascript errors

2006-05-19 Thread Nicolas GENSOLLEN
and before your elements. With this, some javascript code is automatically added to each jsf page, and this is needed to correctly handle the auto scrolling feature. The missing javascript function, which is called by commandLink, was probably the cause of your javascript errors. Cosma 20

Re: commandlink not working with sandbox subform

2006-08-17 Thread Nicolas GENSOLLEN
Hi,   i've got the same problem when t:commandSortHeader and t:datascroller are together in a t:datatable with tomahawk-1.1.5-SNAPSHOT.jar   Thank you, Nicolas. - Original Message - From: Mahbub Rahman To: MyFaces Discussion Sent: Thursday, August 17, 2006 12:52 AM