RE: struts2 json return to front

2014-10-31 Thread Martin Gainty
Lee > Date: Tue, 28 Oct 2014 22:04:14 -0400 > Subject: Re: struts2 json return to front > From: jlm...@gmail.com > To: user@struts.apache.org; sh_thorn_b...@yahoo.com > > Have you tried to use firebug or some http proxy or sniffer to check the > reponse sent to the browser? > > 2014-10-28 20:50

Re: Help for File Upload error

2014-10-31 Thread Arpan
Hi, Thanks for the hint. Actually we are migrating from struts1 to struts2 and somewhere we had included commons fileupload jar file for a struts1 page. Right now I have discontinued that jar and it is working fine. Thank you.. On Fri, Oct 31, 2014 at 12:24 PM, wrote: > Hi All, >T

Re: variable substitution in html:textarea

2014-10-31 Thread Christoph Nenning
> How to do variable substitution in html:textarea? e.g. Java code > package util; > public interface Literals {public static final String LAST_NAME > = "lastName";} > my.jsp > <%@ page import="util.Literals" %> > > > > I try to make "lastName" to appear at my.jsp but get the following > i