T.5.2.6 Grid with paginator and Checkbox

2012-08-27 Thread resign
Hi, i have to biuld a grid with a "service" column, this column must contains a checkbox, so user can select or deselect an row. No problem so far. But if i make the grid paggeble the grid "forget" my selects while i change the page. Is it possible to avoid this? Send the grid an event ("SWITCH_PA

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Geoff Callender
Thanks Bob. On 27/08/2012, at 8:52 PM, Bob Harner wrote: > Nice add! > On Aug 27, 2012 6:29 AM, "Geoff Callender" < > geoff.callender.jumpst...@gmail.com> wrote: > >> Hi all, >> >> JumpStart's newest example is a fully javascripted grid, without you >> having to write any any javascript! >> >>

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread George Christman
Thanks Dragan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Rendering-form-submit-button-inside-ProgressiveDisplay-component-exception-tp5715822p5715831.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
One small mistake ... you can't move the form in the progressive display ... should be ... you can't move the form in the block ... Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 7:24 PM, Dragan Sahpaski wrote: > Well yes. It seems that you can't move the form in the progressive > display beca

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
Well yes. It seems that you can't move the form in the progressive display because you're just loading it's header. Jsut replace the tapestry submit button with an ordinary submit. Later if you want to submit the form with the button just to this.form.submit() on the submit's click event for non aj

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread George Christman
Do you have any work around suggestions? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Rendering-form-submit-button-inside-ProgressiveDisplay-component-exception-tp5715822p5715828.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
Well the problem is that the form is surrounding the progressiveDisplay but not the block. The block is rendered in runtime using ajax as the content of the progressive display, so when the block is actually rendered on the server the submit is not surrounded by a form during render time. So the su

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread George Christman
I rendered the form without the use of a button, but with the button's text and checked the source with firebug. The text was rendered within the form where it was suppose to be. Only when I use a button inside of the progressive display does this become an issue. -- View this message in contex

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread George Christman
Hi, my submit button is contained within a form. Further code sample body code -- View this message in context: http://tapestry.1045711.n5.nabble.com/Rendering-form-submit-button-inside-ProgressiveDisplay-component-exception-tp5715822p5715825.html S

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Thiago H de Paula Figueiredo
On Mon, 27 Aug 2012 13:56:36 -0300, George Christman wrote: Render queue error in BeginRender[Purchase_Request:submit]: No object of type org.apache.tapestry5.services.FormSupport is available from the Environment. Is this a component limitation? Form field components should be declared ins

Re: Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread Dragan Sahpaski
A submit button must be included in a form. Seems like you are missing a surrounding form. Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 6:56 PM, George Christman wrote: > Hello, I have a list of tapestry submit buttons I'm trying to load inside my > progressive display component, however I'm

Rendering form submit button inside ProgressiveDisplay component exception

2012-08-27 Thread George Christman
Hello, I have a list of tapestry submit buttons I'm trying to load inside my progressive display component, however I'm getting the following exception. Render queue error in BeginRender[Purchase_Request:submit]: No object of type org.apache.tapestry5.services.FormSupport is available from the En

Re: Tapestry 5 book : some minor typos in Chapter 2

2012-08-27 Thread bogdan_cm
A couple more: Tapestry shares any single page instance between all threads -> should be "shares every single page". Storing only few values of persistent fields the session instead of entire page's structure -> The most part of Tapestry framework get along well without using HttpSession Tapes

Re: Render component with ajax after page render.

2012-08-27 Thread George Christman
I think I just answered my own question with progressive display. http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/progressivedisplay -- View this message in context: http

Render component with ajax after page render.

2012-08-27 Thread George Christman
Hello, I'm trying to improve my applications page performance and wondering if Tapestry has a way to render a zone containing a component after the page completes rendering? I'm also a Tapestry-jQuery user. Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-c

Re: [ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Bob Harner
Nice add! On Aug 27, 2012 6:29 AM, "Geoff Callender" < geoff.callender.jumpst...@gmail.com> wrote: > Hi all, > > JumpStart's newest example is a fully javascripted grid, without you > having to write any any javascript! > > It's called 'jQuery DataTables" and it demonstrates Tapestry5-jQuery's > D

[ANN] JumpStart gets jQuery DataTables example

2012-08-27 Thread Geoff Callender
Hi all, JumpStart's newest example is a fully javascripted grid, without you having to write any any javascript! It's called 'jQuery DataTables" and it demonstrates Tapestry5-jQuery's DataTable component. You'll find it on show here: http://jumpstart.doublenegative.com.au/jumpstart/