I resolved the problem. In my custom css file I was having "border-collapse" over every table tr td and div. That css property applied to SmartGwt layout does "broken filter" effect. I resolved putting a css class with border-collapse just on my custom needed tables and divs from my jsp pages embedded in HtmlFlow object from SmartGWT.
I have one more problem: My jsps have some ajax containers which size grows after loading them but the HtmlFlow doesn`t resize when my ajax is done to contain the hole size. So it is showing truncated output.
After I manually resize the HtmlFlow container (vlayout) the render is correct.
Is there a way to resize the HtmlFlow container after my ajax is done?
Thank you for all!
I have one more problem: My jsps have some ajax containers which size grows after loading them but the HtmlFlow doesn`t resize when my ajax is done to contain the hole size. So it is showing truncated output.
After I manually resize the HtmlFlow container (vlayout) the render is correct.
Is there a way to resize the HtmlFlow container after my ajax is done?
Thank you for all!
Comment