Thanks, Thiago, yes that is there.  I have "theflexDateEditor_0" in the
input.  I'm wondering what technique I can use to have that integer
extension folded into the elementName variable passed into
processSubmission.

Bill

On Thu, Apr 17, 2008 at 12:24 PM, Thiago HP <[EMAIL PROTECTED]> wrote:

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


-- 
Bill @ PeoplePad

Reply via email to