Hi All,
Here in my application i am facing problem with UI rendering while migrating application from ATG2006.3 with DAS to ATG9.0 with JBOSS.
same pages are working fine on DAS with ATG2006.3 but not working with ATG9.0 with JBOSS. As i tried to detect what is issue i found one of div tags issue. DIV tags are not rendering proper. lets take an example there is <div1> , <div2> and <div3>.
In my migrated application they are rendering
<div1>
<div2>
</div2>
</div1>
<div3>
</div3>
but they should render in following manner
<div1>
<div2>
<div3>
</div3>
</div2>
</div1>
this is one of issue which i could discover might there are lot of other issue. Can any one has idea why UI is not rendering properly with ATG9.0 with JBOSS.
--
Regards
Abadhesh