You are right. I used a TextField. Thx!

Am 28.05.14 15:49, schrieb Sven Meier:
"cripsFld" is a TextArea?

TextArea#onComponentTag():

     public void onComponentTagBody(final MarkupStream markupStream,
final ComponentTag openTag)
     {
         checkComponentTag(openTag, "textarea");

The exception indicated you have some other component here.

Sven


On 05/28/2014 03:47 PM, Oliver B. Fischer wrote:
Ok, I thought the validation happens before the conversion. So the
converter must also validate the raw input. Feels a little bit strange
but is ok.

Complains meens that I get the following exception message:

Component [cripsFld] (path =
[14:panel:formular:formGroup4Crips:formGroup4Crips_body:cripsFld])
must be applied to a tag of type [input], not:  '<textarea
class="form-control" id="cripsFld" wicket:id="cripsFld" style="resize:
none" placeholder="List of CRIP addresses" autocomplete="off">' (line
0, column 0)

Oliver

Am 28.05.14 15:23, schrieb Sven Meier:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to