Search:

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

Search: Search took 0.01 seconds.

  1. Here is the resolution to the ...

    Here is the resolution to the

    javax.servlet.ServletException: No adapter for handler [org.springframework.web.servlet.mvc.UrlFilenameViewController@df804e]: Does your handler implement a...
  2. resolving jsp and html files with the same project

    I have a spring project.

    I have my jsp files under /WEB-INF/jsp/

    I have some html files i need to serve as well under /WEB-INF/console/

    I am using SimpleUrlHandlerMapping for mappings...
  3. Replies
    31
    Views
    6,603

    web-application-config.xml is the default...

    web-application-config.xml is the default DispatcherServlet Configuration file.

    e.g if you DispatcherServlet is named nestleDataFetcher as shown the the web-application-config.xml should be named...
  4. Replies
    3
    Views
    876

    error message solved but note that solution ambigous.

    Erwin,
    I was overiding the setupForm method but still getting teh same error. I also had checked and confirmed that I had the spring-binding.jar in my project. Infact I could not see any thing...
  5. Thanks!

    Thanks for the prompt response. I did updatemy code to override the creatFormObject method. I aslo had another more subtle error. I was not correctly defining the _eventId within the form to resume...
  6. I am having a similar problem. I cannot get my...

    I am having a similar problem. I cannot get my transition to work in view state, it just seems to reset the form. I would very much appreciate if you posted how you resolved this problem.

    Thanks
  7. Thanks

    Thanks! Appreciate the Response. Had kind of figured that was the deal but wanted to double check.
  8. Replies
    3
    Views
    876

    webflow runtime on flow execution error--

    I am getting an error that is not every helpful.
    I am trying to create new FormAction Objects for my webflow application.
    I have extended the FormAction class as below

    package...
  9. Sping MVC Spring WEBFLOW Transition -Please Advice

    I have a web application, that is implemented with the following technologies
    Hibernate, Spring MVC, JSP/JSTL/TILES
    In general, I have implemented my forms to extend the SimpleFormController. I...
Results 1 to 9 of 9