Facelets is based on XML. It should be relatively simple to transform the xml to xhtml using an XSL file and output it as a JSF response.

-Andrew

On 5/15/06, Colin Chalmers <[EMAIL PROTECTED]> wrote:
Hi all,

I have an interesting problem whereby I'm receiving xml from an external
party which defines error messages and validation rules as well as input
types.
I'm looking into mapping this to UIcomponents via a sax parser but am
kind of against building my screen in code and want to do the layout in
the template.

The number of input elemants is dynamic and may change. I was looking
into phase listeners to aid me in doing this but would like to check if
anyone else has built something similiar or worked regularly integrating
components in code with template layouts.???

Colin

Reply via email to