Hi,
after reading through the docs I think it must be possible to create own transitions. But I cant figure out how. Especially if I use the XMLFlowBuilder.

Through all our struts application html:image buttons are used to submit the forms. That results into a URL that looks like: nextButton.x=17&nextButton.y=3

It would be quite cool to parse for (1)Button.x= and have (1) as the name for the transition.

Is this possible?

Markus