http://forum.springframework.org/showthread.php?t=9664. Thanks and regards.
Type: Posts; User: GertThiel; Keyword(s):
http://forum.springframework.org/showthread.php?t=9664. Thanks and regards.
SOLVED.
After tweaking URl mapping, views.properties and web.xml I finally solved that problem.
Thank you for your help.
Regards.
Alef,
I did so but nothing changed.
Regards.
Alef,
Currently I have this web.xml (http://localhost:8080/ and http://localhost:8080/app shall be handled by Tapstry, http://localhost:8080/pdf shall be handled by SpringMVC and my...
Colin,
I think, Iīm still in trouble with that partitioning stuff. I created a new topic (Need help with SpringMVC and PDF) regarding that.
Youīre my brightest hope for help :).
Regards.
This actual problem is that:
I want to load a PDF page into a frame. The most of my site is done using Tapestry but the PDF pages are accessors of SpringMVCīs AbstractPdfView.
I canīt identify...
Hi,
I read the related chapter in the reference about subclassing a AbstractPdfView. But I canīt get it working all.
I want to combine Tapestry with Spring, but still use Spring MVC to create...
Forget the validation stuff. I reordered the web.xml content and that helped. My fault :?
Regards.
{I submitted this post in parallel with Colinīs post. Multitasking and sync mismatch :wink:}.
Colin,
Should have read "the code canīt be validated anymore".
In Eclipse 3 the XMLBuddy plugin give error messages like
The content of element type "web-app" must match...
Colin,
I have one servlet declared in my web.xml based on the
org.apache.tapestry.ApplicationServlet class.
When I try some "partitioning" like this
<?xml version="1.0"...
Hi.
Foreword: Iīm a Java and Spring beginner. And my ten years of Delphi and mod_perl programming experience doesnīt help very much.
I want to use Jakarta Tapestry for a Spring MVC view and...