Ajax div tags not loading after few clicks.

2008-10-08 Thread dxa
I am using struts 2 ajax tags. I have divs inside other div tags. And after a bunch of clicks I get the following error: Error loading '/Simcare/rxForEncounter.action?dojo.preventCache=1223473237217' (200 OK) I also see lots of debug statements about widget ID collisions. Any ideas? Please Help

Re: struts2 select onchange to trigger ajax call

2008-10-08 Thread dxa
Thank you so much! This saved me hours of work! Markus Doring wrote: > > Thanks Dave, that works! > > I finally also found a working example here: > http://javachamp.blogspot.com/2008/06/struts-2-ajax-drop-down-example.html > > You can actually get rid of any javascript functions and just pu

Re: Strtus2 tags IE issue error loading page 200 ok

2008-09-29 Thread dxa
Hi!! I am running into the same error. I have a div inside another div. After a few clicks I run into this error. Have you found a work around? Any help or advise would be greatly appreciated. Thanks! dynamicd wrote: > > First I thought the problem was from ACEGI that I recently added to th