OK, discovered the cause to the above exceptions - I was using a project that referenced the old servlet specification in the deployment descriptor, hence no support for EL in JSP 1.2. DOH!
...
Type: Posts; User: tonyvieitez; Keyword(s):
OK, discovered the cause to the above exceptions - I was using a project that referenced the old servlet specification in the deployment descriptor, hence no support for EL in JSP 1.2. DOH!
...
Hi,
I'm having problems configuring any version of tiles to use webflow 2.0.9 or 2.0.6 (with Spring 2.5.6).
Basically, I get the following exception with tiles 2.0.5:
java.io.IOException:...
OK, figured out what to do. Firstly I changed the configuration so that the viewFactoryCreator now creates a FlowAjaxTilesView tiles view resolver:
<bean id="tilesViewResolver"...
Hi,
I'm having problems refreshing fragments in webflow. In order to test my understanding, I've build a simple demo app which consists of one page with three parts - a menu, a body and a footer....
Dear Forum,
I'm trying to get a demo webflow/tiles application to render a tiles fragment, but without success. Basically, instead of getting a fragment response, the full page is returned to the...