On 8/30/07, 小司 <[EMAIL PROTECTED]> wrote:
> I user it it works well
>
>
> select component's html source is
> <option value="Index">Index
>
> no </option>
>
> how to rectify it??
>
> if i want to get this style ,how to modify the source
> <select size="1">
>    <opiton value="1" >IT department</option>
> </select>
>  the value and display value is defferent.
>

Search the archives, this is due to tapestry rendering as html (note,
not xhtml), which is sgml based and doesn't require an ending tag.

-- 
        regards,
        Robin

Reply via email to