On 7/12/07, chino fish <[EMAIL PROTECTED]> wrote:
I tried to config many2one in the entity. I found appfuse:gen just ignore it ;-)
Yes, currently AMP doesn't attempt to generate a UI for manytoone or manytomany relationships. It's something we can add, but only once we figure out the appropriate UI for it. Matt isn't it ?
-----邮件原件----- 发件人: chinofish [mailto:[EMAIL PROTECTED] 发送时间: 2007年7月11日 1:02 收件人: [email protected] 主题: Re: Re: [appfuse-user] about appfuse:gen in my sample-data.xml <row> <value description="id">1</value> ... </row> but it should be <row> <value description="id">32bite string</value> ... </row> and in my ActionTest class, there is line: action.setId(1L); but in my action, id is a String, so there will be compile error. ======= 2007-07-11 00:40:13 Matt Raible wrote:======= >What's the error your're seeing? > > >On 7/10/07, chinofish <[EMAIL PROTECTED]> wrote: >> In my entity. >> id is 32bit uuid. >> >> and appfuse:gen seems can not deal with the situation now ? >> >> >> >> ======= 2007-07-09 23:02:50 chinofish wrote:======= >> >> >hi, >> > >> >With appfuse:gen , i can gen code for the single entity. >> > >> >but if i have 2 entity as follows: >> > >> >Product (many2one) ProductType >> > >> >may i gen correct code for them seperately ? (i know that AMP can gen code >> for just one entity every time) >> > >> > >> >thanks ;-) >> > >> > >> > >> > >> > >> > >> > >> > >> >--------------------------------------------------------------------- >> >To unsubscribe, e-mail: [EMAIL PROTECTED] >> >For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> >> = = = = = = = = = = = = = = = = = = = = >> >> >> >> >> >> chinofish >> [EMAIL PROTECTED] >> 2007-07-11 >> >> > > >-- >http://raibledesigns.com = = = = = = = = = = = = = = = = = = = = chinofish [EMAIL PROTECTED] 2007-07-11 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com
