Problem with Tiles support in IDEA
I need only tiles support and I defined this support for my web project in web.xml,
TilesServet
com.fnf.trax.web.servlet.TilesServlet
definitions-config
/WEB-INF/tiles-defs.xml
2
While adding addStruts support, IDEA creating struts-config.xml with tiles plugin defination and those all definations in web.xml. Is there anyway I can tell to IDEA it is already exists in web.xml.
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
]]>
Please sign in to leave a comment.
Separate Tiles configuration is not supported yet. Please file a JIRA
request.
"Rambabu Talasila" <talasilar@yahoo.com> wrote in message
news:12779482.1156627626933.JavaMail.itn@is.intellij.net...
>I need only tiles support and I defined this support for my web project in
>web.xml,
>
>
Hello Dmitry,
Done IDEA-9052
>> I need only tiles support and I defined this support for my web
>> project in
>> web.xml,
>> >> TilesServet >> com.fnf.trax.web.servlet.TilesServlet >> >> definitions-config >> /WEB-INF/tiles-defs.xml >> >> 2 >> >> While adding addStruts support, IDEA creating struts-config.xml with >> tiles plugin defination and those all definations in web.xml. Is >> there anyway I can tell to IDEA it is already exists in web.xml. >> >> >> action >> org.apache.struts.action.ActionServlet >> >> config >> /WEB-INF/struts-config.xml >> >> ]]>