> > Are BMP beans generally axcluded from struts form
> > generation?
> > ( Not that ' would be missing this, because I do
> not
> > use BMP at all, but why? )
> 
> Should be a typo :-)

It got 30 seconds to live left from now :)
 

> Maybe a new @tag for controlling it? Something that
> you put in getter
> methods and specify which group you intend to
> include this field in.

Well, @tag is already there:

@struts:form ( which is generated automatically for
generated form bean )

Parameters I can think of right now:
name="<form name>" -> mandatory, ( since we can have
several forms 

usepk="{false|true*}" - whether to include pk fields 
automatically ( default true )

useall="{false*|true}" -> whether to include all the
fields into this form

Method tags:
@struts:property form-name="<blabla>" -> include this
field into form <blabla>


And of course, form bean shall have generated
"partial-setter" method to set only  own properties in
data object. 


In generated form bean:
@struts:form name="blabla" shall be not of bean type, 
but like this:

@struts:form name="test.ejb.Person.Names"
( where "Names" is the form name )

any objections?

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to