On 4/17/08, Bill Holloway <[EMAIL PROTECTED]> wrote:
> Ok, below are the flexdateeditor template and class.  Below that is the use
>  of FlexDateEditor in TestPage.tml.  What is below works just fine -- however
>  note the appending of a "_0" to the element name in processSubmission.

Tapestry appends a "_n", being n an integer value, to a component id
when the same id was already used in another component. This happens,
for example, when you have ActionLink generated inside a Loop or Grid.
Therefore, I suggest you to take a look at your template *and* in the
generated HTML file to see if there's any HTML input tag with an
"theDateEditor" id.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to