Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    836

    Flow/Flash Scope

    I have a doubt here!


    Is it possible to keep a variable in FlowScope when my formObject is in Flash Scope? So that the value is available throughout the flow, but the formBean is re-loaded every...
  2. Replies
    6
    Views
    1,314

    OK, Now if I have a List of objects values to...

    OK,

    Now if I have a List of objects values to bind (say, List<Student>)using multiple checkboxes, what approach should I use.
  3. Replies
    4
    Views
    3,326

    check this link:...

    check this link: :http://forum.springframework.org/showthread.php?t=47712

    hope this helps you.

    Regards,

    DeepEdward
  4. Replies
    17
    Views
    14,484

    Hi Marten, Thanks for the patience for...

    Hi Marten,

    Thanks for the patience for replying my queries.

    The problem was that I was not able to make out where the popup is! That's because the JavaScript framework (dojo) that you use...
  5. Replies
    17
    Views
    14,484

    Ok, Let me put everything once again: ...

    Ok,
    Let me put everything once again:

    Requirement:



    The above is the requirement, which is the way it is supposed to work.
    But what I get is, from the code I pasted in the earlier post...
  6. Replies
    17
    Views
    14,484

    My reply to your post was what my current...

    My reply to your post was what my current requirement is, which says i need to submit the form from the pop-up(which in my case never happens).




    Here what I mean is, I dont get the...
  7. Replies
    17
    Views
    14,484

    No Marten, I don't think that the problem is...

    No Marten,

    I don't think that the problem is with the submit button.
    I tried the the same using hyperlink, but no pop-up, it just navigated to next page in the same window.

    Regards,
    Edward
  8. Replies
    17
    Views
    14,484

    I get a form in the pop-up, for which i need to...

    I get a form in the pop-up, for which i need to submit the form and proceed to another page(not the first page from where the pop-up originated).

    Edward
  9. Replies
    17
    Views
    14,484

    Hi Marten, Is there anything that i missed...

    Hi Marten,

    Is there anything that i missed out, for the pop-up to display, as I have no clue where I went wrong here!
    I saw the booking-mvc app and made appropriate changes, still no luck..

    I...
  10. Replies
    17
    Views
    14,484

    popup in Spring Webflow 2.0.2

    Hi,

    I have been trying to make use of the pop-up given by the JavaScript framework supported by Spring webflow (see 4.12 in ,...
  11. Replies
    2
    Views
    830

    dojo or dwr?

    Hi Joe,

    Thanks for the reply.

    I think my post above makes it quite clear that its not related to spring webflow. Its related to DWR.
    I posted it here because, somebody might have come accross...
  12. Replies
    2
    Views
    830

    Spring Webflow + DWR

    Hi All,

    I am using DWR with Spring Webflow.

    I have to get a List of objects using DWR.

    My question is:
    Does DWR supports List?
    DWR supports HashMap which I tried.
  13. Replies
    2
    Views
    961

    Hi Ambika, Spring Webflow is integrated to...

    Hi Ambika,

    Spring Webflow is integrated to work in Spring MVC environment, jus the same way as with other view technologies such as jsf,struts, portlets.



    What do you mean by the above...
  14. Integration issues on Spring Webflow 1.0.5 and Spring-Webflow 2.0.2

    Hi,



    I have three applications developed using Spring Webflow 1.0.5, out of which two has been upgraded with latest release of Spring-Webflow 2.0.2 and one has to be used with Spring Webflow...
  15. Replies
    26
    Views
    16,347

    Have a look at the previous posts.. thats gonna...

    Have a look at the previous posts.. thats gonna help you out..
  16. Replies
    26
    Views
    16,347

    Thanks fanfy for the explanation as it gave me a...

    Thanks fanfy for the explanation as it gave me a better approach to this.

    And your being verbose is good as it gave a detailed explanation :)

    DeepEdward
  17. Replies
    26
    Views
    16,347

    Yeah, So you created separate properties in the...

    Yeah,
    So you created separate properties in the domain object to get hold of the name and type of file.

    Good, I tried this and it works fine.


    Is it required to wrap my action inside the...
  18. Replies
    26
    Views
    16,347

    I had copied the relevant section from my flow...

    I had copied the relevant section from my flow section as in the view-state, I just have a transition which navigates to the action-state,performs the action and on "success" returns back the same...
  19. Replies
    26
    Views
    16,347

    Your base is JSF with which you are using Spring...

    Your base is JSF with which you are using Spring Webflow, whereas I am using Spring WebMVC as my base and Spring Webflow ion top of that.

    The same worked out for me when I was using onle...
  20. Replies
    26
    Views
    16,347

    whole file upload operation using spring webflow2.0.2

    Hi,

    JSP Page:

    <form:form commandName="myBean" method="post" enctype="multipart/form-data">
    <input name="file" type="file" />
    </form:form>

    FormBacking Object: I have a multipart type...
  21. Replies
    26
    Views
    16,347

    If the problem would have been in the binding...

    If the problem would have been in the binding process then I think the File to be uploaded, would not have uploaded at all.

    On changing the property to byte array type as specified in your post, I...
  22. Replies
    26
    Views
    16,347

    Is there a way to solve this.. I am stuck with...

    Is there a way to solve this..
    I am stuck with this problem.
    It seems that the apache commons-fileupload jar tries to clear the file to be uploaded(which it cannot find in the temp folder), and...
  23. You can make use of Global transitions or in...

    You can make use of Global transitions or in Spring webflow 2.0.2, it has included the concept of inheritance where the child flow can have the common functionality present in the parent flow.

    Go...
  24. Replies
    26
    Views
    16,347

    Multipart File Upload with Spring-Webflow-2.0.2

    Hi,

    I have upgraded my Spring Webflow Jars from 1.0.5 to 2.0.2, and the Spring jar to 2.5.5.

    Uploading the file using the previous version of webflow was not working for me, but the same worked...
  25. Resolved !!

    Yes...
    I got this, and works fine. Quite simple though when the RequestContext is used to keep the value into session.. So Cheers, it works :)

    Well, is there any other best practice to implement...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4