Author: hermanns Date: Wed Apr 12 11:21:04 2006 New Revision: 393562 URL: http://svn.apache.org/viewcvs?rev=393562&view=rev Log: fixing tag prefix and mapping
Modified: incubator/webwork2/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/fileupload/FileUploadAction.java Modified: incubator/webwork2/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/fileupload/FileUploadAction.java URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/fileupload/FileUploadAction.java?rev=393562&r1=393561&r2=393562&view=diff ============================================================================== --- incubator/webwork2/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/fileupload/FileUploadAction.java (original) +++ incubator/webwork2/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/fileupload/FileUploadAction.java Wed Apr 12 11:21:04 2006 @@ -37,7 +37,7 @@ private String fileName; private String caption; - // since we are using <ww:file name="upload" .../> the file name will be + // since we are using <saf:file name="upload" .../> the file name will be // obtained through getter/setter of <file-tag-name>FileName public String getUploadFileName() { return fileName; @@ -47,7 +47,7 @@ } - // since we are using <ww:file name="upload" ... /> the content type will be + // since we are using <saf:file name="upload" ... /> the content type will be // obtained through getter/setter of <file-tag-name>ContentType public String getUploadContentType() { return contentType; @@ -57,7 +57,7 @@ } - // since we are using <ww:file name="upload" ... /> the File itself will be + // since we are using <saf:file name="upload" ... /> the File itself will be // obtained through getter/setter of <file-tag-name> public File getUpload() { return upload; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]