Developing a web flow, I wondered about rendering more than one fragment.
I'm using an Ajax request managed by jQuery and Id like render more than one fragment, each one attached to a different <div>. Is it possible for example in this way?
..or in such other way?and How can I identify each fragment on the client side?Code:<transition on="submit"> <evaluate expression..../> <render fragments="fragment1 fragment2"/> </transition>
thank you in advance...


Reply With Quote
