Re: using css with struts 2

2007-08-02 Thread Session A Mwamufiya
I got it cleared up, it was an issue with not using the absolute path in my link. Thanks, Session > Hi, Do you have your form's theme set to css_xhtml ? > > Leena > > On 7/31/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have a page with various strut objects in a form

Re: using css with struts 2

2007-08-02 Thread Chris Pratt
It also looks like you're referencing the "actionButton" style class > > > > > > > cssClass="actionButton" /> > > > > But you defined the style as the "button" class. > > input.button { > > text-align: left; > > width: 100px; > > } (*Chris*) ---

Re: using css with struts 2

2007-08-02 Thread Leena Borle
Hi, Do you have your form's theme set to css_xhtml ? Leena On 7/31/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a page with various strut objects in a form (buttons, textfields, > and listboxes), and would like to be able to control the layout. I tried > using a css fil

Re: using css with struts 2

2007-07-31 Thread Dale Newfield
Session A Mwamufiya wrote: - I have the following line in my tag: This probably is part of the problem--this url should be relative to the webapp, something like: "/> (where "/styles/render.css" is the path from the root of your webapp to the file in question.) Any ideas why struts do

using css with struts 2

2007-07-31 Thread Session A Mwamufiya
Hi, I have a page with various strut objects in a form (buttons, textfields, and listboxes), and would like to be able to control the layout. I tried using a css file to set the size and font of buttons: - my jsp page contains: - I have the following line in my tag: - my rende