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: gchrist...@cardaddy.com > To: users@tapestry.apache.org > > I don't see any code. > On Oct 18, 2014 1:25 PM, "Name Surname" <wintertime0...@outlook.com> 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? > > > >