[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert on an empty element. *

Problem with s:hidden

2011-02-25 Thread Frank Serkland
I have the following form in my JSP. The hidden field in this form, which I have verified with the documentation as having correct syntax as far as Struts 2 goes, is being marked by Eclipse with this error message: "Invalid attribute (value)." Can anybody help me with this? Thanks.

[ANN]VTD-XML 2.10

2011-02-25 Thread Jimmy Zhang
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert on an empty element.

Re: Exception in hibernate3

2011-02-25 Thread Burton Rhodes
I recall having a similiar issue when moving to MySQL from MSSQL. I solved it by adding c3po.properties file to the classpath with the text below. It kept the connection alive with the database. # This property corresponds to the query run defined by the "hibernate.c3p0.idle_test_period" value c

RE: File Upload Issue

2011-02-25 Thread Martin Gainty
i just executed the File-Upload action in struts-showcase-2.2.1.1 supplying the local MITLicense file I have Fileupload sample File: Caption: after uploading MITLicense file I am displayed Fileupload sample ContentType: text/plain FileName: mitlicense.password File: C:\TOMCAT\apa

Re: File Upload Issue

2011-02-25 Thread Paweł Wielgus
Hi Vikram, looks like user was uploading file of size x but after some bytes trransfered server encountered end of file for it. Strange, i see sometimes that user cancels his upload but is not the case. Do You have the posibility to confirm what strange user is doing? Or maybe it's just corrupted f