Problem with Android and ajax?

2011-08-25 Thread PALMER, THOMAS C (ATTCORP)
We have a problem with a mobile site on an Android. Basically, we're updating select options via ajax with one option that should be selected after the update completes. On an iPhone this works fine and the selected option shows in the list as selected. On Android we get nothing in the

RE: trouble implementing 'mutually required' validator

2011-03-27 Thread PALMER, THOMAS C (ATTCORP)
' validator Try abstractformvalidator ** Martin 2011/3/26 PALMER, THOMAS C (ATTCORP) tp3...@att.com: I've got a case (in Wicket 1.4.14) where I want to implement a 'mutually required' validator on a FormComponent that contains a set of child form fields.  If all are empty, it's valid.  But if any child

trouble implementing 'mutually required' validator

2011-03-26 Thread PALMER, THOMAS C (ATTCORP)
I've got a case (in Wicket 1.4.14) where I want to implement a 'mutually required' validator on a FormComponent that contains a set of child form fields. If all are empty, it's valid. But if any child has a value then all become required. My implementation (with the IValidator added to the

Preventing session creation on abort?

2011-02-28 Thread PALMER, THOMAS C (ATTCORP)
I've got a case where I want to abort request processing and redirect before my session is constructed (since it's fairly expensive). I can trigger the abort and redirect via my RequestCycle.onBeginRequest() impl by throwing a RedirectToUrlException. However, the abort processing in RequestCycle

RE: Preventing session creation on abort?

2011-02-28 Thread PALMER, THOMAS C (ATTCORP)
. On Mon, Feb 28, 2011 at 1:50 PM, PALMER, THOMAS C (ATTCORP) tp3...@att.comwrote: I've got a case where I want to abort request processing and redirect before my session is constructed (since it's fairly expensive). I can trigger the abort and redirect via my RequestCycle.onBeginRequest() impl