Re: Problem with struts in JSP

2008-04-09 Thread Jeromy Evans
This line: should read: The first from instructs the container to evaluate the expression as EL. The second form instructs the tag to evaluate the expression as OGNL. You must be using struts < 2.0.10 as the first form is no longer permitted within struts tags. Assuming your deployments

Problem with struts in JSP

2008-04-08 Thread De Landa Gil Agustin
Hello I have a very strange problem. I have an application that we developed in JAVA and the application works ok in Windows. We recentl deployed the same application in Linux REDHAT and the application seemed to worked fine, until the user reported to us a problem. After doing research it hap