Hi

you can specify a third party component either like

<t:libraryPrefix.somecomponent />

or

<suitableTagName t:type='libraryPrefix/someComponent'/>

suitableTagName will be select for select component, input for input
components etc


As MultipleSelect is a select component, you might right it like

<select t:type='ck/MultipleSelect' ... />

or

<t:ck.MultipleSelect .../>

regards
Taha


On Fri, Apr 15, 2011 at 11:49 PM, TG <tapestry...@hotmail.com> wrote:

> You are talking to a person who is new to tapestry :) So I need exact
> example. So my question is what should the namespace be like following?
>
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; ???
>
> I code like this and it does not work -
>
>                <t:parameter name="userRole">
>                        <label t:type="Label" for="userRole"/>
>                        <input t:type="ck.MultipleSelect" t:id="userRole"
> t:value="user.userRoles" t:multiple="true"/>
>                         * select more than once for multiple roles
>                 </t:parameter>
>
> Thanks for all Tapestry's guru's reply so far. I am impressed with the
> support I got from this forum.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-Select-component-s-multiple-property-tp4304338p4306266.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to