Search:

Type: Posts; User: nbootwala; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    605

    Singleton bean instantiation

    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...
  2. how to fire an event on self.close() in javaScript?

    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.
    ...
  3. Access a session scope variable from jsp to web-flow.xml

    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...
  4. Replies
    0
    Views
    708

    Access attribute value in web flow

    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"...
Results 1 to 4 of 4