views:

278

answers:

1

If I try to implement this simple-as-possible example:

Update Content with AJAXRefreshRequest

it does not work with Websphere Portal 6.1.0.3 on Application Server 6.1.0.27. The content is updated only the first time. In every further request the Bean is not updated from the inputText.

A: 

Oh no. I found out that it's working fine with IE 8 in compatibility mode. The AJAX-Components are obviously not compatible to IE 8 (native).

Mulmoth
IBM JSF components are a nightmare. If you can, drop them and use something more decent like RichFaces/Ajax4jsf.
BalusC