History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-29847
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Dmitry Avdeev
Reporter: Grant Gochnauer
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Support Struts Tiles + Spring without using Struts config xml

Created: 19 Aug 08 18:44   Updated: Yesterday 12:50
Component/s: J2EE.Spring, J2EE.Struts
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,664


 Description  « Hide
Currently there is no way to enable tiles validation and completion when using just Spring. I've tried using Tiles 1.x or Tiles 2.x in my app application but unless I include a struts-config.xml and reference that in my web.xml, IDEA will not enable tiles integration.

We should be able to support Spring + Tiles by parsing the files location definitions in my spring-servlet.xml when using:

<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles.TilesConfigurer">
<property name="factoryClass" value="org.apache.struts.tiles.xmlDefinition.I18nFactorySet"/>
<property name="definitions">
<list>
<value>/WEB-INF/tiles_config/tiles-defs.xml</value>
</list>
</property>
</bean>



 All   Comments   Work Log   Change History      Sort Order:
Grant Gochnauer - 04 Sep 08 14:58
Any chance this can make it into Diana? Thanks!

Grant Gochnauer - 17 Sep 08 21:03
An easy way to see this is to try moving JSPs in your web app. The tiles-defs aren't updated. Also, you cannot click on the jsp references in the tiles def to navigate to the jsp.

Grant Gochnauer - 19 Nov 08 21:12
8.1 Final?

For my company, this is probably the biggest pain point in IDEA right now.

Thanks for considering.


Dmitry Avdeev - 21 Nov 08 12:50
Well, if we have enough time for that...