More Items

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 09:33 AM
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
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
Labels:
- Labels:
-
Archive
13 REPLIES 13

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:33 AM
I can't see why that approach wouldn't work. I presume you have rebuilt the WAR file and re-deployed it?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:05 AM
it set the code on BrowseBean in this
so, I presume, that, if you change the view, that the pagesize propably would change to 5? but it doesn't do anything.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:49 AM
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:

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:08 AM
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
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
