The <s:file.../> tag depends on an upload dependency being in place.

The default S2 configuration uses commons-fileupload, which won't work with
the standard distribution, because we don't include fileupload.

If we don't want to ship fileupload, then we should not make the default S2
configuration use it, because anybody using <s:file.../> will experience
failure at run-time because of the missing dependency.

AFAIK this is the only situation in S2 where something provided in the
standard distro that isn't a plugin simply won't work until another
dependency is satisfied.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to