I'd like to see it in Cocoon. It can be added to scratchpad.
To be added it must be posted as a bug to Bugzilla with [PATCH] prefix in
subject and attached source file.
It would be also fine to have an action that performs the opposite
operation: set properties of JavaBean object(s) with request param values
using XPath expressions, e.g.:
customer/firstname = Ozzy
customer/lastname = Osbourne
can be converted to XML:
<customer>
<firstname>Ozzy</firstname>
<lastname>Osbourne</lastname>
</customer>
then some UnmarshalAction could map this XML to a java bean using Castor.
These can be useful in implementing something like an XForms processor at
the server side.
Regards,
Konstantin Piroumian
>
> Hi
> I wrote a Castor Transfomer it Marshals a java bean from the
> Session or the Sitemap into a series of SAX events.
> So it can replace a element with marshalled object.
> I wan't to ask if you want this Transformer as a
> conribution ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]