Re: MyFaces and Ajax

2006-09-21 Thread Werner Punz
Martin Grotzke schrieb: > On Wed, 2006-09-20 at 19:29 +0200, Gerald Müllan wrote: >> Hi, >> >> have a look at our examples page, there are a couple of ajax enabled >> components. >> >> (like PPR, InputSuggestAjax, TableSuggestAjax, Form components, >> automatically updated table, Ajax-enabled comb

Re: MyFaces and Ajax

2006-09-21 Thread Martin Grotzke
On Thu, 2006-09-21 at 12:16 +0200, Gerald Müllan wrote: > > two links seems to be wrong: > > http://example.irian.at/dojo/splitpanejsfonly.jsf and > > http://example.irian.at/dojo/titlepanejsfonly.jsf > > yeah, i recognized this also a few days ago. But in the current > nightly from svn in a local

Re: MyFaces and Ajax

2006-09-21 Thread Gerald Müllan
two links seems to be wrong: http://example.irian.at/dojo/splitpanejsfonly.jsf and http://example.irian.at/dojo/titlepanejsfonly.jsf yeah, i recognized this also a few days ago. But in the current nightly from svn in a local build these pages work fine. It seems to be a deploy failure. You can

Re: MyFaces and Ajax

2006-09-21 Thread Martin Grotzke
On Wed, 2006-09-20 at 19:29 +0200, Gerald Müllan wrote: > Hi, > > have a look at our examples page, there are a couple of ajax enabled > components. > > (like PPR, InputSuggestAjax, TableSuggestAjax, Form components, > automatically updated table, Ajax-enabled combo box..) > > http://example.ir

AW: MyFaces and Ajax

2006-09-21 Thread Christoph Lassner
Hi Aneesha, if you want to read about this topic, there's an excellent book! It's called "Pro JSF and AJAX" and is just about how to combine these techniques most effectively! You can have a look at it here: http://www.apress.com/book/bookDisplay.html?bID=10044 . However, I would also recommend to

Re: MyFaces and Ajax

2006-09-20 Thread Gerald Müllan
Such an ajax framework is not that much burden. It can help you a lot in some cases and it`s for free. So why writing stuff on your own which is unnecessary? You should first balance out what you need an then figure out what you wanna use. Luckily you can easy integrate jsf afterwards with such a

Re: MyFaces and Ajax

2006-09-20 Thread Aneesha Govil
On 9/20/06, Gerald Müllan <[EMAIL PROTECTED]> wrote: Updating some parts of the page through ajax is very easy with thehelp of such a framework (in the meantime this is also possible withsandbox ppr, but its only incubation status). Also some other basicajax stuff. But if you need some more special

Re: MyFaces and Ajax

2006-09-20 Thread Gerald Müllan
Hi, have a look at our examples page, there are a couple of ajax enabled components. (like PPR, InputSuggestAjax, TableSuggestAjax, Form components, automatically updated table, Ajax-enabled combo box..) http://example.irian.at/example-sandbox-20060920/home.jsf I would suggest the ajax4Jsf fra

Re: MyFaces and Ajax

2006-09-20 Thread Aneesha Govil
On 9/20/06, Andrew Robinson <[EMAIL PROTECTED]> wrote: Ajax4JSF and AjaxAnywhere both work just fine with MyFaces for partialpage refreshingHow difficult is to accomplish this without using a framework? Are there any ajax-enabled components for MyFaces? How are they different from a framework? Than

Re: MyFaces and Ajax

2006-09-20 Thread Andrew Robinson
Ajax4JSF and AjaxAnywhere both work just fine with MyFaces for partial page refreshing On 9/20/06, Aneesha Govil <[EMAIL PROTECTED]> wrote: Hi, I have to start developing an application using JSF and Ajax. We've chosen MyFaces implementation of JSF. My question is, is there any way to make them

MyFaces and Ajax

2006-09-20 Thread Aneesha Govil
Hi,I have to start developing an application using JSF and Ajax. We've chosen MyFaces implementation of JSF. My question is, is there any way to make them work together without writing a lot of code?I can see n number of frameworks and have no idea which one to use. On the other hand, I am new to b