Re: MyEclipse with Struts 1.2

2005-05-22 Thread Suresh Khatri
Sorry about previous line, sent halfway Download Struts 1.2.4 struts blank.war file, unzip and open with Eclipse using New Project Option. Lomboz, could then be used to deploy it Original message >Date: Sun, 22 May 2005 18:42:02 +1000 >From: Suresh Khatri <[EMAIL

Re: MyEclipse with Struts 1.2

2005-05-22 Thread Suresh Khatri
I think Struts 1.2 Blank war file if opened using eclipse Original message >Date: Sat, 21 May 2005 20:17:02 +0300 >From: "Harry Hartley" <[EMAIL PROTECTED]> >Subject: MyEclipse with Struts 1.2 >To: > >Based on many of the comments I have found here, I decided to download >MyEclips

RE: JSTL and Struts together

2005-05-20 Thread Suresh Khatri
gt; ><%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> ><%@ taglib uri="/tags/struts-html-el" prefix="html"/> > > >property="name" > value="${param.x}"/> > > >>

JSTL and Struts together

2005-05-19 Thread Suresh Khatri
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/> <%@ taglib uri="/tags/struts-html" prefix="html"/> "/> would display the whole thing. Is there a way of making it evaluate "/> How can this be solved using Struts and JSTL ---

Re: Problems with JBoss 4.0.1

2005-05-09 Thread Suresh Khatri
Rodolfo, something wrong with struts-config.xml format I guess. I am using JBOSS4.0.1 and had the same problem in the beginning when I started it out. Realised it was a config problem. Have you tried deploying struts-blank.war and does it work? I can organize for you to download a eclipse-ready

Re: Validators

2005-05-08 Thread Suresh Khatri
There are plenty of examples in this official guide http://struts.apache.org/userGuide/dev_validator.html Original message >Date: Sun, 8 May 2005 11:38:28 -0500 >From: Metal KoRn <[EMAIL PROTECTED]> >Subject: Validators >To: Struts Users Mailing List > >Hi guys I would like to vali