|
From: <tri...@us...> - 2010-03-11 21:00:25
|
Revision: 1207
http://equanda.svn.sourceforge.net/equanda/?rev=1207&view=rev
Author: triathlon98
Date: 2010-03-11 21:00:19 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
EQ-376 assure equanda works using tapestry 5.2
Modified Paths:
--------------
trunk/equanda-generate/src/main/velocity/t5gui/components/LinkOne.tml.vm
Modified: trunk/equanda-generate/src/main/velocity/t5gui/components/LinkOne.tml.vm
===================================================================
--- trunk/equanda-generate/src/main/velocity/t5gui/components/LinkOne.tml.vm 2010-03-10 20:08:16 UTC (rev 1206)
+++ trunk/equanda-generate/src/main/velocity/t5gui/components/LinkOne.tml.vm 2010-03-11 21:00:19 UTC (rev 1207)
@@ -2,7 +2,7 @@
#* @vtlvariable name="dollar" type="java.lang.String" *#
#* @vtlvariable name="readOnlyContext" type="boolean" *#
#* @vtlvariable name="table" type="org.equanda.domain.xml.transform.RootTable" *#
-<div class="eqLL" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" xmlns:p="tapestry:parameter"">
+<div class="eqLL" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" xmlns:p="tapestry:parameter">
<div class="eqLLR">
<t:equanda.formactionlink t:id="Select" context="prop:setterId">${dollar}{equanda-message:Select}</t:equanda.formactionlink>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|