Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
14. Aug 2008, 05:57 CET | Link

Dear All,

Is there any pageflow transition element that might mean 'immediate=true'? By which I mean, a pageflow for escaping from the current page without performing a lot of validation?

For example:

<pageflow>
<transition name="save"/>
<transition name="cancel" immediate="true"/>
</pageflow>

I used the attribute 'immediate' because it has the same connotations as in JSF...

<h:inputCommand name="save"/>
<h:inputCommand name="cancel" immediate="true"/>

Regards,

Richard.