[ANN] Struts 2 plugin V0.36
This release fixes some smaller bugs and extends the ]]> support to type="chain".
It might also be interesting for WebWork2-users as XWork config files are now supported as well.
Change notes: http://www.jetbrains.net/confluence/display/CONTEST/Struts2PluginChangeNotes
Documentation: http://www.jetbrains.net/confluence/display/CONTEST/Struts2Plugin
- Yann
请先登录再写评论。
Hi Yann, xwork config support is interesting, but how does one use it? I tried adding xwork files to the fileset, but I can't find my file (which is called something-xwork.xml).
Hello Davide,
can you post the first lines (]]> declaration) of the file you're trying to use?
Greetings,
Yann
<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">
Currently only
<!DOCTYPE xwork PUBLIC
"-//OpenSymphony Group//XWork 2.0//EN"
"http://www.opensymphony.com/xwork/xwork-2.0.dtd">
is supported.