i was able to make it work now.
previous code
<netui:textbox datasource={pageFlow.globalApp.sessionVar.Input1}/>
into
<netui:textbox datasource={globalApp.sessionVar.Input1}/>
by removing the pageFlow keyword, it worked fine now.
Additional question, is it a good design to jump from one page flow to another page flow and not starting on the begin action, but rather jumping to a
jsp.
@Kevin,
what would you recommend to use rather than session variables. thanks.
Also this was the previous error..
Caught exception when evaluating expression "{pageFlow.globalApp.callVars.inputA}" with available binding contexts [actionForm, pageFlow, globalApp, request, session, appication, pageContext, bundle, container, url, pageInput]. Root cause: knex.scripting.javascript.EvaluatorException: The undefined value has no properties.
[ September 20, 2006: Message edited by: Cyrus Serrano ]
[ September 20, 2006: Message edited by: Cyrus Serrano ]