Search:

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

Search: Search took 0.02 seconds.

  1. No, I meant Spring MVC + Thymeleaf as ui...

    No, I meant Spring MVC + Thymeleaf as ui framework insted of Spring MVC + JSF (we said that is not possible)...
  2. what about thymeleaf?

    what about thymeleaf?
  3. That's the point... I've found a lot of...

    That's the point...
    I've found a lot of documentation for integrating Spring Web Flow with JSF, but I'd like to keep Spring's MVC implementation...
    Are you sure it's not possible!? In case what...
  4. If facelets can replace tiles is ok... So,...

    If facelets can replace tiles is ok...
    So, excluding tiles, can I use JSF only for the view tier?!
    Some example of integration in this sense may be useful..
  5. Hibernate + Spring MVC + JSF + Tiles...possible?!

    Hi there,
    I'm working on a web application that use Spring as controller and DI engine, Hibernate as data access layer and simple JSP whit Tiles as template framework...

    I'm trying to figure out...
  6. Yes, in every browser... I've checked with...

    Yes, in every browser...
    I've checked with cookie manager the creation date and it doesn't change, so the cookie isn't deleted and recreated...

    Can the problem occurs because of the domain?!...
  7. Thanks for the anwser james.. I too thought it...

    Thanks for the anwser james..
    I too thought it was the app server, but it doesn't seems to me...
    However i have to delete the cookie, because, as PreAuthFilter, it is fired on every secured...
  8. delete-cookies don't delete LtpaToken

    Hi there,
    I'm developing a web application that use a PreAuthenticationFilter for using IBM LtpaToken for loggin in..
    I'd like to delete the token when the user logout, but I can't...

    My logout...
  9. Thank you so much Marten...with the combination...

    Thank you so much Marten...with the combination of RedirectAttributes and @ModelAttribute I have solved all my issue!
    Now I'll look into springs error messages...

    I apologize for the noob...
  10. thank u Marten, using redirect:/customers/list...

    thank u Marten, using redirect:/customers/list works!!!
    However I've tried to not reuse logic:



    @RequestMapping(value = "/save", method = RequestMethod.POST)
    public MyModelAndView...
  11. The complete URL is...

    The complete URL is http://localhost:8080/TimeSheet/customers/ or http://localhost:8080/TimeSheet/customers/list...
    I've tried with redirect:/list....I think that is correct, because the...
  12. sorry for the wrong section...if someone can move...

    sorry for the wrong section...if someone can move the thread in the right one i'll appreciate...
    however i've also tried with the


    @RequestMapping(value = "/save", method = RequestMethod.POST)...
  13. Redirect to new controller method does not change url

    hi there, this is my first post...

    i'm new to spring and i'm stuck in a little problem...

    I've a controller with 3 methods like these:


    @RequestMapping(value = {"","/list"}, method =...
Results 1 to 13 of 13