RE: same name action in 2 diff struts-config.xml

2006-07-05 Thread Samere, Adam J
- From: A. Lotfi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:08 PM To: Struts Users Mailing List Subject: same name action in 2 diff struts-config.xml Hi, I have two struts-config.xml : struts-config.xml tha has an action called : getMessages struts-config-coi.xml that

same name action in 2 diff struts-config.xml

2006-07-05 Thread A. Lotfi
Hi, I have two struts-config.xml : struts-config.xml tha has an action called : getMessages struts-config-coi.xml that has an action called : getMessages this two actions have the same name but they are difined different in each struts-config file . Do I have to rename one of