RE: [T5.2.6] AjaxFormLoop containing tr's rather than being a tr

2012-05-30 Thread WINDEY Pieter AWL-IT
Strange, When I try: div t:type=AjaxFormLoop t:source=persons t:value=person tr td${person.lastName}/td

RE: tapestry5-highcharts available

2012-04-18 Thread WINDEY Pieter AWL-IT
http://nexus.pullrequest.org/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/ -Original Message- From: Chris Mylonas [mailto:ch...@opencsta.org] Sent: Wednesday 18 April 2012 09:24 To: Tapestry users Subject: Re: tapestry5-highcharts available The artifact

RE: Registration and Login through FACEBOOK

2012-04-18 Thread WINDEY Pieter AWL-IT
Never used, but maybe http://tawus.wordpress.com/2011/08/15/tapestry-facebook-integration/ can help you ! -Original Message- From: Nazakat Ali [mailto:nazakat@sukar.com] Sent: Wednesday 18 April 2012 10:46 To: Tapestry users Subject: Registration and Login through FACEBOOK HI, we

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-27 Thread WINDEY Pieter AWL-IT
Your code is not even valid XML ! Are you using tapestry5-jquery? Are you mixing prototype jquery? -Original Message- From: resign [mailto:sergejb...@yahoo.de] Sent: Tuesday 27 March 2012 07:43 To: users@tapestry.apache.org Subject: T5.2.6 jJquery Plugin 2.6.0 Form validation Good

RE: T5.2.6 jJquery Plugin 2.6.0 Form validation

2012-03-27 Thread WINDEY Pieter AWL-IT
See https://github.com/got5/tapestry5-jquery for more information. But you are trying to place in your own jquery-validation script? Maybe you can also find usefull help on http://jumpstart.doublenegative.com.au/jumpstart/examples/input/novalidationbubbles1 -Original Message- From:

RE: Got5-Jquery compatibility with Grid and BeanEditForm / Tapestry-Bootstrap

2012-03-22 Thread WINDEY Pieter AWL-IT
I think suprression of prototype is done by default and no need for the alias. Grid should normally work (see http://tapestry5-jquery.com/core/docsgrid) although I prefer to use the datatables (http://tapestry5-jquery.com/components/docsdatatables) but styles better ;) About the beaneditor I

RE: T5.2.6 jquery2.6.0 jquery dialog close from included component

2012-03-14 Thread WINDEY Pieter AWL-IT
Just put your form in a zone, on error - return zone On success - return page -Original Message- From: resign [mailto:sergejb...@yahoo.de] Sent: Wednesday 14 March 2012 14:29 To: users@tapestry.apache.org Subject: RE: T5.2.6 jquery2.6.0 jquery

RE: Display textfield dynamically

2012-02-01 Thread WINDEY Pieter AWL-IT
Have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 -Original Message- From: Markus Grell [mailto:tapes...@military.de] Sent: Wednesday 1 February 2012 11:25 To: users@tapestry.apache.org Subject: Display textfield dynamically Greetings! I have a form

RE: org.apache.tapestry5.runtime.ComponentEventException

2011-03-01 Thread WINDEY Pieter AWL-IT
Hi, Is there any way to convert the @Sessionstate user value to a string or a readable value? Yes user.toString() ! Atos Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg - 1130 Brussels - Belgium RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872

RE: How to detect a change on a select ?

2011-02-16 Thread WINDEY Pieter AWL-IT
If I understand your question correctly, what you need is something like : http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/ajaxselect1. -Original Message- From: Richard Hill [mailto:r...@su3analytics.com] Sent: Wednesday 16 February 2011 11:28 To: Tapestry

RE: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread WINDEY Pieter AWL-IT
Can't http://tynamo.org/tapestry-resteasy+guide help you? Point 2 is adding it to appModule ... -Original Message- From: Ronald Luke [mailto:ronald.l...@ymail.com] Sent: Thursday 10 February 2011 14:50 To: users@tapestry.apache.org Subject: can't get tynamo's tapestry-resteasy to work

RE: T5: getting json value in tml

2011-02-04 Thread WINDEY Pieter AWL-IT
Never done this before, But ${js.get('name1')} should show you your value. See http://www.json.org/javadoc/org/json/JSONObject.html for more info -Original Message- From: Angelo C. [mailto:angelochen...@gmail.com] Sent: Friday 4 February 2011 03:51 To: users@tapestry.apache.org Subject: