Hi Michel, I don't know what the solution to your jsp problem is, but, as a side note I would use html <style> tags for css specification and html element 'class=' on your elements. It enables you to reuse/extend css references that you have defined elsewhere. You can even add css rules for your menus. It will make your dhtml code a lot easier to maintain as well.
Chris -----Original Message----- From: Michel Van Asten [mailto:[EMAIL PROTECTED] Sent: 01 March 2004 10:51 To: Struts Users Mailing List (E-mail) Subject: struts and DHTML Hi, maybe the question is of topic but. I need to mix javascript in my strut application. I am looking some DHTML taglibs that would help me to build "proper" javascript code for things like DHTML menus... Does it exist ? I also try to develop my own tags with java forte CE It works ... but when I try to use style I got a strange behavior I output this code to the JSPWriter :: style="{background-color:red; border-style: solid; border-width: 1; border-color:blue;}" and thats what I get in my Browser :: style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: blue; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: blue; BORDER-TOP-COLOR: blue; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: blue" Any idea ? Regards, Michel Van Asten *********************************************** This e-mail and its attachments are confidential and are intended for the above named recipient only. If this has come to you in error, please notify the sender immediately and delete this e-mail from your system. You must take no action based on this, nor must you copy or disclose it or any part of its contents to any person or organisation. Statements and opinions contained in this email may not necessarily represent those of Littlewoods. Please note that e-mail communications may be monitored. The registered office of Littlewoods Limited and its subsidiaries is 100 Old Hall Street, Liverpool, L70 1AB. Registered number of Littlewoods Limited is 262152. ************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

