Date: 2004-07-04T08:20:34
   Editor: RobertBurrellDonkin <[EMAIL PROTECTED]>
   Wiki: Jakarta Commons Wiki
   Page: Betwixt/FrequentlyAskedQuestions
   URL: http://wiki.apache.org/jakarta-commons/Betwixt/FrequentlyAskedQuestions

   my mispeiling got caught by the language police

New Page:

= Betwixt FAQ =

== How Can You Mix Elements And Attributes For Primitives? ==

{{{
I have a bean with two text properties. One needs to be mapped to an element, the 
other to an attribute.

I know that you can set all primitive properties to be mapped to attributes by using 
setAttributesForPrimitives 
but how can I map some to elements and others to attributes?
}}}

For this, you need to use a dotbetwixt file. You simply add an element tag for each 
properties you want to map 
to an element and an attribute tag for each that you want to map to an attribute.

=== Enhancement ===

A pluggable strategy to replace the simple either element or attributes would be a 
useful enhancement. It should 
also be easier to write. If anyone finds this an itch, then volunteer on the 
developers list :) 

----

Up to [:Betwixt]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to