1 Aug 2006 19:31
dialog manager problems / questions
stephan opitz <stephan.opitz <at> gmail.com>
2006-08-01 17:31:24 GMT
2006-08-01 17:31:24 GMT
two questions...
first:
i use tiles... i have a static left and side - middle is dynamic (with
actions &&&)
if i enter the dialog manager, i thought ok, cool i cann swap between dialogs...
if i use a link from the static sides, i got fault because the
transition are not defined in dialog manager... i dont want to define
it again...
does exist a possibility that if i'm in a dialog and a non defined
transaction is called, that the dialog automatically ends?
<!-- Edit Profile Dialog -->
<dialog name="buyProcedure"
start="Setup">
<!-- Global transitioh definitions -->
<transition outcome="cancel"
target="Cancel"/>
<transition outcome="finish"
target="Finish"/>
<action name="Setup"
method="#{buy.prepareBuy1}">
<transition outcome="success"
target="Page 1"/>
</action>
(Continue reading)
RSS Feed