That is strange, it should work as you have shown it.  I know this
behavior works ... there are unit tests to verify it.

Ooops, please file a bug.  I see the problem; BeanEditForm supports
informal parameters, but BeanEditor does not!

On Jan 3, 2008 1:05 PM, Mark Horn <[EMAIL PROTECTED]> wrote:
> I'm sorry if the answer for this is out there, but I have not been
> able to find it.  I'm trying to use a BeanEditor and defined a
> TextArea for a property instead of the default TextField.
>
> Here is a snip-it form my template file
>
> <form t:type="form" t:id="form">
>           <t:errors />
>                 <span t:type="beaneditor" t:object="component" 
> reorder="id,name,description" >
>                         <t:parameter name="description">
>                                 <t:label for="description"/>
>                                 <t:textarea t:id="description" cols="80" 
> rows="5"
> value="mybean.description"/>
>                         </t:parameter>
>                 </span>
> </form>
>
> The problem is that a text field is still displayed no matter what I
> do.  Can someone please help me out?
>
> FYI.. using Tapestry 5.0.7
>
> Thanks,
> --
> Mark Horn
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to