Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Hi any one plz. I also had similar issue ...

    Hi any one plz.

    I also had similar issue

    How can I get reference to message source through java code?
  2. Replies
    0
    Views
    943

    AbstractPdfView+pdf stream download

    If I have a bytestreem of pdf how can I download pdf using AbstractPdfView.

    Without using AbstractPdfView(through normal Controller) I can do this by using


    ...
  3. Replies
    2
    Views
    1,365

    Thanks for your reply. You wana say its...

    Thanks for your reply.

    You wana say its browser setting and spring web flow and it does not tries to display what browser can display.

    As browsers can not display excell file so it ends up...
  4. Replies
    2
    Views
    1,365

    AbstractPdfView and file download dialog.

    Using AbstractPdfView I can render output as a pdf document which is working fine for me.
    But how can I make sure that pdf is not displayed in the browser instead I get file download dialog just...
  5. thanks for ur quick reply :)

    thanks for ur quick reply
    :)
  6. No order does not works in this case. as in...

    No order does not works in this case. as in documentation of UrlBasedViewResolver says
    When chaining ViewResolvers, a UrlBasedViewResolver always needs
    to be last, as it will attempt to resolve any...
  7. Chaining view resolvers(InternalResourceViewResolver,AjaxUrlBase dViewResolver )prob.

    Hi,

    I am using Spring WebFlow to extend my web application's functionality so that I can use both SpringMVC as well as SpringWebFlow.

    Problem I am running into is I can not chain view...
  8. I am working on spring-webflow-2.0.3.RELEASE...

    I am working on spring-webflow-2.0.3.RELEASE version and this problem comes on file download case.
  9. WebFlow+file download+IllegalStateException?

    I am trying to download file from webserver using Spring Web Flow
    using code



    ServletExternalContext servletExternalContext = (ServletExternalContext) context
    .getExternalContext(); ...
  10. right way to use multiaction in spring webflow2.0.3

    I'm starting to use swf 2.0, I can see that now I can call me beans directly from my webflow definition, i.e.:
    <evaluate expression="bookingService.findBookings(currentUse r.name)"...
  11. Replies
    1
    Views
    716

    Accesing response in flow

    How can I pass request response objects to action bean method assetCheckOut?



    <action-state id="checkout">
    <!-- action-state must have an evaluate element, a set element, or similar. See...
  12. Replies
    1
    Views
    747

    Missing Docs for Spring JavaScript

    Hi,

    I was trying out Spring Web Flow. Found Spring JavaScript very intersting and useful but where are api docs of Spring JavaScript.

    Eg. I was using


    Spring.addDecoration(new...
  13. Replies
    1
    Views
    761

    whats new in 2.0.x springMVC

    Hi,

    I am using spring 1.2.5 for my web application.

    We are planning to move to 2.08/latest spring build. just want to know where can I find whats new in springMVC2.0.8/latest springMVC

    ...
  14. Replies
    1
    Views
    829

    how to use map returned by controller?

    Studing Spring 2.08

    I found that a controller can return void/Map/ModelAndView.

    I have a question how to process the Map (at jsp end) returned by my multiaction controller.



    public...
  15. Replies
    1
    Views
    772

    File Upload Problem

    My Requirement is :--

    User selects the file to be uploaded and based on file's info like file mime-type,operating system type have to get properties associated with this kind of file and display...
  16. Nope its not working.

    Nope its not working.
  17. ifference between filters and intercepters?

    Hi,

    New to this kind of stuff.

    What is the difference between filters and intercepters?
  18. how can convert java string to javascript string escaping '\n' .

    I have a java string variable having \n and passing the string value to javascript variable defined in jsp.
    comments = "xy\nz";


    new ModelAndView("/test", comments , comments);

    ...
  19. multiaction controller and command object

    I am using multiaction controller
    and tring to map values to controller.

    I have form element with two input fields
    <input type='text' name='username' id='username'>
    <input...
  20. Replies
    4
    Views
    1,126

    Hi experts, Should I opt for...

    Hi experts,

    Should I opt for SimpleFormController?
    Plz guide me. I am waiting for you response

    Have a nice time
    Thanks
  21. Replies
    4
    Views
    1,126

    binding command object to multiactioncontroller

    Hi,

    I was going through documentation for binding command object to multiaction controller.

    documentation says:--

    This signature accepts a Login argument that will be populated (bound) with...
  22. Replies
    4
    Views
    1,126

    MultiActionController and validate

    Hi,

    I am using MultiActionController.
    I want to know how can bind validate command object for each method of MultiActionController.


    Thanks with regards.
  23. using AbstractCommandController but need multiaction controller kind of behaviour

    Hi,

    I am new to spring.
    My html page has ten buttons (go ,test etc) all are submiting the form. Earlier I was using multiaction controller so when user pressed any of these buttons control was...
  24. using AbstractCommandController but need multiaction controller kind of behaviour

    Hi,

    My html page has ten buttons (go ,test etc) all are submiting the form. Earlier I was using multiaction controller so when user pressed any of these buttons control was transfered to...
  25. I found the problem I was using private...

    I found the problem

    I was using
    private int[] publicationIds;

    but I should be using string[] publicationIds;

    Thanks
Results 1 to 25 of 27
Page 1 of 2 1 2