Re: Using WOAnyField or ERXAnyField

2014-04-24 Thread David Avendasora
On Apr 24, 2014, at 12:20 AM, Paul Hoadley pa...@logicsquad.net wrote: What am I missing here? A form? Great guess, as I regularly forget the form and it's the first thing I check. But no, it's in a form. Nuts. I make that mistake at least once every couple months and spend hours

Re: Using WOAnyField or ERXAnyField

2014-04-24 Thread Aaron Rosenzweig
Hi Paul, my guess is that you only need “updateDisplayedObjects()” At any rate, if you want it more automatic, make your own “filter” widget. use the AnyField like you have inside of it but then wrap it with an “AjaxObserveField” so that when you make a change it will automatically submit and

Using WOAnyField or ERXAnyField

2014-04-23 Thread Paul Hoadley
Hello, I've never used WOAnyField before, but I've come across a use case requiring it, or something like it. I have a display group of EOs rendered as a table inside an AjaxUpdateContainer, and batch navigation is handled by ERXBatchNavigationBar. Works fine. Now I have a feature request

Re: Using WOAnyField or ERXAnyField

2014-04-23 Thread David Avendasora
Hi Paul, On Apr 23, 2014, at 10:35 PM, Paul Hoadley pa...@logicsquad.net wrote: where sourceList is the ID for the containing AjaxUpdateContainer. Is there something I need to do in the someAction() action method? Because all that happens now is I get a container update, but the table

Re: Using WOAnyField or ERXAnyField

2014-04-23 Thread Paul Hoadley
On 24/04/2014, at 12:40 PM, David Avendasora webobje...@avendasora.com wrote: What am I missing here? A form? Great guess, as I regularly forget the form and it's the first thing I check. But no, it's in a form. Are you familiar with WOAnyField Dave? Is it just a matter of binding it up,

Re: Using WOAnyField or ERXAnyField

2014-04-23 Thread Paul Hoadley
On 24/04/2014, at 12:05 PM, Paul Hoadley pa...@logicsquad.net wrote: But now what? Obviously that's not going to submit itself, so I added: wo:AjaxSubmitButton action=$someAction updateContainerID=sourceList value=Search / where sourceList is the ID for the containing