Client ID for Textarea component not settable

2015-10-01 Thread Poggenpohl, Daniel
Hello everyone,

I can't seem to set the client id for the Tapestry textarea component. This has 
happened twice at least in the past.
My options are:
- Write a wrapper component around Textarea and try to re-set the client id
- Write a mixin that can be put into any component to re-set the client id of 
the component

What is the way to go here?

Regards,
Daniel P.


AW: Client ID for Textarea component not settable

2015-10-01 Thread Poggenpohl, Daniel
Hi,

again the fault lies in the user. Wise words...

The parameter for setting the client side id in a textare is "clientId" and not 
"id" as most times...

Regards,
Daniel

-Ursprüngliche Nachricht-
Von: Charlouze [mailto:m...@charlouze.com] 
Gesendet: Donnerstag, 1. Oktober 2015 17:04
An: users@tapestry.apache.org
Betreff: Re: Client ID for Textarea component not settable

Hello,

Maybe this mixin can help you :
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html

Regards,
Charles

Le jeu. 1 oct. 2015 17:00, Poggenpohl, Daniel < 
daniel.poggenp...@isst.fraunhofer.de> a écrit :

> Hello everyone,
>
> I can't seem to set the client id for the Tapestry textarea component.
> This has happened twice at least in the past.
> My options are:
> - Write a wrapper component around Textarea and try to re-set the 
> client id
> - Write a mixin that can be put into any component to re-set the 
> client id of the component
>
> What is the way to go here?
>
> Regards,
> Daniel P.
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


Re: Client ID for Textarea component not settable

2015-10-01 Thread Charlouze
Hello,

Maybe this mixin can help you :
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/mixins/RenderClientId.html

Regards,
Charles

Le jeu. 1 oct. 2015 17:00, Poggenpohl, Daniel <
daniel.poggenp...@isst.fraunhofer.de> a écrit :

> Hello everyone,
>
> I can't seem to set the client id for the Tapestry textarea component.
> This has happened twice at least in the past.
> My options are:
> - Write a wrapper component around Textarea and try to re-set the client id
> - Write a mixin that can be put into any component to re-set the client id
> of the component
>
> What is the way to go here?
>
> Regards,
> Daniel P.
>