Status specify transitions between state and is used accordingly while Enumeration specify only simple enumerations
Jacques ----- Original Message ----- From: "Cameron Smith" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, December 19, 2006 12:50 PM Subject: Difference between Status and Enumeration > Hi, I would like to know the design philosophy between the Status and > Enumeration entities. Both permit the system to store multiple different sets of values in one table, classified by a xxxTypeId column. > > What I do not understand is, why not just have one Entity? Are there some > special rules or magic values that appy to data in Status and not in Enumeration, for instance? > > cheers, > cameron > > ----- Original Message ---- > From: Tushar Abhyankar <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, 19 December, 2006 11:33:40 AM > Subject: RE: Email Body > > I am calling the screen from the service "sendMailFromScreen" which has a > parameter bodyScreenUri to which I am passing the path of the screen. I did > include <decorator-section-include name="body"/>, but it didn't work. I am > also passing other parameter bodyText="This is Test mail" which is displayed > in the generated mail, but not the content of salutation. > > -----Original Message----- > From: Chris Howe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 19, 2006 2:52 PM > To: [email protected] > Subject: Re: Email Body > > Also, are you calling your screen from a freemarker > template file using > ${screen.render(....)} where that freemarker template > file was in turn called from a screen that was called > via ${screen.render(...)}? > > I had reported a bug with nesting > ${screen.render(...)} a while back, but unfortunately > haven't been able to find time to dig into it's cause. > > --- Chris Howe <[EMAIL PROTECTED]> wrote: > > > Do you have a screen with the name "nwsltrDecorator" > > in the same file as this screen definition and does > > nwsltrDecorator have a <decorator-section-include > > name="body"/> tag? > > --- Tushar Abhyankar > > <[EMAIL PROTECTED]> > > wrote: > > > > > Hi All, > > > > > > I am trying to set up content in the > > an > > > email, I am using the > > > screens to setup the email body > > > > > > > > > > > > <label style="salutation" text="Dear > > ${firstName}" > > > but I am not getting the > > > salutation displayed in the generated mail, > > > > > > > > > > > > here is a code snippet > > > > > > > > > > > > <widgets> > > > > > > > > > > > > <decorator-screen > > > name="nwsltrDecorator"> > > > > > > <decorator-section > > name="body"> > > > > > > <container><label > > > style="salutation" text="Dear > > > ${firsrName}"/></container> > > > > > > </decorator-section> > > > > > > </decorator-screen> > > > > > > > > > > > > </widget> > > > > > > > > > > > > has anyone worked on it before? Could anyone > > > suggest where I am going > > > wrong? > > > > > > > > > > > > Thanks in advance.. > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > Now you can scan emails quickly with a reading pane. Get the new Yahoo! Mail. > http://uk.docs.yahoo.com/nowyoucan.html
