Re: How to validate multiple fields with the same name

2013-03-25 Thread Pranava Swaroop
olutions to isolate the most commonly used validations for the fields using configuration in struts2. Hope this helps. Thanks On 25 March 2013 16:25, Muralidhar Yaragalla wrote: > Hi can you explain in brief how to do with interceptor(built in)? > > > On Mon, Mar 25, 2013 at 2:13

Re: How to validate multiple fields with the same name

2013-03-24 Thread Pranava Swaroop
It could be done with buit in interceptors using configuration files or using the programming On Monday, 25 March 2013, Muralidhar Yaragalla wrote: > Hi In my form i have 4 textfields with the same name so how do i validate > this using validation frame work. The validation for this 4 fields is,

Re: Null Pointer Exception when i use execand Wait with file upload

2013-03-16 Thread Pranava Swaroop
10 image/gif,image/jpeg,image/png 1500 /jsp/wait.jsp /jsp/SingleUpload.jsp On 16 March 2013 22:16, Martin

Re: Null Pointer Exception when i use execand Wait with file upload

2013-03-15 Thread Pranava Swaroop
:) Apologies package employee; import com.opensymphony.xwork2.ActionSupport; import org.apache.struts2.ServletActionContext; import javax.servlet.ServletContext; import java.io.File; /** * Created with IntelliJ IDEA. * User: love4059 * Date: 13/03/13 * Time: 8:10 PM * To change this templ