Hi NABA,
the problem how I already described below was that some JSF components,
in my case the h:inputText and the a4j:commandButton, won't be rerendered.
I solve it by surrounding the table with the <a4j:outputPanel
ajaxRendered="true">
component.
greets,
Wolfgang
And what was the problem??
And how did you resolve it??
[EMAIL PROTECTED] schrieb:
---------------------------- Original Message
----------------------------
Subject: [a4j] Rerender h:inputText and a4j:commandButton]
From: [EMAIL PROTECTED]
Date: Tue, September 25, 2007 8:01 pm
To: users@myfaces.apache.org
--------------------------------------------------------------------------
Hi,
I tried to rerender the h:inputText and a4j:commandButton after clicking
on a submit button. But this doesn't work.
I also tried surround the two components with a a4j:region and I added a
a4j:support component but both didn't work.
Can you give me some hints?
Cheers,
Wolfgang