Hi Jay,
No :( Thank you very much, this i what I need!
Regards,
Morgan
2016-04-27 8:29 GMT+02:00 Jay Ginete :
> Have you discovered Tapestry5-jquery? It has a data table component that
> does that you need.
>
> http://tapestry5-jquery.com/components/docsdatatables
>
>
>
> On 27/04/2016 2:25 PM,
Have you discovered Tapestry5-jquery? It has a data table component that
does that you need.
http://tapestry5-jquery.com/components/docsdatatables
On 27/04/2016 2:25 PM, Morgan Hautman wrote:
Hi,
I would like to have a textfield who acts as a filter for every table/grid
column.
Is this possi
Hi,
I would like to have a textfield who acts as a filter for every table/grid
column.
Is this possible in Tapestry?
Regards,
Morgan
Hi,
I didn't managed to get it work with @ActivationRequestParameter.
I tried everything out and the last try was with @Persist and it worked, so
I'm keeping that because nothing else works..
Thank you all.
Regards,
Morgan
2016-04-26 13:06 GMT+02:00 Barry Books :
> Sorry my previous response a
This is fixed, at least in T5.4.1
Nevertheless the datefield.js api is close. In fact, the requirejs module
returns null, which prevents you from having any custom behaviour. I can't
even know when a date is changed.
What I've done (I don't know if this is the best way of doing it) was catch
the b
Sorry my previous response a bit short. I was on my phone. Something like
this hibernate example should work. It's better to store the query
parameters in the URL instead of the session. If you use the session
returning to the page will rerun the last query which seems a bit weird for
a web app. Al
Hi,
The problem was that I had no get/setters in my Bean I displayed..
Now it renders well on the first page but when I click on the second page I
have:
Caused by: org.apache.tapestry5.ioc.util.UnknownValueException: Could not
find a coercion from type java.lang.String to type java.util.Set.
I