Hi all, I'm new to struts 2, I download example for Struts 2 + Spring 2 + JPA + AJAX from struts 2 website, and then open the project from eclipse.
however in the index.jsp there are several Warning for undefined attribute name, one of them is "Undefined attribute name notifyTopics" in the following code <s:a theme="ajax" notifyTopics="/refresh">Refresh</s:a> can I ignore this warning ? currently I haven't manage to run the sample application yet, but not sure whether this warning cause the issue. Regards Yanto