Hey Thiago! :) No, I posted it here too, just couldn't make it via email, but had to login here to do so. Same applies to html code. :)
I get final outcome just fine in DB( so it works ), so it's something wrong in passing param between request? @Persist property should be able to deal with it, however in this case it doesn't do so. > To: [email protected] > Subject: Re: Calling property in t:message > Date: Wed, 15 Oct 2014 19:54:48 -0300 > From: [email protected] > > On Wed, 15 Oct 2014 19:34:14 -0300, Name Surname > <[email protected]> wrote: > > > Hey Thiago! :) > > Hi! > > > Yes, it's from Tap-JQuery. Thank you on your advise regarding page > > titles. > > It's not about page titles. It's about parameters in Tapestry. Every > single one of them. > > > Will follow that on any other prop calling where applied. The > > coressponding class is following: > > > > http://pastebin.com/V7cq5m5D > > Did you overlook my request to post the code inside the e-mail or just > ignored it on purpose? :) > > > There must be something wrong, because as I as I am thought, @Persist > > should do what I wanted it to do, but it doesn't. I keep getting 0 and > > NULL from calling ${broj} and ${datum} > > Yes, there's something wrong with your code: it never sets the broj field, > so it'll always have the default value of 0, and the only place that gives > a value for datum is inside setupRender(), but setting it to null: > > void setupRender() { > datum = null; // here > updateDisplay(drawTip); > } > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
