Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    738

    session with Flex/blazeDS and spring

    Hello,
    I am a new to Flex and blazeDS. I have done a lot of projects with Spring and jsp in the past and never had a problem with session and worked very well.
    Now I used FlexContext.getSession()...
  2. Replies
    9
    Views
    1,298

    Yes. formObjectScope property of the FormAction....

    Yes. formObjectScope property of the FormAction. I defined as xx-beans.xml.

    <bean id="xxFormAction" class="xx.xxx.XXXFormAction">
    <property name="formObjectScope" value="FLOW"/>
    ...
  3. Replies
    9
    Views
    1,298

    Explanation : With webflow 1.0 rc3 All actions...

    Explanation :
    With webflow 1.0 rc3
    All actions defined in FLOW scope. Last action defined as REQUEST scope.
    In All actions submit method,
    put something in CONVERSATION scope and retrieve it...
  4. I think you need to pass your update value in...

    I think you need to pass your update value in previous action and when you want this updated value in popup action, retrieve this upated values and put it in jsp.
    Eg:
    In previous action : ...
  5. Replies
    9
    Views
    1,298

    Thank you for advice. Now I am using FLASH...

    Thank you for advice.
    Now I am using FLASH scope.
    I have a question for you.
    Now one of my action( Last Action - eg: summary) defined with the following:

    <property name="formObjectScope"...
  6. Replies
    4
    Views
    1,039

    the same. ...

    the same.

    context.geConversationScope().remove("dataName");
  7. Replies
    9
    Views
    1,298

    Thank you Keith. I will search...

    Thank you Keith.

    I will search "alwaysRedirectOnPause".
    For now, I can fix my problem.
    Most of my action beans are defined as FLOW SCOPE and last one(summary page) is REQUEST SCOPE.
    I passed...
  8. Replies
    4
    Views
    1,039

    I think it should work ---- ...

    I think it should work ----
    context.getRequestScope().remove("dataName");
  9. Replies
    9
    Views
    1,298

    Please Corret SCOPE?

    I have a problem with Scope. My project was working fine previously. Now I update to Web flow 1.0 and I could not get correct data from formObject.

    I have formObject1 with FLOW scope. It...
  10. Replies
    0
    Views
    791

    httpClient and MVC

    I have a problem with httpClient. I have 2 projects. From Project 1, one of actions, I called project2 with httpClient call.

    From project2, login.jsp
    .....
    <spring:bind path="userId">...
  11. Replies
    2
    Views
    1,181

    Sorry I got it

    Sorry I got it
  12. Replies
    4
    Views
    978

    I could not find RC 4 release. Where can I get...

    I could not find RC 4 release. Where can I get it?
  13. Reload this Page how to set attribute of member class in validator of web flow

    Thank you Keith.

    I set errors.setNestedPath("bClass");
    and set in jsp:
    <spring:nestedPath path="aClass.bClass">

    Now I can validate everything I want.

    Thanks again.
  14. how to set attribute of member class in validator of web flow

    I have a problem with setting attribute of member class in formAction and jsp.

    In bean definition:
    <bean name="aFormAction" class="com.test.AFormAction">
    <property...
  15. Replies
    5
    Views
    1,225

    It should be OK if you changed in the following...

    It should be OK if you changed in the following highlighted stuff:

    protected Map referenceData(HttpServletRequest request) throws Exception {
    Map contacts = new HashMap();
    int...
  16. Replies
    0
    Views
    651

    ??

    ????:confused: :confused: :confused:
  17. Thread: Novice doubts

    by fedor_dz
    Replies
    7
    Views
    1,076

    Could you put more details your action code, so,...

    Could you put more details your action code, so, we can figure out.May be you dont get right object from httpContext.
Results 1 to 17 of 21