I have made a Q. on Stackoverflow for better understanding of my issue. http://stackoverflow.com/questions/26445188/confirm-dialog-in-tapestry
> From: [email protected] > To: [email protected] > 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 the result will be the same. My code also needs some edit, I don't know > exactly WHAT, that's why I am asking here and all I am need is to give me > right direction. Tried with this solution too, {broj} is always 0! > > > Date: Sat, 18 Oct 2014 16:24:22 -0400 > > Subject: RE: Calling property in t:message > > From: [email protected] > > To: [email protected] > > > > Take a look at this example, you just need to modify the code a little to > > meet your needs. > > > > https://gist.github.com/chrissom/2145835 > > On Oct 18, 2014 3:50 PM, "Name Surname" <[email protected]> wrote: > > > > > Here is a code. I used a script code and get value from broj input > > > parameter, however, it writes nothing. > > > <div t:type="jquery/dialog" t:clientId="modal-example" class="k-modal" > > > t:params="params"> > > > > > > > > > > > > <div class="content"> > > > > > > > > > <p>Are you sure? <script> > > > document.getElementById('uzmiBroj').value </script> > > > > > > </p> > > > <t:submit value="Confirmar" > > > class="form-control" /> > > > > > > > > > > > > > > > > > > > > > </div> > > > > > > </div> > > > > > > > > > <t:jquery.dialoglink t:dialog="modal-example" > > > class="k-modal-trigger">Open</t:jquery.dialoglink> > > > > > > > Date: Sat, 18 Oct 2014 14:53:53 -0400 > > > > Subject: RE: Calling property in t:message > > > > From: [email protected] > > > > To: [email protected] > > > > > > > > I don't see any code. > > > > On Oct 18, 2014 1:25 PM, "Name Surname" <[email protected]> > > > 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 to it? > > > > > > > > > > > > > >
