# Servoy 3.5 beta 4

**URL:** https://forum.servoy.com/t/servoy-3-5-beta-4/7469
**Category:** Classic Servoy
**Created:** [May 8, 2007, 12:15pm UTC](https://forum.servoy.com/t/servoy-3-5-beta-4/7469 "2007-05-08T12:15:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![svroemisse](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@svroemisse](https://forum.servoy.com/u/svroemisse)
#### Post date: [May 8, 2007, 12:15pm UTC](https://forum.servoy.com/t/servoy-3-5-beta-4/7469/1 "2007-05-08T12:15:26Z")

</div>

We announce the immediate availability of Servoy 3.5 Beta 4

**NOTE:** this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.

This version will be available shortly through auto update for 3.5 b3 users (check via help menu → check for new version)

**Changes**  
[new] ‘Apply valuelist name as filter on column “valuelist\_name”’ option in Valuelist dialog, so that a single table can be used for multiple database valuelists (see below)  
[new] foundset has a getRelationName() function which returns the relation name if the foundset object is a related foundset

[enh] DBTreeView bean handles incorrect data

[chg] set maxPermSize in server startup scripts  
[chg] setting onSortCmd to ‘none’ will disallow users to sort - use ‘default’ for standard sort functionality  
[chg] plugin classname resolving (only from main plugin dir)

[fix] fixed: controller.enabled = false would not disable links in HTML Areas  
[fix] fix for failing print jobs  
[fix] like searches shouldn’t trim strings  
[fix] made foundset.loadRecords method work on empty foundset  
[fix] multideveloper locks solutions when repository dialog is open  
[fix] close form in dialog fix  
[fix] fix for empty updates  
[fix] ignore security info on missing elements when doing clean import  
[fix] fixed blank screen with custom login form  
[fix] null pointer fix when searching through modules while there are no modules  
[fix] disabled table responding to mouse clicks

**Valuelist table**  
In the valuelist dialog, a checkbox was added to indicate the db valuelist has to be populated with specific table rows. This requires a table with extra column valuelist\_name. The name of the valuelist will be used to filter on this valuelist\_name column. The resulting records will be used to populate the valuelist.

**Previous release**  
[http://forum.servoy.com/viewtopic.php?t=8224](http://forum.servoy.com/viewtopic.php?t=8224)

---

<div class="post-metadata">

### Author: ![dpearce](https://avatars.discourse-cdn.com/v4/letter/d/e95f7d/32.png) [@dpearce](https://forum.servoy.com/u/dpearce)
#### Post date: [May 8, 2007, 8:48pm UTC](https://forum.servoy.com/t/servoy-3-5-beta-4/7469/2 "2007-05-08T20:48:22Z")

</div>

Modal Windows Working Beautifully.

Print function now working great.

Has something changed in the web server between 3.1.4 and 3.5

A show URL command that did work now doesnt seem to work.

```auto
application.showURL('/tmp/'+globals.userid+'.pdf')

```

this did work with tmp being in the ROOT folder.

Now it comes up with a server error?

---

<div class="post-metadata">

### Author: ![Jan\_Blok](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@Jan\_Blok](https://forum.servoy.com/u/Jan_Blok)
#### Post date: [May 11, 2007, 1:56pm UTC](https://forum.servoy.com/t/servoy-3-5-beta-4/7469/3 "2007-05-11T13:56:46Z")

</div>

yes, we bundled a new version of tomcat (http web server)  
did you alter your 3.1.x conf/server.xml or a web.xml file?
