Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Ajax problem

  1. #11
    Join Date
    Jul 2010
    Posts
    6

    Default

    Hi,

    I'm using
    spring 2.5.6
    flow 2.0.3
    tiles 2.0.6
    mvc 2.5.6

    There isen't that kind of exception. My tiles configurer is like this:

    Code:
    <bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer">
    		<property name="definitions">
    			<list>
    				<value>/WEB-INF/config/tiles/tiles-layout.xml</value>
    				<value>/WEB-INF/config/tiles/views-fornitore.xml</value>
    [...]
    			</list>
    		</property>
    	</bean>
    Any ideas?

    Thanks.

    Quote Originally Posted by ranjan_george View Post
    Please post the versions you are using for Spring Web Flow, Spring MVC and Tiles. If you are using Spring Web Flow 2.0.9 which in turn depends on Spring 2.5.6 how did you get around the TileConfigurer exception "Class org.apache.tiles.web.util.ServletContextAdapter not recognized a TilesApplicationContext"?

  2. #12

    Default

    Hi

    I'm getting really frustrated over this. I've spent two days trying to get this to work.

    Is there really no working sample in the Spring community that makes use of the <render fragments="xxx"/> tag?

    None of the samples; booking-faces, booking-mvc, booking-portlet-faces, booking-portlet-mvc or jsf-booking uses this functionallity.

    I'm trying to get a partial reload of a page using Spring Webflow, Tiles and Spring javascript. I've tried using both buttons and links but I can't get it to work.

    Help would be greatly apprechiated.

    Regards,
    Mattias

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •