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