Re: hidden input field, TAPESTRY5

2008-10-14 Thread Jack Nuzbit
i just use Jack

Re: hidden input field, TAPESTRY5

2008-10-14 Thread Argo Vilberg
This tapestry5-components include 17mb jars. And finally i spent 2 hours to make tapestry5-components work, but no success. http://localhost/myapp shows me there is no such application, if i copy tapestry5 jar into my lib catalog. And much better solution for hidden field is use ANY component:

Re: hidden input field, TAPESTRY5

2008-10-13 Thread Andy Pahne
There is already a JIRA issue and a patch: https://issues.apache.org/jira/browse/TAP5-265 Joel Halbert schrieb: Just out of interest, does any one know what the rational was for not making hidden fields part of the core codebase? Is it simply because Activation Contexts should be used in pref

Re: hidden input field, TAPESTRY5

2008-10-13 Thread Joel Halbert
Just out of interest, does any one know what the rational was for not making hidden fields part of the core codebase? Is it simply because Activation Contexts should be used in preference to hidden fields for keeping state between requests? Bill Holloway wrote: The tapestry5-components project

Re: hidden input field, TAPESTRY5

2008-10-12 Thread Bill Holloway
The tapestry5-components project on Google code features a Hidden field component. See: http://code.google.com/p/tapestry5-components/ Bill @ peoplepad On Sun, Oct 12, 2008 at 1:51 PM, Argo Vilberg <[EMAIL PROTECTED]> wrote: > hello > > How to make hidden field in Tapestry5. > > > > > > > thi

hidden input field, TAPESTRY5

2008-10-12 Thread Argo Vilberg
hello How to make hidden field in Tapestry5. this textfield does not work. Wich tapestry component i must use to use hidden form field? Argo