how to read request attribute

2003-11-12 Thread Garg Raman \(SDinc\)
Hi, can anyone tell me I want to show value of my request.setAttribute("varName",varName); in my jsp page created in struts, do we have any method to show the value wihtout using jsp tags <%=request.getAttr. %> I want to show it in "

Re: File upload problem with Struts 1.1

2003-11-12 Thread Garg Raman \(SDinc\)
Hi Connor, Thanks for your reply. We have the commons-upload.jar in the lib of our appliction directory and as well the struts.jar. We also have set the Controller size to 2MB which is quite nice for any file. If you want to see the error coming itself we can pass on the URL for our develop

Re: validation

2003-11-12 Thread Garg Raman \(SDinc\)
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if((checkbox!=null)){ if((text1==null) || (text1.equals(""))){ errors.add("text1", new ActionError("error.text1.requir