The Artima Developer Community
Sponsored Link

Java Answers Forum
Struts in WSAD 5.0

1 reply on 1 page. Most recent reply: May 17, 2004 7:46 AM by SRV001

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Anurag

Posts: 1
Nickname: tikamchand
Registered: Apr, 2004

Struts in WSAD 5.0 Posted: Apr 6, 2004 8:01 PM
Reply to this message Reply
Advertisement
I am using struts 1.1 in WASD adn using tiles package in struts.

In struts-config when I add plugin part for getting tiles support it gives error. I have used tiles-def.xml to define my layout.


<plug-in className="org.apache.struts.tiles.TilesPlugin" >
<set-property property="definitions-config" value="/WEB-INF/tiles-def.xml" />
</plug-in>

WSAD gives error that value for attribute property is invalid. But my plugin component is still working fine.

Please forward your response to anurag.malpani@patni.com as soon as possible.


SRV001

Posts: 13
Nickname: srv001
Registered: May, 2004

Re: Struts in WSAD 5.0 Posted: May 17, 2004 7:46 AM
Reply to this message Reply
I suspect that the problem is in your tiles-def.xml...this sounds like a similar error I had some time ago.

This might fix it:
Select Window/Preferences/XML/XML Catalog
and make sure that the dtd inside your tiles-def.xml is defined in the XML Catalog entries

Flat View: This topic has 1 reply on 1 page
Topic: PHP Developer wants to learn Java platform Previous Topic   Next Topic Topic: need help for table stuff

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use