Sorry, my posting was somewhat confusing.
In the change in the org/apache/hivemind/parse/DescriptorParser.properties it should be required.map.property=false This is to adopt the value of attribute as property if the property is not specified. >>> Thanks ... I remember making that change, and don't know why it got backed out. I actually wrote a ton of code this week for HiveMind and my head's still spinning a bit! -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 8:02 AM > To: [email protected] > Subject: DescriptorParser.properties => > required.map.property=false [Virus checked] > > > Hi, > > a change in the org/apache/hivemind/parse/DescriptorParser.properties > between revisions 1.5 and 1.6 should be retracted: > > required.map.property=false > > should be > > required.map.property=true > > Otherwise, we will use some convenience an there is no use of what is > described at the conversion element: > > "Each attribute will be mapped to a property. A limited amount of name > mangling occurs: > if the attribute name contains dashes, they are removed, and > the character > following is > converted to upper case. So, an attribute named > "complex-attribute-name" > would be > mapped to a property named "complexAttributeName". Only attributes > identified with a <attribute> > element will be mapped, others will be ignored. " > > > Mit freundlichen Gr��en > > Michael Frericks > Internet/Homebanking MS/OF > > Sparkassen Informatik GmbH & Co.KG > Nevinghoff 25 > 48147 M�nster > Telefon: 0251/288-3489 > Notes: Michael Frericks/4221/MS/SI/[EMAIL PROTECTED] > E-Mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
