RE: Multi lingual web site

2007-05-30 Thread Jon Cruz
Hello, There are a few ways I've gotten around this: 1. Store the other languages in the same table that populates the "select" control. In the future, if you add more languages to your site, you just add to that table. (Which would be similar to adding another resource file for that new langua

RE: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Jon Cruz
I *just* had the same issue. One table, (5 columns), displaying anywhere from 10 to 50 records. Hidden behind some CSS Div code, I had: Column 1 : Textbox control Column 2 : Select control with 6 options Column 3 : Select control with 5 options Column 4 and 5 : Edit and Delete hyperlinks. Same