Re: Generating from definition from JXTemplate

2005-03-10 Thread Robin Wyles
Adam, processToDOM() was just what I was looking for - thanks! Robin On 10 Mar 2005, at 04:31, Adam Walsh wrote: Hi Robin, I've submitted a patch so that you can do just that, but I don't know if it will see it's way into a release any time soon. http://issues.apache.org/bugzilla/show_bug.cgi?id=

Re: Generating from definition from JXTemplate

2005-03-09 Thread Adam Walsh
Hi Robin, I've submitted a patch so that you can do just that, but I don't know if it will see it's way into a release any time soon. http://issues.apache.org/bugzilla/show_bug.cgi?id=33237 You could also try Sylvain's suggestion in that bugzilla entry "Another way to do the same is to use Pipe

Generating from definition from JXTemplate

2005-03-09 Thread Robin Wyles
Hi, Can anyone tell me if it is possible to dynamically generate a forms definition and binding by do something like this using flowscript: var form = new Form("cocoon:/forms/form-model.jx", {"bean": bean}); var binding = createBinding("cocoon:/forms/form-binding.jx", {"bean": bean}); If not, i