You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sam Wun <sw...@gmail.com> on 2009/06/22 10:46:21 UTC

download link for struts UI Tags?

Hi,

Can anyone tell me where can I downnload struts (2) UI Tags  library?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: download link for struts UI Tags?

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
The Struts 2 core already includes the tag libraries. So if you have
downloaded struts 2, then you also have the tag libraries you need.
Struts distributions can be downloaded here:
http://struts.apache.org/downloads.html

Nils-H

On Mon, Jun 22, 2009 at 10:46 AM, Sam Wun<sw...@gmail.com> wrote:
> Hi,
>
> Can anyone tell me where can I downnload struts (2) UI Tags  library?
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: download link for struts UI Tags?

Posted by Sam Wun <sw...@gmail.com>.
Hi,

I actually want to use the struts UI tags "<s:", but I don't know
where to download the library from.
Hereis the code I want to implement:
<s:textfield label="City" name="city" />
<s:textfield label="State" name="state" />
<tr>
	<td>Zip+4</td> <!-- Manually outputting our label -->
	<td>
		<s:textfield name="zip" theme="simple" />
		<s:textfield name="plus4" theme="simple" />
	</td>
</tr>
"


Thanks


On Mon, Jun 22, 2009 at 6:46 PM, Sam Wun<sw...@gmail.com> wrote:
> Hi,
>
> Can anyone tell me where can I downnload struts (2) UI Tags  library?
>
> Thanks
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org