Adding name and id properties to textarea (struts)

Posted by reg3n on Stack Overflow See other posts from Stack Overflow or by reg3n
Published on 2010-06-11T16:54:09Z Indexed on 2010/06/11 17:03 UTC
Read the original article Hit count: 200

Filed under:
|
|

Hi, i mostly do CSS and php so i'm kind'a lost here, so no idea if this is possible the way i want it anyway, this is it:

I have this code

<html:textarea rows="10" cols="70" property="thankYouMessage" />

And i want this textarea to render an id of "textareaID" and a name like "textareaname"

how can i go about this?... if i use styleID, the page just won't load anymore... i need to apply some css to that markup so that's the thing.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about java

Related posts about struts