Foros de discusión

icefaces button stays "pressed"

Gaston Artemski, modificado hace 14 años.

icefaces button stays "pressed"

Junior Member Mensajes: 70 Fecha de incorporación: 27/04/09 Mensajes recientes
Hi,

I have got a fundtion that is implemented in a bean and is executed. But after the execution of the function ends the button seems to be pressed.
I am using icefaces and liferay 5.2.2.

My icefaces page:

[code
<ice:commandButton value="Add" actionListener="#{Company.addCompany}"/>
]

and my function out of the bean:

[code

public void addCompany(ActionEvent event)
{
....
}
]

Important: The code within addCompany is executed and the button is still "pressed" although it should not be because the function is terminated.

Perhaps I should render the portlet new to change the button from state "pressed" to "not pressed".

Has anybody an idea?


Greetings

Gaston
Jonas Lauber, modificado hace 13 años.

RE: icefaces button stays "pressed"

New Member Mensajes: 3 Fecha de incorporación: 14/04/11 Mensajes recientes
Hi Gaston,

Did you get any luck with this problem? I am running into the same behavior and cannot figure out what is going on...

Thanks,

Jonas