Results 1 to 1 of 1
- 05-26-2011, 06:03 AM #1
Member
- Join Date
- Mar 2011
- Location
- chennai
- Posts
- 55
- Rep Power
- 0
could we able to use two strutsconfiguration files
are we able to use two struts configuration files in java.
in web.xml
the tag
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
can we attach another configuration file to this.like
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
<param-name>config</param-name>
<param-value>/WEB-INF/struts.xml</param-value>
</init-param>
is it work fine or shows any error.
Similar Threads
-
How can I create or edit .ser files in Jar files
By xbill in forum EclipseReplies: 1Last Post: 05-18-2011, 12:34 PM -
Creating Jar Files with functioning input files
By appleLove in forum NetBeansReplies: 1Last Post: 04-10-2011, 10:37 PM -
Convert avi, mpeg, wmv media files to .flv files in java code
By vinay1497 in forum New To JavaReplies: 8Last Post: 07-30-2010, 05:47 PM -
working with files (text files)
By itaipee in forum New To JavaReplies: 1Last Post: 02-24-2009, 11:38 AM -
Behaving text files like binary files
By Farzaneh in forum New To JavaReplies: 2Last Post: 08-27-2008, 03:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks