javadocs refer to wicket id unless its called html id. -igor
On Wed, Nov 12, 2008 at 3:05 AM, Steve Swinsburg <[EMAIL PROTECTED]> wrote: > Yeah it matches, I just often wonder what ID the docs refer to when they say > form-id. The actual HTML ID of the form element or the wicket:id. But got it > sorted. Thanks all. > > > cheers, > Steve > > > > > > > > On 11 Nov 2008, at 18:25, Charlie Dobbie wrote: > >> Unless I'm missing something, hopefully your wicket:id in markup matches >> the >> id you're giving the component... :-) >> >> Charlie. >> >> >> >> 2008/11/11 Steve Swinsburg <[EMAIL PROTECTED]> >> >>> Ah so is the form-id in the docs the wicket:id which is static in the >>> HTML >>> or is it the markup id of the form which is dynamic? Does this then mean >>> that in my Application properties I should put: >>> >>> myForm.uploadTooLarge=No way dude, far too large! >>> >>> What about including the actual size ( ie 2M) like the Form component >>> does? >>> >>> >>> >>> cheers, >>> Steve >>> 4 (0) 1524 594870 >>> >>> >>> >>> >>> >>> >>> >>> >>> On 11 Nov 2008, at 15:55, [EMAIL PROTECTED] wrote: >>> >>> How dynamic is your form's id? >>>> >>>> Shouldn't be static because of HTML reference? >>>> >>>> On Nov 11, 2008 1:53pm, Steve Swinsburg <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>>> I'd like to override the default form feedback messages (also so I can >>>>> >>>> localise them). ie >>>> >>>>> 'Upload must be less than' >>>>> >>>>> In Form.java I found this : >>>>> // Resource key should be .uploadTooLarge to >>>>> // override default message >>>>> >>>>> >>>>> But I'm still not sure how to override it in a Properties file if the >>>>> >>>> form-id is dynamic? >>>> >>>>> >>>>> >>>>> Any help much appreciated. >>>>> >>>>> >>>>> Steve >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
