On Wed, 15 Oct 2014 19:34:14 -0300, Name Surname <wintertime0...@outlook.com> 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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to