annasgp / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Java implementation: Format of grid not the same in plain servlet vs Spring MVC and Freemarker #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create simple grid demo using Servlet (hardcode data is fine)
2. Create simple grid demo using Spring MVC (use the exact same code and the 
same data file as above)

What is the expected output? What do you see instead?
Expected to see both versions look the same.  The Spring MVC version has 
missing page buttons, much larger font, and rows are strung together. But when 
you resize the browser window or the grid, the page controls appear back.  

What version of the product are you using? On what operating system?
Version 1.1 on Windows XP.  Tomcat 7.  Spring version 3.0.5.RELEASE. Freemarker 
2.3.18.

Please provide any additional information below.
Basically the versions are identially only the version appearing badly is 
wrapped around Spring and Freemarker. 

Attached is an image showing the output. Top is what I want and the bottom is 
what I'm getting. 

Original issue reported on code.google.com by raylee0...@gmail.com on 30 Nov 2011 at 12:14

Attachments:

GoogleCodeExporter commented 8 years ago
If it makes any difference, the data is loaded via XML not json.  

Original comment by raylee0...@gmail.com on 30 Nov 2011 at 12:22