Fórum

icefaces button stays "pressed"

Gaston Artemski, modificado 14 Anos atrás.

icefaces button stays "pressed"

Junior Member Postagens: 70 Data de Entrada: 27/04/09 Postagens Recentes
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 13 Anos atrás.

RE: icefaces button stays "pressed"

New Member Postagens: 3 Data de Entrada: 14/04/11 Postagens Recentes
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