Ah, yes :)
Do you want to start a vote as a new message? It seems that votes are
only picked up by people when there is a large VOTE: in the subject.
Eelco
On 9/6/05, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Eelco Hillenius wrote:
> > Yep. We could just strip the first nbr + '.'. That's not a big problem.
> nbr + ':' ;)
>
> Great. Thanks for quick and positive feedback.
>
> -Matej
> >
> > Eelco
> >
> >
> > On 9/5/05, Johan Compagner <[EMAIL PROTECTED]> wrote:
> >
> >>but the problem is this code:
> >>
> >> protected void onComponentTag(final ComponentTag tag)
> >> {
> >> tag.put("name", getPath());
> >> super.onComponentTag(tag);
> >> }
> >>
> >>
> >>getPath() returns with page id
> >>And that is something for a name that we don't want (i can see why)
> >>But for everything else it is something we want
> >>because a getPath() is also used for creating urls (like onChange of
> >>Radio Choice)
> >>And then we do need the id else we can't get the page.
> >>
> >>So tag.put("name", getPathWithoutPageId());
> >>and then getInput():
> >>return getRequest().getParameter(getPathWithoutPageId());
> >>
> >>
> >>
> >>
> >>Eelco Hillenius wrote:
> >>
> >>>I made getInput non-final, as this seems a reasonable flexibility to want.
> >>>
> >>>I'n not sure whether it is a good default to work with names without
> >>>ids. I looks like a good idea as it supports the autocomplete feature
> >>>you want, and there isn't anything we actually do with the page id.
> >>>Can anyone think of disadvantages of doing this?
> >>>
> >>>Eelco
> >>>
> >>>
> >>>On 9/5/05, Matej Knopp <[EMAIL PROTECTED]> wrote:
> >>>
> >>>
> >>>>Okay, I'm not quite sure if I've expressed myself correctly. The problem
> >>>>is that browser's autocomplete is dependent on text input name, which
> >>>>changes according to page id.
> >>>>
> >>>>Fortunately for me this can relative easely be fixed, overriding
> >>>>TextField's onComponentTag and updateModel.
> >>>>
> >>>>But it would be even easier, if getInput() wasn't final...
> >>>>
> >>>>Or if in <input name="XXX"> XXX didn't contain page id.
> >>>>
> >>>>Any ideas?
> >>>>
> >>>>-Matej
> >>>>
> >>>>Matej Knopp wrote:
> >>>>
> >>>>
> >>>>>Hi
> >>>>>
> >>>>>I just want to ask whether it is necessary for the form components to
> >>>>>contain page id in their names? Isn't it sufficient to have page id
> >>>>>specified only in form action?
> >>>>>
> >>>>>The fact is that the form components' names depend on the current page
> >>>>>id and things like browser's autocomplete just don't work correctly.
> >>>>>This is very inconvenient in search boxes for example.
> >>>>>
> >>>>>Does anyone know any workaround or is this just "feature" that we will
> >>>>>have to learn to live with? ;)
> >>>>>
> >>>>>-Matej
> >>>>>
> >>>>>
> >>>>>
> >>>>>-------------------------------------------------------
> >>>>>SF.Net email is Sponsored by the Better Software Conference & EXPO
> >>>>>September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> >>>>>Practices
> >>>>>Agile & Plan-Driven Development * Managing Projects & Teams * Testing &
> >>>>>QA
> >>>>>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> >>>>>_______________________________________________
> >>>>>Wicket-user mailing list
> >>>>>[email protected]
> >>>>>https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>>>>
> >>>>>
> >>>>
> >>>>-------------------------------------------------------
> >>>>SF.Net email is Sponsored by the Better Software Conference & EXPO
> >>>>September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> >>>>Practices
> >>>>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> >>>>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> >>>>_______________________________________________
> >>>>Wicket-user mailing list
> >>>>[email protected]
> >>>>https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>>>
> >>>>
> >>>
> >>>
> >>>-------------------------------------------------------
> >>>SF.Net email is Sponsored by the Better Software Conference & EXPO
> >>>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> >>>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> >>>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> >>>_______________________________________________
> >>>Wicket-user mailing list
> >>>[email protected]
> >>>https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>>
> >>>
> >>
> >>
> >>-------------------------------------------------------
> >>SF.Net email is Sponsored by the Better Software Conference & EXPO
> >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> >>_______________________________________________
> >>Wicket-user mailing list
> >>[email protected]
> >>https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> >
> >
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user