Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
Hi Matthias On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText id=testId label=something value=#{something} partialSubmit=true autoSubmit=true

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Have you checked that it is not PPRing correctly and that a navigation rule is somehow being run? I know it may be a stretch, but maybe worth asking. You aren't hitting enter in the field to submit it are you? -Andrew On Wed, Apr 16, 2008 at 2:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi,

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText id=testId label=something value=#{something} partialSubmit=true autoSubmit=true

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Don't know, I have to punt On Wed, Apr 16, 2008 at 1:10 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, On Wed, Apr 16, 2008 at 10:42 AM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, I'm trying to get PPR work with an inputText component as follow: tr:inputText

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) (I added it to one of my tests and my bean is not in request scope, mine is in Orchestra's *access* scope) I've rechecked it with Firefox and it works

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
Have you tried firebuglite? It may show the AJAX traffic. It requires an extra JS file, but it may be good as a temporary tool: http://www.getfirebug.com/lite.html On Wed, Apr 16, 2008 at 1:13 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Don't know, I have to punt On Wed, Apr 16, 2008 at

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, Have you tried firebuglite? It may show the AJAX traffic. It requires an extra JS file, but it may be good as a temporary tool: Firebug Lite does not show any HTTP traffic. But I tried the WebDev Helper (http://projects.nikhilk.net/WebDevHelper) and could see the PPR response. So it's just

RE: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Mathias Walter
Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of my backing been (i.e. currently edited row in an inline editable table) without session scope.

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Andrew Robinson
t:saveState? On Wed, Apr 16, 2008 at 3:35 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of

Re: [Trinidad] inputText and partialSubmit

2008-04-16 Thread Matthias Wessendorf
On Wed, Apr 16, 2008 at 11:35 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi, Nope. that example works for me. I guess your bean is in request scope ? No, it is in session scope. not the best, but ok :-) I've no idea how to implement special parts of my backing