Render queue error in BeforeRenderTemplate when using a SelectModel

2017-07-25 Thread Pascal Robert
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

Re: Render queue error in BeforeRenderTemplate when using a SelectModel

2017-07-26 Thread Pascal Robert
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

Re: Render queue error in BeforeRenderTemplate when using a SelectModel

2017-07-26 Thread Pascal Robert
> 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

All variables are null in onValidateFromForm

2017-08-02 Thread Pascal Robert
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