There is no error at console but can run the script in console itself.
Any suggestion?
On 8/16/2011 12:53 PM, Dave Newton wrote:
Check for JS errors in the console then, jQuery works fine with S1.
Dave
On Aug 16, 2011 12:44 PM, "Anjib Mulepati"<anji...@hotmail.com> wrote:
On 8/16/2011 10:51 AM, Eric Lentz wrote:
I have following code with drop-list name "agencyName". But
event.change() attached to this object never called.
Make sure that the rendered form is actually creating a HTML object with
an ID of agencyName. That's usually the problem that I encounter - using
the wrong name. Also, make sure that your script is actually being
loaded.
Firebug would be a good way to check that. That's another common issue
(for me anyway). jQuery is independent of any server-side framework, so
it
definitely works with S1.
1. Make sure that the rendered form is actually creating a HTML object
with an ID of agencyName.
It is rendered<select name="agencyName" tabindex="1"
id="agencyName" title="Agency Name">
2. Also, make sure that your script is actually being loaded.
It is also loaded. I can see in the list of loaded script in Firebug.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org