Hi folks:
Thanks to some threads I almost achieve to generate a "semi-dynamic"
content with Tapestry, but I don't know if exist a way to add blocks.
¿exists a way to do it?.
For instance
<block jwcid="[EMAIL PROTECTED]">
<span jwcid="@TextField" value="ognl:valor" size="20"/>
</block>
<block jwcid="[EMAIL PROTECTED]">
<span jwcid="@TextField" enabled="false" value="ognl:valor" size="20"/>
<input type="button" value="..."
onClick="newWindow('/proyect/app?service=page&page=LookupDialog&session=T','','400','200','noresizable,scrollbars,status,notoolbar');"/>
</block>
As you can see alfanumericButton can be obtained if I can sum
alfanumeric and Button (If Button block were defined). And of course,
how it affects my .java and .page if any changes have to be done.
Thanks in advance
JQ
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]