How to set actionlink id dynamically

2009-02-22 Thread andrethiago
Hi all! I want to build a menu inside a loop. Something like this: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ${item.menuDescription} I want to generate the Actionlink id dinamically. But t:id="${item.actionId}" does not

Re: Tapestry 5 Problems with client-side validation

2008-10-26 Thread andrethiago
t 2008 15:10:41 -0300, andrethiago <[EMAIL PROTECTED]> > escreveu: > >> >> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> > > Are your sure you have a tag surrounding your HTML? > You could also try to put all tags in lowercase. >

Re: Tapestry 5 Problems with client-side validation

2008-10-25 Thread andrethiago
ew the source and check > that the validation JavaScript is included at the bottom of the page. > Also make sure your Border component includes an and > element ... if either is missing, no JavaScript is sent to the client. > > On Sat, Oct 25, 2008 at 9:17 AM, andrethiago <

Tapestry 5 Problems with client-side validation

2008-10-25 Thread andrethiago
Hi all! I'm using Tapestry 5.0.15, and I'm having some problems with validate (on client side) a required text field in my forms. Basically, the validation "bubble" does not appear for me. Let's show my codes. First, I have an entity, called Organizadora. Here's is the code: public class Organi