Very useful article indeed. I'm using Struts 2 with ExtJS and the JSON plugin works a treat both in serializing POJOs into JSON and deserializing the JSON back into POJOs
thanx for you posting
If anyone has a war file they could upload that would be great, thanks.
How can I clear the cache?
The problem is:
If you type some text(eg:"time" in drug suggest) in a search box, then it will give a list of values. But if you delete that text("time") and put the same text("time") again, then it will give the same list you previously got.
The list will not get refreshed.
Hi All.
Follows the war file in rapidshare link:
http://rapidshare.com/files/261505634/ext.zip.html
Just rename it to ext.war and place it inside your <catalina_home>/webapps, start you Tomcat and access http://localhost:8080/ext
Some notes:Enjoy.
- I have created an index page to facilitate navigation;
- I have used ext 3.0.0, so a little modification inside DeletePerson.js (line 10) was necessary;
- I have merged those two projects in one;
- Congratulations to ExtJsAndJava, nice work.