aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Fields shifting on page submission 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 » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Fields shifting on page submission" Watch "Fields shifting on page submission" New topic
Author

Fields shifting on page submission

Vic Hood
Ranch Hand

Joined: Jan 05, 2011
Posts: 477

Hi folks,
I've written a few pages of jsp for my project containing html forms and fields.However, I notice that upon page submission (in the case of the controller redirecting to the same page), some of the fields appear to shift to the right.I've checked the source and there's no apparent difference (as they are the source of the same page).Any idea why this could be happening?
The shift appears to occur only in Internet Explorer 8 , however does not occur in Chrome or Firefox.


Learning and Learning!-- Java all the way!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Fields shifting on page submission
 
Similar Threads
Problem with Struts2 validation
how to get the text field value into a JSP variable in the same page
Retaining values on a search form after submission
Stripes: how to avoid repopulating a textfield
how to get reset to work after form submit in JSP?