Websphere portal 8 layout.html changes not reflecting -


i have done below steps layout.html of custom theme.

the default layout :

<parameter name="com.ibm.portal.layout.template.href" type="string" update="set"><![cdata[dav:fs-type1/themes/customtheme/layout-templates/2columnequal/]]></parameter> 

then webdav tried edited particular layout.html file. added class ass follow:

<div class="component-container wpthemecol wpthemeprimarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium lhs" name="ibmmaincontainer"></div> <div class="component-container wpthemecol wpthemesecondarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium rhs" name="right"></div> 

lhs & rhs css class present in theme.

now wont see change when refresh page , cross checked firebug too.

what see is:

<div class="component-container wpthemecol wpthemeprimarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium" name="ibmmaincontainer"></div> <div class="component-container wpthemecol wpthemesecondarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium" name="right"></div> 

i restarted server. 1 please point out wrong.

thanks & regards adeeb

i have expected server restart clear cached layout data. make sure though, try running refresh-page-layout task configengine.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -