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
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
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
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
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