Re: Calling property in t:message

2014-10-15 Thread George Christman
Yes, please paste your code in the email as it's much easier to read inline. As Thiago has already indicated, you are setting datum to null in setup render and you are never setting broj to anything, hence your values null and 0. You need to somehow set your variables before the page renders, oth

RE: Calling property in t:message

2014-10-15 Thread Name Surname
Hi Thiago! :) Aha, I understand now request concept. However, how can I make this work? Can you give me some directions? > To: users@tapestry.apache.org > Subject: Re: Calling property in t:message > Date: Wed, 15 Oct 2014 20:29:48 -0300 > From: thiag...@gmail.com > > On Wed, 15 Oct 2014 20:00:2

Re: Calling property in t:message

2014-10-15 Thread Thiago H de Paula Figueiredo
On Wed, 15 Oct 2014 20:00:20 -0300, Name Surname wrote: Hey Thiago! :) Hi! 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. :) This is a mailing list, not a forum, so I have no idea what you're talking about. Just p

RE: Calling property in t:message

2014-10-15 Thread Name Surname
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

Re: Calling property in t:message

2014-10-15 Thread Thiago H de Paula Figueiredo
On Wed, 15 Oct 2014 19:34:14 -0300, Name Surname 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

RE: Calling property in t:message

2014-10-15 Thread Name Surname
Hey Thiago! :) Yes, it's from Tap-JQuery. Thank you on your advise regarding page titles. Will follow that on any other prop calling where applied. The coressponding class is following: http://pastebin.com/V7cq5m5D There must be something wrong, because as I as I am thought, @Persist should do

Re: Calling property in t:message

2014-10-15 Thread Thiago H de Paula Figueiredo
Hi! On Wed, 15 Oct 2014 18:51:45 -0300, Name Surname wrote: I have implemented mixin with following: http://pastebin.com/KYWQfCHg Please post code in the e-mail itself, so people who later stumble on this message later can see the whole picture in a single sweep. The Submit compon

Calling property in t:message

2014-10-15 Thread Name Surname
I have implemented mixin with following: http://pastebin.com/KYWQfCHg And the reason why I am summoning this Q. is because whenever I press confirm button, I get ${broj} and ${datum} values 0 and null, even though I have denoted them with @Persist. What is causing such an action?

Re: Prevent registry from starting

2014-10-15 Thread Charlouze
I'd like to because i'm using a cloud service to host my app that provide the feature your are talking about when the application doesn't deploy well. Anyway, if it's not possible, I think a failure mode would be sufficient. 2014-10-15 18:14 GMT+02:00 Kalle Korhonen : > Are you sure that complet

5.4 Fixed typeahead suggestion bug by upgrading typeahead.js to 0.10.5

2014-10-15 Thread George Christman
Hi guys, I created a jira issue along with a fix resolving the bug where the autocomplete suggestion appears/disappears on every keystroke. This was fixed in typeahead.js 0.10.5, but it looks like the library changed a bit, so I provided a working js connector to help out. Is it possible this could

Re: Prevent registry from starting

2014-10-15 Thread Kalle Korhonen
Are you sure that completely preventing it from starting is the right way to go? Wouldn't it be better to put your application in that case to a failure mode, that for example would direct all requests to a system error page that clearly communicates the problem to the user/administrator? That logi

Prevent registry from starting

2014-10-15 Thread Charlouze
Hey everyone, Is there a way to prevent my tapestry app from starting ? My use case is that I perform some checks (database schema validation, symbols presence, etc). If one of those checks fails then my app should not start. Cheers, Charles.

Re: Ajax form not holding onto field values after validation error.

2014-10-15 Thread George Christman
Makes perfect sense, thanks for the suggestion Geoff. On Tue, Oct 14, 2014 at 9:20 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > IMHO, I think it's helpful to indicate when and why you're instantiating > UserProfile, rather than just conditioning by "is null". > > void o