cancel
Showing results for 
Search instead for 
Did you mean: 

Surf and Forms

thomasg
Champ in-the-making
Champ in-the-making
Hi,
I'd like to use forms with surf and I'm not quite sure if everything described on http://docs.alfresco.com/5.0/tasks/forms-config.html is already set up in the different jars  loaded with maven configuration:

        <dependency>
            <groupId>org.springframework.extensions.surf</groupId>
            <artifactId>spring-surf</artifactId>
            <version>5.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.extensions.surf</groupId>
            <artifactId>spring-surf-api</artifactId>
            <version>5.1-SNAPSHOT</version>
        </dependency>

does anyone know whether I need to create manually files like src/main/webapp/WEB-INF/classes/org/springframework/extensions/surf/forms-client-context.xml or whether there is better thing to do?

Thanks,
Thomas
1 REPLY 1

thomasg
Champ in-the-making
Champ in-the-making
Are forms actually designed to be used in surf or is it really specific to share?

Thomas