Hi,
Coming from the WebObject world here. I’m trying to build a select input, but
it’s not working. The error:
ERROR [2017-07-25 18:28:22,181] bootique-http-33
o.a.t.m.T.RequestExceptionHandler: Processing of request failed with uncaught
exception: org.apache.tapestry5.ioc.internal.OperationEx
m can be submitted then you should replace
> setupRender with onPrepare, or perhaps 2 methods: onPrepareForRender and
> onPrepareForSubmit.
>
> Geoff
>
>> On 26 Jul 2017, at 2:42 am, Pascal Robert wrote:
>>
>> Hi,
>>
>> Coming from the WebObject world here
> Le 26 juil. 2017 à 09:26, Thiago H. de Paula Figueiredo
> a écrit :
>
> On Tue, Jul 25, 2017 at 3:42 PM, Pascal Robert wrote:
>
>> Hi,
>>
>
> Hi!
>
>
>> Coming from the WebObject world here. I’m trying to build a select input,
>> bu
Hi,
I’m trying to check if the value in a text field is valid, but when my app goes
into onValidateFromForm, all variables are null! Of course, my validation isn’t
working because of this. Code:
@Property
private String urlOuNoBuild;
void onValidateFromForm() {
if (urlOuNoBuild != nul