Hi,

I have this template:

<div xmlns:t="...">
    <<input t:type="textfield"  t:id="address1" />
</div>

it can be used as component like this:

<t:form>
  <t:mycomponent>
</t:form>

but if I use it as page template, it can not be rendered at run time, I have
to surround it with <t:form></t:form>. Is there a way that a page containing
some form fields can be obtained during run time and insert into a form to
be part of the UI? Thanks,

A.C.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-partial-form-template-tf4670558.html#a13342337
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to