On Thu, 17 Oct 2002, Xue-Feng Yang wrote:

> You didn't read the question correctly. The question
> is:
>
> Does STRUTS support sending serialized VO objects (as
> against HTML or XML text strings) back and forth
> between client app and server.
>

And you didn't understand the answer correctly :-).

Struts (the framework) makes ***zero*** requirements on what the output
looks like -- that is up to your application to decide.  You can even
generate binary output if you like (such as a dynamically generated graph,
or serialized value objects)  by writing directly to the
ServletOutputStream and then returning null from your action.

Struts (the struts-html tag library) does render HTML output, but you
won't want to use this if you are writing non-HTML stuff.

Craig


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to