Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Werner Punz
Am 11.05.11 14:40, schrieb Scott O'Bryan: k there is a number of issues with what you are doing here. As you probably know, TRINIDAD's ajax is not 'solely' about content delivery. It runs the JSF lifecycyle and updates the view state and a bunch of other things. While I don't know exactly why

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Scott O'Bryan
7;m using my work around: > > $('#lockedones .xrow.header>.xcell select').attr('onchange', > null).unbind('change').bind('change', function(event) { >$('#filterOption').val($(this).val()); >$('#filterChanged').click(); > }); > > As #filteroption and #filterChanged are components outside of the updated > part of the doc - then this works fine... > -- > View this message in context: > http://old.nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31593103.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. >

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Scott O'Bryan
> loaded from PPR). But when the page is refreshed from jquery ajax load, the > form submission gets to the server (I have a CustomFacesServlet theat > delegates to the real one so i can see the requests coming in) nothing > happens, the valueChangeListener doesn't get called. > -- > View this message in context: > http://old.nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31592855.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. >

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Paul Mander
on(event) { $('#filterOption').val($(this).val()); $('#filterChanged').click(); }); As #filteroption and #filterChanged are components outside of the updated part of the doc - then this works fine... -- View this message in context: http://old.nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31593103.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Paul Mander
rom PPR). But when the page is refreshed from jquery ajax load, the form submission gets to the server (I have a CustomFacesServlet theat delegates to the real one so i can see the requests coming in) nothing happens, the valueChangeListener doesn't get called. -- View this message in context:

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Paul Mander
e="0:getFeature_Value02:SAMSUNG">SAMSUNG value="0:getFeature_Value02:SONY ERICSSON">SONY ERICSSON value="0:getFeature_Value02:VODAFONE">VODAFONE > > The latter is missing the onchange javascript call: > > onchange="TrPage._autoSubmit('_id3','_id270:0:_id288:0:_id291',event,1);return > true;" > > > I suppose I could add the onchange in myself, _id3 being the form id... -- View this message in context: http://old.nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31592614.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Paul Mander
ssage in context: http://old.nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31592604.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[TRINIDAD] non-PPR ajax update

2011-05-11 Thread Paul Mander
nabble.com/-TRINIDAD--non-PPR-ajax-update-tp31592524p31592524.html Sent from the MyFaces - Users mailing list archive at Nabble.com.