I want to set up a simple application that consists of an initial page that allows a user to enter a parameter value that will be passed to a XSLT transformation, and then run the transform.

My question is, what is the right approach to doing this?

1. Use two <page> elements in the page-flow.xml, using XUpdate to update the model for the second page with the values gathered from the first, and running the transform off the second page's values?

2. Use one <page> element with a pipeline that passes the values entered by the user to the transform and then runs it?

I would think (2), but I'm still sufficiently confused about how all this works that I haven't got either approach working yet. I'd like to focus my efforts on the best approach.

Thanks,

Don


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to