Hi All,
My application has smartgwt 2.4 and was using enterpriseblue theme in it and is properly loading till TODAY. Today i upgraded application with smartgwt 2.5 & enterpriseblue is not loading and application is loading default gray theme (which is a default theme for any smartgwt app).
I have above code in .gwt.xml file and if i use following code
Now, application is not loading any theme. I have tested this in IE,FF & chrome too, still its not working.
Please help in resolving this issue. Is this known bug in Smartgwt 2.5. ?
Thanks in advance.
My application has smartgwt 2.4 and was using enterpriseblue theme in it and is properly loading till TODAY. Today i upgraded application with smartgwt 2.5 & enterpriseblue is not loading and application is loading default gray theme (which is a default theme for any smartgwt app).
Code:
<inherits name='com.smartgwt.SmartGwt' /> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
Code:
<inherits name='com.smartgwt.SmartGwtNoTheme' /> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
Please help in resolving this issue. Is this known bug in Smartgwt 2.5. ?
Thanks in advance.
Comment