cancel
Showing results for 
Search instead for 
Did you mean: 

Customising The Browse Page

limarin
Champ in-the-making
Champ in-the-making
Hi,

I see and understand the document example "Customising The Login Page".

I need customising the Browse page.

1. I add the following to the top of my browse.jsp
<f:loadBundle basename="alfresco.extension.webclient" var="customMsg"/>
… and I do my modifications

2. I create a webclient.properties file in the alfresco.extension package and save it with the following contents.

3. I create a web-client-config-custom.xml

4. I create a file named faces-config.xml

but…. Also it is necessary to modify the file index.jsp

<%
response.sendRedirect(request.getContextPath() + "/faces/jsp/extension/browse/browse.jsp");
%>

How is the customization of the file index.jsp done?

And the file web.xml?

   <welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>

Regards.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Hi,

Unfortunately you are trying to customise some of the pages we don't have support for customising.

If you need to change browse.jsp you'll need to modify our page and re-apply your changes when you upgrade. If you do this, you won't need to change index.jsp or web.xml either.