Set JSP timeout in struts 1 app with multipart/form-data form

2010-10-03 Thread Oscar
Hi to all, i have a question about a situation that i have in my application. It's in Struts 1.1 . Basically, i have a multipart/form-data form in the jsp that contains 2 elements: a html:file control and a html:submit button . This form will be used to upload MS Access database file up to 800mb to

Re: Excluding Fields From JSON Serialization via Annoations

2010-10-03 Thread Johannes Geppert
you can use the JSON Annotion above the field you want to exclude. @JSON(serialize=false) public List getXxx() {} Johannes DartmanX wrote: > > I have a class called BorderPoint with about 5 fields (including an id > field > and two ManyToOne hibernate fields). > > When I return the JSON, t

Excluding Fields From JSON Serialization via Annoations

2010-10-03 Thread Jason Ferguson
I have a class called BorderPoint with about 5 fields (including an id field and two ManyToOne hibernate fields). When I return the JSON, there is a large collection of BorderPoints (often over 1000). I'd like to exclude everything but two float fields from the JSON serialization, if only to make