RE: Passthrough attributes problem

2017-07-07 Thread Steve Yokanovich
We used JavaScript for this in the past, having never found an easier method. -Original Message- From: PETITIOT, LUCAS [mailto:lucas.petit...@atos.net] Sent: Friday, July 7, 2017 8:24 AM To: MyFaces Discussion <users@myfaces.apache.org> Subject: RE: Passthrough attributes problem

RE: Passthrough attributes problem

2017-07-07 Thread PETITIOT, LUCAS
Subject: RE: Passthrough attributes problem Pass through attribute support was just added in Trinidad 2.2.0. https://issues.apache.org/jira/browse/TRINIDAD-2551 I can confirm it is working and autofocus behavior works as expected. -Original Message- From: PETITIOT, LUCAS

RE: Passthrough attributes problem

2017-07-07 Thread Steve Yokanovich
, 2017 4:46 AM To: users@myfaces.apache.org Subject: Passthrough attributes problem Hello, I’m trying to make a tr:inputText focused by default on page load. The simplest solution seems to be the usage of a passthrough tag: http://xmlns.jcp.org/jsf/passthrough;> ... However, I’m gett

[Trinidad] Passthrough attributes problem

2017-07-07 Thread PETITIOT, LUCAS
Hello, I’m trying to make a tr:inputText focused by default on page load. The simplest solution seems to be the usage of a passthrough tag: http://xmlns.jcp.org/jsf/passthrough;> ... However, I’m getting an UnsupportedOperationException when loading the page so I must be doing something

Passthrough attributes problem

2017-07-07 Thread PETITIOT, LUCAS
Hello, I’m trying to make a tr:inputText focused by default on page load. The simplest solution seems to be the usage of a passthrough tag: http://xmlns.jcp.org/jsf/passthrough;> ... However, I’m getting an UnsupportedOperationException when loading the page so I must be doing something