What class are you extending in your POJO? You may need to extend BaseObject.
Matt On Tue, Nov 11, 2008 at 11:38 PM, zhang99 <[EMAIL PROTECTED]> wrote: > > hehe. =) doesnt matter on the pojo name. all other pojo also have similar > output... something is wrong.. but i donno where. ... > > > > > zhang99 wrote: >> >> i have a pojo call "Ghost" >> >> >> after executed ant appgen, i open the properties file and i see this.... >> >> >> # -- Ghost-START >> >> # -- ghost form -- //this is correct >> baseObjectForm.id=Id //why the property name is baseObjectForm >> ?????baseObjectForm.name=Name >> baseObjectForm.ghostCategory=Ghost Category >> baseObjectForm.categoryId=Category Id >> baseObjectForm.searchPosition=Search Position >> >> >> >> >> i checked my FormKey.xdt. it suppose to be correct.... because i didnt' >> modify anything... >> >> <XDtTagDef:tagDef namespace="Form" >> handler="org.example.antbook.xdoclet.FormTagsHandler"/> >> # -- <XDtForm:className/>-START >> >> # -- <XDtForm:classNameLower/> form -- >> <XDtForm:forAllFields><XDtForm:classNameLower/>Form.<XDtForm:fieldName/>=<XDtForm:fieldDescription/> >> </XDtForm:forAllFields> >> <XDtForm:classNameLower/>.added=<XDtForm:className/> has been added >> successfully. >> <XDtForm:classNameLower/>.updated=<XDtForm:className/> has been updated >> successfully. >> <XDtForm:classNameLower/>.deleted=<XDtForm:className/> has been deleted >> successfully. >> >> # -- <XDtForm:classNameLower/> list page -- >> <XDtForm:classNameLower/>List.title=<XDtForm:className/> List >> <XDtForm:classNameLower/>List.heading=<XDtForm:className/>s >> >> # -- <XDtForm:classNameLower/> detail page -- >> <XDtForm:classNameLower/>Detail.title=<XDtForm:className/> Detail >> <XDtForm:classNameLower/>Detail.heading=<XDtForm:className/> Information >> >> # -- <XDtForm:className/>-END >> >> >> >> > > -- > View this message in context: > http://www.nabble.com/ant-appgen-problem-tp20422727s2369p20455036.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
