Re: Calling property in t:message

2014-10-20 Thread Thiago H de Paula Figueiredo
Sun, 19 Oct 2014 16:14:17 -0200, Name Surname wrote: I made a jquery script that listens for change on every single field. It produces exactly what I wanted, but that's not what I needed. I wanted to implement it using Tap for better understanding how Tap deals with JS. What you need to

Re: Calling property in t:message

2014-10-19 Thread George Christman
to see how Tap5 listens for JS calls! > I couldn't figure it out from the examples you have posted, because it > wasn't very clear to me how it is being called and where! This is a great > value to me now and this should be put into JS example on Tap5 official > page( It lacks

RE: Calling property in t:message

2014-10-19 Thread Name Surname
rom the examples you have posted, because it wasn't very clear to me how it is being called and where! This is a great value to me now and this should be put into JS example on Tap5 official page( It lacks so much full understanding introduction about this and many other topics )! Once a

Re: Calling property in t:message

2014-10-19 Thread George Christman
This should get you close. fyi, I wrote this in the email client and has not been tested. //This can be made much more dynamic by passing in a json object rather than using fieldId1, fieldId2 etc. however I'm just demonstrating //how you can pass these values into your mixin. Delete item Create

Re: Calling property in t:message

2014-10-19 Thread George Christman
there is no code posted On Sun, Oct 19, 2014 at 2:14 PM, Name Surname wrote: > I made a jquery script that listens for change on every single field. It > produces exactly what I wanted, but that's not what I needed. I wanted to > implement it using Tap for better understanding how Tap deals with

RE: Calling property in t:message

2014-10-19 Thread Name Surname
I made a jquery script that listens for change on every single field. It produces exactly what I wanted, but that's not what I needed. I wanted to implement it using Tap for better understanding how Tap deals with JS. Anyway, here is a code for it: Crear Fracciones P

Re: Calling property in t:message

2014-10-19 Thread Thiago H de Paula Figueiredo
On Sun, 19 Oct 2014 06:18:11 -0200, Lance Java wrote: And I just repeated what everyone has said here as an answer! Yeah, this looks like a clear case not understanding the difference of server-side versus client-side and when stuff in either side happens. When you first render *the pag

RE: Calling property in t:message

2014-10-19 Thread Lance Java
: wintertime0...@outlook.com > > To: users@tapestry.apache.org > > Subject: RE: Calling property in t:message > > Date: Sat, 18 Oct 2014 21:47:50 +0100 > > > > Hey, George. > > But why should I move from my solution while I am so close to it? Also, > I am sure t

RE: Calling property in t:message

2014-10-18 Thread Name Surname
I have made a Q. on Stackoverflow for better understanding of my issue. http://stackoverflow.com/questions/26445188/confirm-dialog-in-tapestry > From: wintertime0...@outlook.com > To: users@tapestry.apache.org > Subject: RE: Calling property in t:message > Date: Sat, 18 Oct 2014 21

RE: Calling property in t:message

2014-10-18 Thread Name Surname
too, {broj} is always 0! > Date: Sat, 18 Oct 2014 16:24:22 -0400 > Subject: RE: Calling property in t:message > From: gchrist...@cardaddy.com > To: users@tapestry.apache.org > > Take a look at this example, you just need to modify the code a little to > meet your needs. >

RE: Calling property in t:message

2014-10-18 Thread George Christman
> class="form-control" /> > > > > > > > > > > > > class="k-modal-trigger">Open > > > Date: Sat, 18 Oct 2014 14:53:53 -0400 > > Subject: RE: Calling property in t:message > > From: gch

RE: Calling property in t:message

2014-10-18 Thread Name Surname
27;).value Open > Date: Sat, 18 Oct 2014 14:53:53 -0400 > Subject: RE: Calling property in t:message > From: gchrist...@cardaddy.com > To: users@tapestry.a

RE: Calling property in t:message

2014-10-18 Thread George Christman
I don't see any code. On Oct 18, 2014 1:25 PM, "Name Surname" wrote: > Hello all! :) > OK, I tried with following: > > > > > But I don't get anything from it. Since it's only on clients side showing, > I may get it using JS, but I am not that good in it, nor in Java :D. Is > this right approach t

RE: Calling property in t:message

2014-10-18 Thread Name Surname
Hello all! :) OK, I tried with following: But I don't get anything from it. Since it's only on clients side showing, I may get it using JS, but I am not that good in it, nor in Java :D. Is this right approach to it?

Re: Calling property in t:message

2014-10-18 Thread George Christman
log the server-side should bubble up an > event to the page and let the page do the create. > > > > BTW, when there is a business action to be done, there's ALWAYS an > exception flow. What do you want to see if "create ticket" fails? > > > > On 18 Oct

Re: Calling property in t:message

2014-10-17 Thread Geoff Callender
firm from the dialog the server-side should bubble up an event to > the page and let the page do the create. > > BTW, when there is a business action to be done, there's ALWAYS an exception > flow. What do you want to see if "create ticket" fails? > > On 18 Oct

Re: Calling property in t:message

