Re: ActionLink + JCalling JavaScropt

2009-11-19 Thread Kalle Korhonen
Define When. Before? Use onclick. After (from server-side)? Use renderSupport.addScript("myfunction();") Search the mailing archives, numerous examples. Kalle On Thu, Nov 19, 2009 at 11:15 PM, Gunnar Eketrapp wrote: > Hi! > > I would like to call a javascript method when an action link is cli

Re: ActionLink + JCalling JavaScropt

2009-11-19 Thread Mario Udina
On Fri, Nov 20, 2009 at 8:15 AM, Gunnar Eketrapp wrote: > Hi! > > I would like to call a javascript method when an action link is clicked. > > Can that be done? > > I.e. is there any way to addd som javascript to a actionlink, > > Thanks in advance, > Gunnar Eketrapp > I use the following code f

ActionLink + JCalling JavaScropt

2009-11-19 Thread Gunnar Eketrapp
Hi! I would like to call a javascript method when an action link is clicked. Can that be done? I.e. is there any way to addd som javascript to a actionlink, Thanks in advance, Gunnar Eketrapp

Re: Have a Master Checkbox For T5 Grid Component

2009-11-19 Thread Mario Udina
Hello! I just found out the same issue, however it happens in ie7, in firefox it works well. I am not good in javascript but i might have a look into that because I really need this functionality. regards, mario On Thu, Nov 19, 2009 at 12:18 PM, sandeepraj singh < sandeepraj.si...@atosorigin.com

Re: T4.1.6 Suggest

2009-11-19 Thread Andreas Andreou
I think you also need to have @Body - and @Suggest also needs to be inside @Form There's an example of Suggest in the TimeTracker app... https://svn.apache.org/repos/asf/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/LocaleSuggest.html https://svn.apache.org/repos/asf/tapestry/

T4.1.6 Suggest

2009-11-19 Thread Norman Franke
I'm wondering what I'm doing wrong here. I'm attempting to use the @Suggest component in a form, but it just won't work. No include scripts are generated, no JavaScript to define the control as an Ajax.Autocompleter, nothing. I have a @Shell component, of course. How do I get it to render p

Re: web site showing chart on web frameworks usage

2009-11-19 Thread Kalle Korhonen
Here's one: http://www.google.com/insights/search/#q=java%20tapestry%2C%20java%20wicket%2C%20java%20jsf%2C&cmpt=q (not a website, but Google keyword popularity trend search..) It's probably one of the more objective ones though. Kalle On Thu, Nov 19, 2009 at 8:58 AM, Ivano Luberti wrote: > Some

web site showing chart on web frameworks usage

2009-11-19 Thread Ivano Luberti
Someone posted in the past a web site with charts showing how much some web frameworks are used around the world. Can someone help me finding that link (maybe more than one link) TIA -- == dott. Ivano Mario Luberti Archimede Informatica societa' co

RE: ognl question

2009-11-19 Thread Blower, Andy
No, OGNL is not in vanilla T5. I think Chenelle Kit has an OGNL binding for T5, well something out there does. > -Original Message- > From: Ken in nashua [mailto:nhhockeypla...@hotmail.com] > Sent: 19 November 2009 13:41 > To: users@tapestry.apache.org > Subject: ognl question > > > Fol

Re: ognl question

2009-11-19 Thread Sven Homburg
eventualy this helps you http://www.chenillekit.org/chenillekit-tapestry/ognlbinding.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/11/19 Ken in nashua > > Folks, > > OGNL is used in t4. > > Is it being used in t5 ? If not what is the

Re: Date Field Component - Disable

2009-11-19 Thread Sven Homburg
try this component: http://www.chenillekit.org/demo/tapcomp/datetimefielddemo http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/DateTimeField.html with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2009/11/19

Re: Best server for development and for production?

2009-11-19 Thread Toby Hobson
For development I use jetty along with JRebel. Jetty, JRebel and T5's dynamic class reloading make a perfect combination ... I can change pages, components, model objects, even spring beans on the fly. For production I used to deploy on Tomcat or Weblogic although I've recently moved across to Glas

AW: ognl question

2009-11-19 Thread ARD Marx Tobias
Yes, but instead of {ognl:someMethod} you write ${getSomeMethod()} -Ursprüngliche Nachricht- Von: Ken in nashua [mailto:nhhockeypla...@hotmail.com] Gesendet: Thursday, November 19, 2009 2:41 PM An: users@tapestry.apache.org Betreff: ognl question Folks, OGNL is used in t4. Is it being

ognl question

2009-11-19 Thread Ken in nashua
Folks, OGNL is used in t4. Is it being used in t5 ? If not what is the improv for OGNL in t5. Best regards Ken in New Boston _ Windows 7: I wanted simpler, now it's simpler. I'm a rock

Re: Have a Master Checkbox For T5 Grid Component

2009-11-19 Thread sandeepraj singh
Hi Mario, Althought the checkboxes render allright , I am getting this error while using ioko library in for Tapestry5Grid . Error: this.childArray[child].element is undefined in boundCheckbox.js At this line this.childArray[child].element.checked=this.element.checked; Below is the

Zone with forms questions

2009-11-19 Thread Gunnar Eketrapp
Hi! I have a login zone that I replace with a password reminder form (email + send button) if the user presses a "remind me" action link to do so. The login area is nicely replaced with the remind text + form but the submit button does nothing. I,e. it's like my browser (firefox) does not like f

Re: T 5.1 vs 5.0 JSON encoding - breaks IE8

2009-11-19 Thread Ciaran Wood
No worries, glad I could help! Ciaran On 18/11/2009 5:36pm, "Thiago H. de Paula Figueiredo" wrote: > Em Tue, 17 Nov 2009 16:50:52 -0200, Kalle Korhonen > escreveu: > >> Thanks Ciaran, voted. Thiago, would you mind doing the honors? (Since >> I know you read this anyway :) > > How do you kno

Date Field Component - Disable

2009-11-19 Thread sandeepraj singh
Hi, A weird requirement may be, I want to use Date Field Component and the ability to disable the text field associated with it only. The intention is to match the existing date component in one of older technologies we worked on. While migrating to Tapestry5 we want that by clicking the Calende

Re: Devoxx 2009

2009-11-19 Thread Robin Komiwes
Hi, In fact we are 8 co workers (including Christophe), all Tapestry developers. We will be around at the end of the conferences, till the beginning of the Maven 3 BOF. We hope to see you, and any other Tapestry developer. Regards, On Wed, Nov 18, 2009 at 8:09 PM, Howard Lewis Ship wrote: >