No, I meant Spring MVC + Thymeleaf as ui framework insted of Spring MVC + JSF (we said that is not possible)...
Type: Posts; User: fsteccanella; Keyword(s):
No, I meant Spring MVC + Thymeleaf as ui framework insted of Spring MVC + JSF (we said that is not possible)...
what about thymeleaf?
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...
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..
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...
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?!...
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...
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...
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...
thank u Marten, using redirect:/customers/list works!!!
However I've tried to not reuse logic:
@RequestMapping(value = "/save", method = RequestMethod.POST)
public MyModelAndView...
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...
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)...
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 =...