9902468 writes:
> Hi,
>
> if you're using tap5-jquery, this seems to be the issue:
> https://github.com/got5/tapestry5-jquery/issues/90
>
Yes, I'm using tap5-jquery and this is exactly the issue.
After 2 days of digging in javascripts I finally found the culprit.
Hence the ticket I opened on g
hi,
just after upgrade to tapestry 5.3 I noticed that all my handlers for
SELECTED event stopped working. This is why I also lost possiblity to
distinct which submit button was pressed.
Have you noticed something simmilar or is it only my problem?
Submitted form is ajax-ized (has zone parameter f
hi,
is it done intentionally that both @BeforeRenderTemplate and
@BeforeRenderBody are not used when component is re-rendered by ajax
request?
cheers,
m.
--
Mess with the best, die like a rest!
-
To unsubscribe, e-mail: users
hi,
is it possible to use tapestry-upload with form submitted by XHR? i was
trying to use uploading in such a form, but no success. deeper digging
pointed me to MultipartServletRequestFilter. in the following code:
public boolean service(HttpServletRequest request, HttpServletResponse
response, H
; ${userObject.username}
> >
>
> you'd have to define passedBlock in report.java and innerblock in
> page.java
>
> like
>
> @Inject
> @Property
> private Block passedBlock;
>
> Hope this helps.
> Problems like this make me nervous. I hope som
there any point that comes to
your mind, where i could start digging?
thanks,
m.
Howard Lewis Ship wrote on 02 Jun 2009 22:29:24 MET:
> I can't think of anything that could explain what you are seeing. Full
> and partial page rendering operate on the page structure identically.
>
>
hi,
this is one of these 'mysterious' problems. i have a component (report)
which takes a datasource and draws a table filled with data. something
like a grid component provided by tapestry.
this is essencial part of .tml:
test
is there any way to execute custom piece of javascript after zone
update? inside tapestry.js i found:
loadScriptsInReply : function(reply, callback)
* Passed the JSON content of a Tapestry partial markup response, extracts
* the script and stylesheet information. JavaScript librari
Thiago H. de Paula Figueiredo wrote on 14 Apr 2009 20:13:35 MET:
> Em Tue, 14 Apr 2009 15:49:01 -0300, grabarz escreveu:
>
> > but what i need is to pass one parameter to getClazz1() to make it more
> > flexible. Is there any syntax for this purpose? something like
> &g
hi,
i'm using tapestry 5.1.0.2. is it possible somehow to use a property
getter with additional parameter?
e.g. following snippet uses getClazz1() to retrive class name:
but what i need is to pass one parameter to getClazz1() to make it more
flexible. Is there any syntax for this purpose? som
10 matches
Mail list logo