<snip> intro to problem</snip> > It seems it would be simple to write a > ContinuationsTransformer or ContinuationsSerializer that > augmented any <form> tag with an action pointing to the > appropriate continuation (essentially a simpler version of > the URI rewriting transformer).
It would appear that there is no access to the object model from within a Serializer? A transformer is simpler code in any case since that way I don't have to implement the entire XML pipe (just extend AbstractTextSerializer), but in a way this still seems to be mixing concerns a little too much (serialization and continuation)... <snip/>
