Update of /cvsroot/roller/roller/metadata/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv8182/metadata/xdoclet
Modified Files:
struts_form.xdt
Log Message:
Hierarchical weblog categories - still not entirely complete,
but working pretty well.
I de-normalized the WeblogCategory table and broke out
a WeblogCategoryAssoc table to make querying for descendant
categories possible without recursion.
Next, I'm going to introduce a FolderAssoc table so that
I can take the same approach with the bookmark folder hierachy.
So, don't deploy to your production server just yet (Matt ;-)
more data model changes are on the way.
Index: struts_form.xdt
===================================================================
RCS file: /cvsroot/roller/roller/metadata/xdoclet/struts_form.xdt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** struts_form.xdt 19 Nov 2003 12:15:35 -0000 1.4
--- struts_form.xdt 13 Jan 2004 20:04:12 -0000 1.5
***************
*** 69,73 ****
--- 69,77 ----
{
<XDtStrutsForm:forAllFormFields>
+ <XDtType:ifIsOfType value="return-type"
+
type="java.lang.Boolean,boolean,java.lang.String,java.lang.Integer,int,java.sql.Timestamp,java.util.Date"
+ extent="concrete-type">
this.<XDtMethod:propertyName/> =
dataHolder.<XDtMethod:getterMethod/>();
+ </XDtType:ifIsOfType>
</XDtStrutsForm:forAllFormFields>
}
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
|