I have a simple "select country" selectOneMenu. I'm using a4j:support to
re-render a province/state/region field based on my selection of country. I'm
experiencing "conversation processing another request" errors if I change my
country selection too quickly.
Here's my view code:
<h:selectOneMenu value="#{.country}">
| <f:selectItems value="#{.countries}"/>
| <a:support event="onchange" reRender="..."
ajaxSingle="true" />
| </h:selectOneMenu>
If I quickly tabin-select country-tabout then tabin-select country-tabout and repeat this
fast enough I will get error stating that the conversation has timed out or was processing
another request (I assume in this case the latter is the issue).
Anyone have any ideas of how to resolve this?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041484#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...