Hi, I use a h:commandButton in a Facelet component, as:

        <h:commandButton value="#{msg['login.login']}" action=""/>

After reconfiguring the application to use Trinidad (without inserting any Trinidad component), the button (actually, *any* button), is not properly rendered. Actual rendering is:

<input id="login:_id29" name="login:_id29" type="image" src="" >

Action works, but there is no value. Firefox displays "submit query" instead. I use the latest snapshot binaries.
I also found a previous thread about this topic, but AFAIK there is no definitive answer.
Thanks -- Renzo

Reply via email to