Hi all,

I have a requirement to create custom tag which embeds struts tags.see
below, 

<project:multiselect title="Title">
        <project:available search="true">
                <option value="1999">1999</option>
                ...available can have html:option, html:options, 
html:optionsCollection...
        </project:available>
        <project:selected search="false">
                <option value="2000">2000</option>
                ...selected can have html:option, html:options, 
html:optionsCollection...
        </project:selected>
</project:multiselect>

can anyone guide me how to do it.

thanks in advance,
anil.  
-- 
View this message in context: 
http://www.nabble.com/creating-custom-tags-tf2774574.html#a7739712
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to