How to use 'extends' attribute of tag as well as tag

2009-05-26 Thread udaykumar
Hi, I'm using Struts 1.3.10 GA build. I Know that we have feature called 'extends' attribute in , and also in tag of validation.xml file. I'm able to use extends attribute of in validation.xml file .But now the problem is i'm bit confused how to use the same attribute in and tag. Here is

File Upload problem

2008-03-19 Thread udaykumar
I am using struts and have an upload.jsp and its associated UploadForm.java and UploadAction.java. The jsp's form has an enctype=multipart/form-data and contains an html:file field to upload a file as well as a bunch of text fields for metadata associated with the file. If an error occurs during v

How to use the 'struts 1 plugin' in struts2

2008-03-13 Thread udaykumar
Hi I'm Trying to use ActionForm and Action class in my struts2. I Used the struts 1 plugin for this. I followed the procedure, which they given. Still i'm finding error in this. I'm giving my entire application here. strutslogin.jsp --- <%@ taglib prefix="s" uri="/struts-t