Changeset 382


Ignore:
Timestamp:
12/30/10 18:07:41 (2 years ago)
Author:
philsmart
Message:
 
Location:
raptor-web/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raptor-web/trunk/pom.xml

    r381 r382  
    422422                <dependency> 
    423423            <groupId>uk.ac.cardiff.raptor</groupId> 
    424             <artifactId>service-interfaces</artifactId> 
     424            <artifactId>raptor-serviceinterfaces</artifactId> 
    425425            <version>0.3-SNAPSHOT</version> 
    426426        </dependency> 
  • raptor-web/trunk/src/main/webapp/WEB-INF/flows/test/viewData.jspx

    r365 r382  
    77   xmlns:tr="http://myfaces.apache.org/trinidad"> 
    88     
    9         <ui:composition template="/templates/basic/basic.xhtml"> 
    10             <ui:define name="title">#{messages.titulo_app}</ui:define> 
    11             <ui:define name="servicioAct">#{messages.titulo_app}</ui:define> 
    12             <ui:define name="content"> 
    13                 <h2>Hola !! #{modelBean.nombre}</h2> 
    14             </ui:define> 
    15         </ui:composition> 
     9 
    1610</jsp:root> 
Note: See TracChangeset for help on using the changeset viewer.