commons-fileupload.jar problem with rc2

2003-06-10 Thread Ben Sion
Is anyone else having this problem? I have just updgraded to rc2 and got this problem. When I replaced the commons-fileupload.jar with the version from rc1, everything works like magic. cheers Ben output from servlet log === Jun 10 19:09:02 2003: Servlet action: unable to

new window from menu item

2003-06-06 Thread Ben Sion
Hi there, I am using tiles to create a menu list, and this works fine, however I have a requirement that some (NOT all) of the links in my menu open in a new browser window. Looking at the item attribute definition of putList in the tiles-config.dtd, I cannot see a way to specify that the

Re: new window from menu item

2003-06-06 Thread Ben Sion
, Ben Sion wrote: Hi there, I am using tiles to create a menu list, and this works fine, however I have a requirement that some (NOT all) of the links in my menu open in a new browser window. Looking at the item attribute definition of putList in the tiles-config.dtd, I cannot see

convertNull problems

2003-02-11 Thread Ben Sion
I am try trying to use the convertNull parameter of ActionServlet, so that when the user does not enter a value into a field that is mapped to an attribute of type Long in my form, the attribute = null rather than 0. However I am getting conversion errors. The excerpt from my sevlet log: Feb 12

convertNull problems

2003-02-11 Thread Ben Sion
struts 1.1b3 From: James Mitchell [EMAIL PROTECTED] Subject: convertNull problems Date: Tue, 11 Feb 2003 17:16:48 -0500 Content-Type: text/plain; charset=iso-8859-1 What version of Struts are you using? -- James Mitchell - Original Message - From: Ben Sion [EMAIL

convertNull problems

2003-02-11 Thread Ben Sion
load-on-startup2/load-on-startup /servlet ... From: Brian Lee [EMAIL PROTECTED] Subject: convertNull problems Date: Tue, 11 Feb 2003 17:51:56 -0500 Content-Type: text/plain; format=flowed Did you set convertNull=true for the ActionServlet in the web.xml. BAL From: Ben Sion [EMAIL PROTECTED

Specifying a resource file in the validator

2003-01-29 Thread Ben Sion
Hi, I have begun using the validator component and have managed to plug it into struts 1.1b3 and get it working. Is there any way to tell the validator component to use a particular resource file ie something like: field property=... msg name=required BUNDLE=RESOURCE_FILE