Hi

I have a situation that I am struggling a bit with. On a page that I have, I
have a page that displays different races and has a clayForEach tag that is
supposed render a jsfid that displays information about a classes in a race,
and a dataTable on that jsfid that displays the results for each class. What
happens is that when I first hit that page, the method that backs the
clayForEach is called, but when I change to a different race, the method is
never called again, but it displays the classes w/results from the initial
load of that page. I seem to remember something about the clayForEach tag
and the var being session scoped? Should I explicitly do a
getExternalContext().getSessionMap().remove("myvar") in my backing beans
init method?

Hermod


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to