User: vharcq
Date: 02/04/03 00:58:32
Modified: core/src/xdoclet/ejb/tags/vendor StrutsFormTagsHandler.java
Log:
Bug 529752
Add the possibility to include non persistent fields from an entity bean to a Struts
Form
Revision Changes Path
1.15 +2 -2
xdoclet/core/src/xdoclet/ejb/tags/vendor/StrutsFormTagsHandler.java
Index: StrutsFormTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/tags/vendor/StrutsFormTagsHandler.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -r1.14 -r1.15
--- StrutsFormTagsHandler.java 24 Mar 2002 17:44:18 -0000 1.14
+++ StrutsFormTagsHandler.java 3 Apr 2002 08:58:32 -0000 1.15
@@ -29,7 +29,7 @@
/**
* @author Dmitri Colebatch ([EMAIL PROTECTED])
* @created Oct 19, 2001
- * @version $Revision: 1.14 $
+ * @version $Revision: 1.15 $
*/
public class StrutsFormTagsHandler extends EjbTagsHandler
{
@@ -134,7 +134,7 @@
{
setCurrentMethod( methods[j] );
// we are interested in persistent methods only
- if( PersistentTagsHandler.isPersistentField(
getCurrentMethod() ) && MethodTagsHandler.isGetter( getCurrentMethod().name() ) &&
!foundFields.containsKey( getCurrentMethod().name() ) )
+ if( MethodTagsHandler.isGetter(
getCurrentMethod().name() ) && !foundFields.containsKey( getCurrentMethod().name() ) )
{
//
if( useMethodInForm( getCurrentMethod() ) )
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel