I suspect you have some other JavaScript error on your page that is
keeping Tapestry from initializing correctly. Use FireBug and debug
it.
I know you're thinking that's a cop out and it should just work ...
but experience has shown that when things don't work for one user that
do work for other
Any ideas yet?
On Fri, Mar 19, 2010 at 12:30 AM, Ilya Obshadko wrote:
> No, the problem is that I don't see any request on the server side.
>
> No request is being sent at all. After clicking on linksubmit component it
> calls waitForPage() which is handling form submit event.
> Then, inside this
I just found this
http://github.com/xcoulon/t5dee - t5dee - a Tapestry5 Developer Extension
for Eclipse
never tried...
--
http://wiki.apache.org/tapestry/Tapestry5HowTos
http://wiki.apache.org/tapestry/Tapestry5OpensourceApps
http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry
jaques robe
Thank you for pointing me to the delegate component. It's very clean
and makes sense now.
I am enjoying working with the components framework and very glad to
have picked up Tapestry.
Thanks again for the quick response.
On Mar 19, 2010, at 7:32 PM, Howard Lewis Ship wrote:
This is the k
Hello all,
i have a form with various elements. When displaying the form,the focus
allways is gained by the first which is not the first
element in the form.
A user trying to make his way through the form starting at the top,
allways gets a confusing client-side validation-message arrised by t
Hi,
You just have to use 'index' parameter of @For component.
< jwcid="@For" source="ognl:theList" value="elem" index="loopIndex">
< jwcid="@If" condition="ognl:loopIndex == (theList.size()-1)">
last element :]
Cheers,
Dariusz
On Fri, Mar 19, 2010 at 5:09 AM, asianCoolz wrote:
> when
Hi,
thanks for replay. My situation is exactly as you wrote. After all this
approach works just in case of Jetty. It doesn't work with Tomcat 6.0.20
and 6.0.24. I have tested it. Only difference between processing page
that should lead to error404 is that at tomcat page processing continue
af