> Well I suppose an interesting question is: what do you expect to happen
> when a subclass implements an interface (which has @hibernate tags) that
> is not the primary interface that your hibernate mapping is designed for?
I'm expecting that the subclass tags won't have any property tags
since t
I've been trying to update the Hibernate module to support mapping a
top level interface as the with concrete subclasses as
elements. The change was actually very easy, with a minor
update to the HibernateTagsHandler class.
However, the mapping file is generated incorrectly. In the example
bel
My stuff is in. Any changes for new Struts functionality will be
ready for 1.3.
On Apr 7, 2005 12:16 PM, Ward, Tyler <[EMAIL PROTECTED]> wrote:
>
> So, has sufficient time been given for everyone to get their changes in?
> Perhaps we should start to set a freeze date and release date for 1.2.3.
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25314/modules/apache/src/xdoclet/modules/apache/struts/resources
Modified Files:
struts_form.xdt
Log Message:
Fix for XDT-1292. Added full
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6665/src/xdoclet/modules/apache/struts
Modified Files:
StrutsDynaFormValidationXmlSubTask.java
StrutsValidationXmlSubTask.java
Log Message:
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6665/src/xdoclet/modules/apache/struts/resources
Modified Files:
dynaform_validation_xml.xdt validation_xml.xdt
Log Message:
Added an addit
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15434/modules/apache/src/xdoclet/modules/apache/struts/resources
Modified Files:
struts_config_xml.xdt
Log Message:
Applying patch for XDT-
Update of /cvsroot/xdoclet/xdoclet/modules/jsf/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10184/modules/jsf/src/META-INF
Modified Files:
xtags.xml
Log Message:
Applying patch for XDT-1087. Patch submitted by cheeser.
Index: xtags.xml
=
Update of /cvsroot/xdoclet/xdoclet/modules/jsf/src/xdoclet/modules/jsf/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10184/modules/jsf/src/xdoclet/modules/jsf/resources
Modified Files:
faces_config_xml.xdt
Log Message:
Applying patch for XDT-1087. Patch submitted by che
Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17044/src/META-INF
Modified Files:
xtags.xml
Log Message:
Adding patch for issue XDT-1175, contributed by Felipe Leme.
Index: xtags.xml
===
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17044/src/xdoclet/modules/apache/struts/resources
Modified Files:
struts_config_xml.xdt
Log Message:
Adding patch for issue XDT-1175, contr
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21250/src/xdoclet/modules/apache/struts
Modified Files:
StrutsDynaFormValidatorTagsHandler.java
StrutsValidatorTagsHandler.java
Log Message:
Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21250/src/META-INF
Modified Files:
xtags.xml
Log Message:
Added the ability to override validation rules on fields.
Index: xtags.xml
==
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29570/modules/apache/src/xdoclet/modules/apache/struts/resources
Modified Files:
struts_config_xml.xdt
Log Message:
Fixes open bugs XDT-100
+1
I finished validating nested properties earlier this week.
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** StrutsValidationXmlSubTask.java 2 Sep 2004 04:55:49 - 1.10
--- StrutsValidationXmlSubTask.java 27 Sep 2004 21:53:57 -0000 1.11
***
*** 12,15
--- 12,16
*
* @author Erik Hatcher
java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import xjavadoc.XClass;
import xjavadoc.XMethod;
import xjavadoc.XTag;
import xdoclet.DocletSupport;
import xdoclet.XDocletException;
/**
* Struts dynamic form validator tag handler.
*
* @author Nick Heudecker
Update of
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/resources
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17974/modules/apache/src/xdoclet/modules/apache/struts/resources
Modified Files:
dynaform_validation_xml.xdt
Log Message:
Added support for
hing works as expected. The following comment in
> StrutsValidatorTagsHandler was helpful too:
>
> // TODO: nested forms currently won't work unless
> // there is a setter for it, but that is not needed
> // as only the sub-forms must have setters. Th
suggested.
>
> Matt
>
>
>
> On Sep 22, 2004, at 9:53 AM, Nick Heudecker wrote:
>
> > Matt,
> >
> > Putting the validation tags on the nested object's properties creates
> > validation XML, but the properties are not prefixed wi
Erik
> suggested.
>
> Matt
>
>
>
> On Sep 22, 2004, at 9:53 AM, Nick Heudecker wrote:
>
> > Matt,
> >
> > Putting the validation tags on the nested object's properties creates
> > validation XML, but the properties are not prefixed wi
the setter of the nested
> object and then the children will be picked up. If that works, it would
> be nice to eliminate that step. I'll try to look at this myself in the
> next couple of days.
>
> Matt
>
>
>
> Nick Heudecker wrote:
>
> >I would re
I would really like to be able to have the Struts validator code
validate nested properties for the 1.2.2 release. If anyone has
suggestions about how to accomplish this, please let me know. Here's
the original email:
http://www.mail-archive.com/xdoclet-devel%40lists.sourceforge.net/msg16038.htm
All:
After working on the validation code for DynaForms, I'm a bit stumped
on how to provide support for validating nested properties. For
instance, if I have a Person class which has an Address property, my
validation would look like:
Thanks for having me on board.
On Wed, 1 Sep 2004 10:18:33 -0600, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> On Sep 1, 2004, at 6:36 AM, Rupp, Heiko wrote:
>
> > Hi Matt,
> >
> >> I'll try to get it figured out before 1.2.2 - do we have a target
> >> date?
> >
> > Not that I am aware of one.
>
s at Line 45 in Test.java
--
Nick Heudecker
System Mobile, Inc.
Web: http://www.systemmobile.com
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% of
o far
from now.
Heiko
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.systemmobile.com
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD
Hi,
I noticed in another email that 1.2.2 may be released soon. I would
like to submit a few patches to the Struts stuff for possible inclusion
in 1.2.2. Is there a target release date yet?
If sf.net's anonymous CVS wasn't down, I would have already submitted
the patches.
--
Nick
28 matches
Mail list logo