On Wed, 26 Jun 2002, Chandra Sekharan Bhaskaran wrote:

> Date: Wed, 26 Jun 2002 17:55:51 +0530
> From: Chandra Sekharan Bhaskaran <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Help on Struts Id
>
> How to use styleId in struts for css
> rgds
> Bhaskaran
>

It's pretty simple -- the "styleId" attribute on a Struts tag generates an
"id" attribute on the resulting HTML element, which you can use in
stylesheets in the usual way.  The reason this was called "styleId" in the
first place is that "id" is a reserved attribute name in JSP 1.1.

Craig



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

Reply via email to