留言板

icefaces button stays "pressed"

Gaston Artemski,修改在14 年前。

icefaces button stays "pressed"

Junior Member 帖子: 70 加入日期: 09-4-27 最近的帖子
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,修改在13 年前。

RE: icefaces button stays "pressed"

New Member 帖子: 3 加入日期: 11-4-14 最近的帖子
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