Hi,
I'm new to SWF so maybe my question will be trivial.
I have an homepage and I'd like to create a button so that cliking on, it triggers a new flow.
How could I define that button ?
Attenton: I don't want it to trigger an event but to start a NEW FLOW, that's the point.
This would be my idea but I don't think it's correct:
Thanks all and best regards,HTML Code:... <form method="post" action="${contextPath}/newFlow.do"> <input type="submit" value="Go"/> </form> ...
Ale


Reply With Quote