The following works.

In .tml:
  

  ${myTag}


In .java : 
public String getMyTag(){
        return "</tr><tr>";
    }



Alternatively, you could put your tag in the .properties file :
${message:myTag}

.properties:
myTag=</tr><tr>



Shing 


----- Original Message -----
From: Ken in Nashua <kcola...@live.com>
To: users@tapestry.apache.org
Cc: 
Sent: Saturday, September 29, 2012 6:00 AM
Subject: cannot output table tags in outputraw compnnent


Folks,

If the output and outputraw components cannot contain a left angel bracket <

or other angle brackets

ex. <t:output value="</tr><tr>"/>   <t:outputraw value="</tr><tr>"/> 

Then I am left with doing this...

<t:outputraw value="&lt;/tr&gt;&lt;tr&gt;"/> 

But if yeilds the following exception

java.lang.RuntimeExceptionError parsing property expression '</tr><tr>': Unable 
to parse input at character position 1.
Does anyone know how to output table tags in my template ?

Thanks

kcola...@live.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to