[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Problem - HTTIMER-component  XML
Forum Index -> Development
Author Message
pbeha

Power User

Joined: 05/06/2008 09:08:53
Messages: 32
Location: Villingen - Schwenningen
Offline

Hello everybody,

has anyone experiance with the new HTTimer-component?

I currently try to use it, but I never get the ActionEvent in the backend.

Timer:XML
=======
actionListener: #{d.WorkplacecdUI.onGoToHomeHtml}
duration: 1000


Java:Coding
========
public void onGoToHomeHtml (ActionEvent event)
{

TerminaldialogUI tui = (TerminaldialogUI)getOwningDispatcher().getDispatchedBean(TerminaldialogUI.class);
tui.closeDialog();
m_aroundPageHtml = "workplacehtml.jsp";
}



My problem: Nothing happens, the ActionEvent will never effect.
Is there anything special to do with this component?

Thanks a lot in advance.

Kindly regards
Patrick
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5528
Offline

Hi,

just tested and - uuuuh - there seems to be a problem in Firefox... Which browser did you use? Could you check IE in parallel?

Thanks! Björn

Björn Müller, CaptainCasa GmbH
pbeha

Power User

Joined: 05/06/2008 09:08:53
Messages: 32
Location: Villingen - Schwenningen
Offline

Hi,

I tested it with
CC Internal Browser (in CC development-editor)
Google Chrome
InternetExplorer 8 (Version 8.0.6001...)


It never runs fine.
There is no actionEvent from the browser

greetings
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5528
Offline

Hi,

could you test
http://localhost:50000/demos/faces/workplaceht/demohttimer.jsp
in your local demo workplace?

Does the counter increase every 5 seconds?

Björn

Björn Müller, CaptainCasa GmbH
pbeha

Power User

Joined: 05/06/2008 09:08:53
Messages: 32
Location: Villingen - Schwenningen
Offline

Hi,

everything is fine now.
Was a problem with my update from CaptainCasa Version 2.5 to 3.0.

Thanks a lot for you quick support.

greetings Patrick

By the way: It's also fine with Firefox now.
[WWW]
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team