Re: T5: Where is Hidden field component?

2008-01-27 Thread Geoff Callender
There isn't one yet, but you can drop this in your components directory... // From http://article.gmane.org/gmane.comp.java.tapestry.user/54606/match=hidden+fields package yourproject.components; import org.apache.tapestry.MarkupWriter; import org.apache.tapestry.corelib.base.AbstractTextFi

T5: Where is Hidden field component?

2008-01-27 Thread Zheng, Xiahong
Is there an HiddenField component in T5? I have been searching all over the component reference and source code with no success. How can I specify hidden field in T5 template? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

T5 component inplaceeditor in a datagrid

2008-01-27 Thread riccaruf
Hi Guys, I'm trying to use the T5 components InPlaceEditor inside a grid component in this way http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; > click me gently where the

T5: tapestry-upload broken in svn?

2008-01-27 Thread Chris Lewis
I'm currently unable to use the Upload component provided by tapestry-upload. The component renders fine but fails on form submission when T5 tries to instantiate one of the service implementations involved. Here's the first line of the stack trace: java.lang.RuntimeException: Error invoking s

How to create Tapestry5 Ajax service?

2008-01-27 Thread spamglik
I need to have a page which instead of rendering it self returns JSON (or XML at least). I find something like AjaxFilter but do not know how to use it or even if this is the right way. Anybody has an idea? regards mat -- View this message in context: http://www.nabble.com/How-to-create-Tapest