[t5.0.18] Is it possible to nested normal jsp/html content into one layout component region?

2009-03-12 Thread
If it possible, how to do it? any idea or suggestion is appreciate. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Why t5 ioc module 'id' was removed?

2009-03-06 Thread
In t5's former version, module has a id like hivemind does, using format like below - package org.example.myapp.services; import org.apache.tapestry.ioc.annotations.Id; @Id("myapp") public class MyAppModule { public static Indexer buildIndexer() { return new IndexerImpl(); } } Inj

Q: Hook javascript event to component event method

2009-03-05 Thread
There is a Tree Component to generate a js tree, and we use tree node event to do some operation. How can hook javascript event to my tree component method in tml file? such as js method here : function onNodeSelect(id){ alert("node"+id+" selected . "); } tree.setOnClickHandler(onN

Re: component parameter binding question

2009-03-04 Thread
l map getContextValue() method in java. Thanks, DH - Original Message - From: "丁振波" To: "Tapestry users" Sent: Wednesday, March 04, 2009 5:23 PM Subject: Re: component parameter binding question Thanks for your reply :) I used 5.0.18 release version. What par

Re: component parameter binding question

2009-03-04 Thread
e list binding in t5commons library http://code.google.com/p/tapestry5-components/ Thanks DH ----- Original Message - From: "丁振波" To: "Tapestry users" Sent: Wednesday, March 04, 2009 3:34 PM Subject: component parameter binding question Hello guys, below is my case

component parameter binding question

2009-03-03 Thread
Hello guys, below is my case code: ${user.name} my question is, how can I pass mutil param value in context , is there any format like "user.id; user.name"? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.or

Any T5's tree component hint?

2009-03-03 Thread
Hello guys, are there any Tree Component with ajax data fetch mode and checkbox support for Tapestry 5 ? I found dhtmlxTree js lib, but have no idea how can get it work with T5, I would like write a new Tree Compontent like T5's Grid compoent when I know things how to work.

Re: no service implements the interface java.util.Date

2009-03-02 Thread
你把缺省的构造去掉就可以了 否则T5IoC会去自动进行参数注入 注入的参数就会去找实现的service 找不到就报这个错误了 - Original Message - From: "孙立伟" To: "Tapestry users" Sent: Tuesday, March 03, 2009 1:57 PM Subject: no service implements the interface java.util.Date While I'm using BeanEditForm component from T5.0.18, it throws an e