To clarify, what is the configuration syntax?
the sample validation.xml shows:
<form name="personDataWizard">
<field property="firstName" depends="required" page="0">
<arg0...
Type: Posts; User: jpsf77; Keyword(s):
To clarify, what is the configuration syntax?
the sample validation.xml shows:
<form name="personDataWizard">
<field property="firstName" depends="required" page="0">
<arg0...
Any resolution to this question? Is it possible to configure an attribute for multiple pages?
Thank you! That's what I thought.
I guess I didn't phrase my question properly or I'm really not understanding, I apologize.
On logout, I save the conversation object via the conversation manager.
Once re-login occurs and I...
Thanks for the reply.
If I save the entire conversation, I'm still unclear as to how I would get the flowExecutionKey to request the last flow execution once I reload the conversation from the...
I need to save the last flow execution in a continuation in a database to enable the user to start at the last flow on re-login. I found a previous thread that advised to create a custom...