Re: Close modal dialog backdrop after ajax form submission.

2014-04-09 Thread Geoff Callender
Good idea. I'll add it soon. On 10/04/2014, at 12:15 AM, George Christman wrote: > Worked perfectly thanks. I'm also happy I finally got see see an example of > the addCallBack usage :) I don't recall ever seeing it on Jumpstart, but > might not be a bad example to add. > > > On Wed, Apr 9, 201

tapestry-resteasy 0.4.0 released!

2014-04-09 Thread Kalle Korhonen
Once again thanks to Alejandro Scandroli's brilliant work, we are releasing another T5.4 compatible module: tapestry-resteasy 0.4.0. Source at Github, read the userguide at http://tynamo.org/tapestry-resteasy+guide. Release notes: New Feature - [TY

Re: Possible zone bug with tapestry-security 0.6.0

2014-04-09 Thread Kalle Korhonen
It could be a bug or at least something that perhaps could be addressable in the library itself. The library remembers the accessed protected url and tries to redirect back to it, only your protected url is an ajax request. We could perhaps ignore XHRs but it still wouldn't result in a complete imp

Possible zone bug with tapestry-security 0.6.0

2014-04-09 Thread George Christman
Hi guys, I encountered the following behavior and I'm not sure if I'm doing something incorrectly or if it's a bug. My user session expired while leaving my page open. I later came back to the page and clicked one of my zone links. Rightfully so, it redirected me to the login page, however once I

Re: 5.4 Endless Scroll Component

2014-04-09 Thread George Christman
Excellent, thanks Nourrdine, looks like we just need a 5.4 implementation now :) On Wed, Apr 9, 2014 at 10:57 AM, Nourredine K. wrote: > Hi George, > > Taha's article should be a good start : > > http://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/ > > Also, check the

Re: 5.4 Endless Scroll Component

2014-04-09 Thread Nourredine K.
Hi George, Taha's article should be a good start : http://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/ Also, check the PageScroll component's implementation in the tapestry5-jquery module : https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tap

5.4 Endless Scroll Component

2014-04-09 Thread George Christman
Hi Guys, has anybody happened to build an endless scroll component for 5.4? If not I'd like to build one and I'd like some ideas on how to get started with it. The component would be used with the loop component, so I would probably return 25 results by default and append an additional 25 once th

Re: Close modal dialog backdrop after ajax form submission.

2014-04-09 Thread George Christman
Worked perfectly thanks. I'm also happy I finally got see see an example of the addCallBack usage :) I don't recall ever seeing it on Jumpstart, but might not be a bad example to add. On Wed, Apr 9, 2014 at 8:53 AM, George Christman wrote: > Thanks Geoff, your absolutely correct. I think this is

Re: Close modal dialog backdrop after ajax form submission.

2014-04-09 Thread George Christman
Thanks Geoff, your absolutely correct. I think this is a more ideal solution. On Tue, Apr 8, 2014 at 8:00 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Is it wise to have the client-side close the modal before the server-side > has handled the submit? What if there's an err

5.4 Javascript console problem with IE8

2014-04-09 Thread Barry Books
I'm having a problem with the Javascript console included with 5.4. Apparently the idea is to add a console for browsers that don't support one. From what I can tell IE8 returns no console unless you have the developer tools console open which in most cases causes the console is displayed. In devel

Re: Rename a column header in Grid

2014-04-09 Thread Chris Mylonas
Nice, I was looking for how to do it in the template! On 09/04/2014 8:57 pm, "Nathan Quirynen" wrote: > Hi, > > You can change the header for a grid colum like following: > > If you have for example a column named "name" > > in your message catalog (.properties file) add name-label=Other column

Re: Rename a column header in Grid

2014-04-09 Thread Nathan Quirynen
Hi, You can change the header for a grid colum like following: If you have for example a column named "name" in your message catalog (.properties file) add name-label=Other column header OR you can also define the header content like the following: Other column header On 0

Re: Rename a column header in Grid

2014-04-09 Thread Chris Mylonas
Hi Srikaanth check out the grid api docs here http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/Grid.html About 3/4 of the way down the page where it says: The normal column title for the "delete" property would be "Delete". Using the page's message catalog we can ov

Rename a column header in Grid

2014-04-09 Thread srikaanth
Hi, How to rename a column header in a grid. I have work this example from the jumpstart. http://jumpstart.doublenegative.com.au/jumpstart/together/easycrud/persons. Reg Srikaanth k