The remote method caches the last entered value, and sends a new request only when the content changed.
You could clear the cache manually: $("#B").data("previousValue", null); Let me know if that works for you. Jörn On Tue, Jun 24, 2008 at 11:15 AM, zhudp.cn <[EMAIL PROTECTED]> wrote: > > Thank you for your reply! > > I have tried it, the first time of A happen changed, B's validate > method is called. > but the second time, B's validate method is called again. > the breakPoint of java's programe hasn't called. > > cf: when the B happen changed, the A's value isn't changed. >