You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Adrian Joyce <aj...@teomedia.com> on 2001/01/24 16:35:12 UTC

Including Servlet in Structs

Hi
I've just start using structs so this could be a stupid question
I've written a program in Servlets to Upload a file and I want to
incorporate this into Structs,
I was told that all of the code will have to written into the Action Class
but this will make the Action class very Large
Can the code that takes in the file be written into the Action Class and the
rest of the Servlets Imported.

/Adrian