Yanto wrote:
> 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 ?
>   
    these are warnings from the eclipse editor?  i think you probably
need to ensure that your project has the struts jar in its build path. 
i do not see warnings about struts attributes in my struts tags, inside
the eclipse JSP editor.



-- 
Mitch Gorman
mgor...@shadowtv.com
(215) 764-6310
Skype: mitch.shadowtv.com


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to