Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-07 Thread Konstantin Priblouda
--- Emmanouil Batsis <[EMAIL PROTECTED]> wrote: > Emmanouil Batsis wrote: > > >This looks like the following bug: > > > >http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 > > > > Would this work properly with xdoclet2? You may try this, but be warned that tag signatures may have

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-07 Thread Emmanouil Batsis
Emmanouil Batsis wrote: >This looks like the following bug: > >http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 > Would this work properly with xdoclet2? Manos Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tec

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-06 Thread Monkeyden
I've seen you post this message in several places but I have yet to see any evidence of why this is better than XDoclet?  Care to offer any?  If it's for reference purposes, why can't you just refer to the generated struts-config.xml file?  It's not like I refer to the XDoclet attributes in my sou

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-06 Thread Nathan Voxland
t: Re: [Xdoclet-user] struts config trouble with Actions inheritance This looks like the following bug: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 Emmanouil Batsis wrote: >Suppose i have this in a Struts Action class > > * @struts.action path=&qu

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-05 Thread Emmanouil Batsis
This looks like the following bug: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 Emmanouil Batsis wrote: >Suppose i have this in a Struts Action class > > * @struts.action path="/User/LoadCreate" > * name="EmployeeCrudForm" > * i

[Xdoclet-user] struts config trouble with Actions inheritance

2006-07-05 Thread Emmanouil Batsis
Suppose i have this in a Struts Action class * @struts.action path="/User/LoadCreate" * name="EmployeeCrudForm" * input="/global/error.jsp" * scope="request" * validate="false" and also have ano