Re: Ajax jsf component panel

2006-03-25 Thread John Slave
I want to use ajax to conditional render components (if the component is closed there is no need to load the components...however these effects can be achieved without ajax...) Thank you John Slave Gerald Müllan ha scritto: Hi John, which result you wanna get through the ajax request? Onl

Re: Ajax jsf component panel

2006-03-25 Thread Gerald Müllan
Hi John, which result you wanna get through the ajax request? Only for the expand-and-contract functionality there is no need for using ajax. This can be done only using javaScript on client side. Do you use a js framework for your component or have you coded it on your own? As far as i know, o

RE: Ajax jsf component panel

2006-03-24 Thread Jeremy Sager
: MyFaces Discussion Subject: Re: Ajax jsf component panel   Hi John, There is a sample "component palette" in our book (we call it Deck component) that you can look at. The source is available from the Apress website. Pro JSF and Ajax: Building Rich Internet Components (http://apres

Re: Ajax jsf component panel

2006-03-24 Thread Jonas Jacobi
Hi John, There is a sample "component palette" in our book (we call it Deck component) that you can look at. The source is available from the Apress website. Pro JSF and Ajax: Building Rich Internet Components (http://apress.com/book/bookDisplay.html?bID=10044) Regards, Jonas John Slave wro

Re: Ajax jsf component panel

2006-03-23 Thread Mike Kienenberger
You might take a look at the org.apache.myfaces.custom.accordion.HtmlAccordionPanel in the MyFaces Tomahawk sandbox. On 3/23/06, John Slave <[EMAIL PROTECTED]> wrote: > Hi, > > i wish to create an ajax component panel that is simply a panel with > particular javascript effect to expand and contra

Ajax jsf component panel

2006-03-23 Thread John Slave
Hi, i wish to create an ajax component panel that is simply a panel with particular javascript effect to expand and contract. However i found a solution but i don't know if this is the right solution. I will use dwr servlet to communicate by ajax (as explained in blue prints catalog article)