2014-10-17 Thread Geoff Callender
BTW, when there is a business action to be done, there's ALWAYS an exception flow. What do you want to see if "create ticket" fails? On 18 Oct 2014, at 1:21 pm, Name Surname wrote: > Hi Geoff! :) > >> Subject: Re: Calling property in t:message >> From: geoff.

RE: Calling property in t:message

2014-10-17 Thread Name Surname
Hi Geoff! :) > Subject: Re: Calling property in t:message > From: geoff.callender.jumpst...@gmail.com > Date: Sat, 18 Oct 2014 13:09:09 +1100 > To: users@tapestry.apache.org > > You still have not described the flow (of interaction with the user), so > please answer th

Re: Calling property in t:message

2014-10-17 Thread Geoff Callender
s that I can't see > ${broj} and ${datum} values as taken from input fields on Confirm dialog. > Instead of their real values I see only 0 and null, because I initialized > them as such( well, only datum parameter ) ( this behavior is because I set > them only a

RE: Calling property in t:message

2014-10-17 Thread Name Surname
gt; To: users@tapestry.apache.org > Subject: RE: Calling property in t:message > Date: Sat, 18 Oct 2014 02:52:46 +0100 > > Hey Geoff! > Yes, data flow is just OK. However only trouble with this is that I can't see > ${broj} and ${datum} values as taken from input fields on

RE: Calling property in t:message

2014-10-17 Thread Name Surname
avior is because I set them only after I press OK on Confirm dialog ). > Subject: Re: Calling property in t:message > From: geoff.callender.jumpst...@gmail.com > Date: Sat, 18 Oct 2014 12:45:12 +1100 > To: users@tapestry.apache.org > > The flow gets up to displaying a dialog.

Re: Calling property in t:message

2014-10-17 Thread Geoff Callender
function onSubmit( which sets up > our broj and datum fields ) is only processed after I click OK on cofirm > ( however in order for me to see what value I want to create, I would > need ${broj} to be set ( taken from input ) on Confirm dialog. > > P.S. Check your message. > &g

RE: Calling property in t:message

2014-10-17 Thread Name Surname
ch sets up our broj and datum fields ) is only processed after I click OK on cofirm ( however in order for me to see what value I want to create, I would need ${broj} to be set ( taken from input ) on Confirm dialog. P.S. Check your message. > Subject: Re: Calling property in t:m

Re: Calling property in t:message

2014-10-17 Thread Geoff Callender
just seen this example. It's looking great, however how can > I make it operable on my example? > operable on my example? > >> Date: Fri, 17 Oct 2014 15:34:40 +0100 >> Subject: RE: Calling property in t:message >> From: lance.j...@googlemail.com >> To: users@tap

RE: Calling property in t:message

2014-10-17 Thread Name Surname
Hey Lance. I have just seen this example. It's looking great, however how can I make it operable on my example? operable on my example? > Date: Fri, 17 Oct 2014 15:34:40 +0100 > Subject: RE: Calling property in t:message > From: lance.j...@googlemail.com > To: users@tapestry.a

RE: Calling property in t:message

2014-10-17 Thread Lance Java
s Confirm and I get opened Confirm dialog. But because values here > aren't yet set( they are waiting for Submit from the Confirm dialog) I get > those values as null and 0. Can you propose me how to get rid of this > situation. > > > To: users@tapestry.apache.org > > S

Re: Calling property in t:message

2014-10-17 Thread George Christman
ren't yet set( they are waiting for Submit from the Confirm dialog) I get > those values as null and 0. Can you propose me how to get rid of this > situation. > > > To: users@tapestry.apache.org > > Subject: Re: Calling property in t:message > > Date: Thu, 16 Oct 2014 0

RE: Calling property in t:message

2014-10-16 Thread Name Surname
irm and I get opened Confirm dialog. But because values here aren't yet set( they are waiting for Submit from the Confirm dialog) I get those values as null and 0. Can you propose me how to get rid of this situation. > To: users@tapestry.apache.org > Subject: Re: Calling property in t:m

Re: Calling property in t:message

2014-10-16 Thread Thiago H de Paula Figueiredo
On Wed, 15 Oct 2014 20:55:40 -0300, Name Surname wrote: Hi Thiago! :) Aha, I understand now request concept. However, how can I make this work? Can you give me some directions? Besides "set the freaking fields! :D", I have nothing else to offer, because I don't know what logic you want

Re: Calling property in t:message

2014-10-15 Thread George Christman
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 > >

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,

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
deal with it, however in this case it doesn't do so. > To: users@tapestry.apache.org > Subject: Re: Calling property in t:message > Date: Wed, 15 Oct 2014 19:54:48 -0300 > From: thiag...@gmail.com > > On Wed, 15 Oct 2014 19:34:14 -0300, Name Surname > wrote: > >

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
hould do what I wanted it to do, but it doesn't. I keep getting 0 and NULL from calling ${broj} and ${datum} > To: users@tapestry.apache.org > Subject: Re: Calling property in t:message > Date: Wed, 15 Oct 2014 19:15:38 -0300 > From: thiag...@gmail.com > > Hi! > >

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?