Struts and performance

2001-09-09 Thread Chris Nokes
I would really be interested in a struts vs. home-grown implementation vs other MVC framework in performance. In any event, I would be interested in hearing how happy users are with struts performance in general. Has anyone converted a front-end to struts and noticed a performance difference?

Re: save dynamic jsp content

2001-08-01 Thread Chris Nokes
An eaiser way may be to create a BodyTagSupport to capture the output in the doAfterBody method and send it to the mail input stream or write to the file system first if desired. This doesn't require an extra network call and thread. Chris - Original Message - From: Calvin Yu [EMAIL

ActionForm as Collection of a type

2001-07-30 Thread Chris Nokes
When posting forms, does struts have a mechanism for creating collections from an arbitrary number of "beans" of the same type? For example, if I have BeanX with values A, B, and C; and I dynamically create a form with inputs: A1, B1, C1 A2, B2, C2 etc. Upon mapping it seems I should be