Changeset 382
- Timestamp:
- 12/30/10 18:07:41 (2 years ago)
- Location:
- raptor-web/trunk
- Files:
-
- 2 edited
-
pom.xml (modified) (1 diff)
-
src/main/webapp/WEB-INF/flows/test/viewData.jspx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raptor-web/trunk/pom.xml
r381 r382 422 422 <dependency> 423 423 <groupId>uk.ac.cardiff.raptor</groupId> 424 <artifactId> service-interfaces</artifactId>424 <artifactId>raptor-serviceinterfaces</artifactId> 425 425 <version>0.3-SNAPSHOT</version> 426 426 </dependency> -
raptor-web/trunk/src/main/webapp/WEB-INF/flows/test/viewData.jspx
r365 r382 7 7 xmlns:tr="http://myfaces.apache.org/trinidad"> 8 8 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 16 10 </jsp:root>
Note: See TracChangeset
for help on using the changeset viewer.
