You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Aneellu <ap...@gmail.com> on 2006/12/07 15:02:29 UTC

creating custom tags

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org