in my html,
---------------

    <form jwcid="@Form">
         <div jwcid="@Insert" value="ognl:allProducts" raw="ognl:true" />
              
          </form>

in my java, pageValidate,
--------------------------

    setAllProducts("<span jwcid=\"@Insert\"
value=\"message:com.test.productcode\"/>");



when reader on browser, i get the exact html -->
-----------------------------------------------


<span jwcid="@Insert" value="message:com.test.productcode"/>


why it doesnt convert into tapestry codes...?
              





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to