This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Struts2 Form + Div display error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts2 Form + Div display error" Watch "Struts2 Form + Div display error" New topic
Author

Struts2 Form + Div display error

Riley Thomas
Greenhorn

Joined: Aug 08, 2009
Posts: 13
All,

The code snippet below is behaving as expected (hooray!) except that the display of the "County" dropdown is not where it's supposed to be. The submit action does capture the value, however. Any thoughts? Thanks!
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

Have you tried to view the source of the rendered HTML? Form tags get wrapped in table tags (see here so that may be messing up your layout.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Struts2 Form + Div display error
 
Similar Threads
problem running dojo.plugin in struts2.1.6
multiple dropdown interdependant on the previous selected dropdoen value
struts-2.1.6 -- 'dojo' is undefined
how to populate a list in a another select tag using a select tag using struts 2 & DOJO (ajax)
Ajax form submission issue with struts 2 file tag