HI,
I have one service class which is used by some validator classes. This service class is a singleton and validator classes have dependency on it. When the context file is created the bean will...
Type: Posts; User: nbootwala; Keyword(s):
HI,
I have one service class which is used by some validator classes. This service class is a singleton and validator classes have dependency on it. When the context file is created the bean will...
Hi,
I have one requirement where in I have to fire an event on self.close() on a jsp page and capture that event in flow.xml.
e.g. I am trying to do something like this.
...
Hi,
I have a requirement where in I have one session scope boolean variable in jsp file and I want to access this boolean variable in flow.xml. In the flow.xml I have decision state to test this...
Hi,
I have one xml file to define sub flows. For example
<subflow-state id="subflow1" flow="flow1">
<attribute name="test" value="true"/>
<transition on="commonSubflow"...