RE: [OS-webwork] example using xwork's include tag

2003-09-04 Thread Jason Carreira
] Subject: Re: [OS-webwork] example using xwork's include tag I believe this should be documented and configuration parser should at least log a warning if included files are not valid according to xwork-1.0.dtd. I had the same problem the other day and was completely confused why none

Re: [OS-webwork] example using xwork's include tag

2003-09-04 Thread Aleksandar Seovic
PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] example using xwork's include tag I believe this should be documented and configuration parser should at least log a warning if included files are not valid according to xwork-1.0.dtd. I had the same problem the other day

Re: [OS-webwork] example using xwork's include tag

2003-09-04 Thread Jonas Eriksson
:-)) -Original Message- From: Aleksandar Seovic [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 4:06 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] example using xwork's include tag I believe this should be documented and configuration parser should at least log

RE: [OS-webwork] example using xwork's include tag

2003-09-03 Thread Jason Carreira
Title: Message You're correct, but there's more. The included files need to be the complete same format as the main xwork.xml file with the DTD declaration and xwork element as the root element. It needs to have this structure: !DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.0//EN"

Re: [OS-webwork] example using xwork's include tag

2003-09-03 Thread Francisco Hernandez
, September 03, 2003 9:36 PM *To:* [EMAIL PROTECTED] *Subject:* Re: [OS-webwork] example using xwork's include tag I believe all actions need to belong to a package, because the the tie to the namespace. If there is no namespace, then it should be in the default package. Someone

RE: [OS-webwork] example using xwork's include tag

2003-09-03 Thread Jason Carreira
: Re: [OS-webwork] example using xwork's include tag ok, im still having some problems this is my xwork.xml file: !DOCTYPE xwork PUBLIC -//OpenSymphony Group//XWork 1.0//EN http://www.opensymphony.com/xwork/xwork-1.0.dtd; xwork package name=default result-types

Re: [OS-webwork] example using xwork's include tag

2003-09-03 Thread Francisco Hernandez
, 2003 10:11 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] example using xwork's include tag ok, im still having some problems this is my xwork.xml file: !DOCTYPE xwork PUBLIC -//OpenSymphony Group//XWork 1.0//EN http://www.opensymphony.com/xwork/xwork-1.0.dtd; xwork package name=default