Ok, after many tries I think that I'll give up.
Finally I found out that the empty page results everytime I try to include a page which does not pass the Spring MVC Filter. When using the...
Type: Posts; User: sua; Keyword(s):
Ok, after many tries I think that I'll give up.
Finally I found out that the empty page results everytime I try to include a page which does not pass the Spring MVC Filter. When using the...
Hi, thanks for your reply and sorry that I didn't post any jsp code. It's just because I thought that it's a general problem.
So here are my JSP's:
<%@ taglib prefix="c"...
Ok, so nobody did try to integrate a flow in an existing page with a "jsp:include" tag? The problem is that inside the "jsp:include" nothing is being displayed.
I thought first that the request path...
I have an application based on a CMS using spring mvc. The CMS has its own templating system. That's why I have to be able to include a webflow into the template with a <jsp:include page="flowId">.
...