You have to know what the id is of the component to update. The id can come
in the form
-) jwcid="[EMAIL PROTECTED]"
-) id="myInformalComponentId"
-)
Then.the part that isn't always obvious is that the server doesn't
actually know what is rendered. It can't or no one would ever be able to
s
Not sure that helps .. you can see my html files so you should be able
to tell what is rendered. my question is what other registration do I
have to perform to be able to utilise the updateComponent method? How do
I identify my node etc.
Thanks in advance
Jesse Kuhnert wrote:
I probably need
I probably need to add a ResponseBuilder.insertComponents() call pretty
soon, but the basic reason why it's not updating is because the "counter"
and "B" elements probably don't exist on your rendered page already. For it
to update them it needs an element that it can find with something simple
li
Hi All,
I'm trying to do something very basic with ajax. I simply want a value
to increment when an onchange event is triggered for another component.
The listener is being called via ajax etc. but I cannot get my component
to update. I understand I'm missing the logic which identifies and
up