cancel
Showing results for 
Search instead for 
Did you mean: 

More Items

sjeek
Champ in-the-making
Champ in-the-making
Hello,

I would like to have more spaces or more files (morge then 9) on 1 space.
I mean, that these files are visible in 1 page, and not going to page 2 etc…
can i adjust that somewhere?

greetings
13 REPLIES 13

gavinc
Champ in-the-making
Champ in-the-making
I can't see why that approach wouldn't work. I presume you have rebuilt the WAR file and re-deployed it?

sjeek
Champ in-the-making
Champ in-the-making
it set the code on BrowseBean in this

if (VIEWMODE_DASHBOARD.equals(viewMode) == false)
      {
         // set the page size based on the style of display
         setBrowsePageSize(5);

so, I presume, that, if you change the view, that the pagesize propably would change to 5? but it doesn't do anything.

sjeek
Champ in-the-making
Champ in-the-making
I can't see why that approach wouldn't work. I presume you have rebuilt the WAR file and re-deployed it?

but the browsebean isn't in the war file?
or i'm a wrong here?

I can even rename of delete browsebean and the application still works…  :roll:

gavinc
Champ in-the-making
Champ in-the-making
BrowseBean is a Java class so it lives in a JAR file (webclient.jar to be exact). You will find this JAR file in the WEB-INF/lib folder of the WAR file.

Therefore if you have made any changes to BrowseBean you will need to recompile it and re-packge the JAR and WAR files.

The best way of doing this is getting the source distribution for the version you are using or if you want to be bleeding edge, get the code from SVN.

The development enviornment page on the wiki gives info on setting this up: http://wiki.alfresco.com/wiki/Development_Environment