StrutsTestCase issues with basic jsp via convention plugin

2014-02-23 Thread John Patrick
Hi, Having some issues around automated testing using struts2-junit-plugin accessing a jsp via struts2-convention-plugin. Basically the following two url's; http://struts.apache.org/release/2.3.x/docs/convention-plugin.html http://struts.apache.org/release/2.3.x/docs/struts-2-junit-plugin-tutoria

Re: Why do I get this XHTML validation errors?

2014-03-06 Thread John Patrick
try pastebin.com or gist.github.com as they do syntax highlighting and saves people having the whole xml blob in an email, also line numbers can be commented upon correctly as it might be different depending what your viewing it in. On 6 March 2014 13:04, Fredrik Andersson wrote: > Yes you are

Re: Struts2 namespace confusion

2014-05-24 Thread John Patrick
Not seen this happen myself, what struts jar's do you have as it might be something like the convention plugin... If your using maven then it might be useful for others to include what specific maven dependencies your including so potentially someone else can try using the exact same jars. John