Re: bad secure links

2014-08-26 Thread Chris Mylonas
Hey John, What I've done when moving from 5.3.7 - 5.4 is remove the tapestry5-jquery pom dependency and put this into AppModule configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, jquery); Does me fine, but I don't do much jquery-ing. On Mon, Aug 25, 2014 at 10:16 PM, John

Grid pager no activation context stored on sorting fields

2014-08-26 Thread Chris Mylonas
Hi Tapestry Noobs of the future! ...that come across this problem,use onPassivate to keep your app working nicely. I had the pleasure of using my software in a field trial (nothing exciting, equipment tracking in a data centre) and made a few adjustments to quicken my task though the night

nested database updates, updating to tapestry-hibernate 5.4

2014-08-26 Thread Chris Mylonas
hi tapestry users of the age, i was mucking around with a prototyped app, went from 5.3.7 to 5.4-beta-6. read that nesting db queries is not supported, tried my luck and my app fails with 5.4-beta. will whatever i'm getting away with in 5.3 work in the future of 5.4 if not, i'm happy with that,

Re: Grid pager no activation context stored on sorting fields

2014-08-26 Thread Geoff Callender
It's worth noting that if your grid is in a component then activation context might not be suitable. A solution is on the way: https://issues.apache.org/jira/browse/TAP5-2297 Cheers, Geoff On 27 Aug 2014, at 11:08 am, Chris Mylonas ch...@opencsta.org wrote: Hi Tapestry Noobs of the