posted 14 years ago
Yes I understand, sorry I'm new to this so not too sure what things are relevant.
Here's everything I have.
1) The user clicks a link which triggers this action:
2) This just populates a list of users, and then automatically returns this result:
3) Here's my RetrieveUser class:
4) And my javascript file:
5) And finally my struts.xml:
In firebug, I can see that when I change an item in the select menu (triggering the onchange=fetchUser) I get this error in the javascript here:
that says "setting a property that has only a getter". I don't think the javascript is the problem because I've gotten this javascript to work before just not with this json plugin.