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 PROTECTED]>  
>Subject: Re: MyEclipse with Struts 1.2  
>To: Struts Users Mailing List , 
[EMAIL PROTECTED]
>
>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
>>MyEclipse.
>>
>> 
>>
>>I see in the documents online and in the tool that there is 
>support for
>>struts 1.0 and 1.1.
>>
>> 
>>
>>I would like to know if there is support for Struts 1.2 or 
>easy workarounds
>>to support Struts 1.2 before my forehead gets bloody.
>>
>> 
>>
>>Does anyone have experience with Struts 1.2 on the latest 
>download of
>>MyEclipse?
>>
>> 
>>
>>Thanks,
>>
>> 
>>
>>Harry
>>
>
>
>-

>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
>MyEclipse.
>
> 
>
>I see in the documents online and in the tool that there is 
support for
>struts 1.0 and 1.1.
>
> 
>
>I would like to know if there is support for Struts 1.2 or 
easy workarounds
>to support Struts 1.2 before my forehead gets bloody.
>
> 
>
>Does anyone have experience with Struts 1.2 on the latest 
download of
>MyEclipse?
>
> 
>
>Thanks,
>
> 
>
>Harry
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JSTL and Struts together

2005-05-20 Thread Suresh Khatri
Thank You.

found EL jar and tld in contrib folder.



 Original message 
>Date: Fri, 20 May 2005 06:23:18 -0700
>From: "Karr, David" <[EMAIL PROTECTED]>  
>Subject: RE: JSTL and Struts together  
>To: "Struts Users Mailing List" 
>
>If you look in the "contrib" folder of the Struts 
distribution, you'll
>find the "struts-el" distribution.  This provides a taglib 
that just
>wraps the Struts tag library so that all tag attributes are 
passed
>through the JSTL EL engine, so you could do the following:
>
><%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/>
><%@ taglib uri="/tags/struts-html-el" prefix="html"/>
>
>
>property="name" 
> value="${param.x}"/>
>
>
>> -Original Message-
>> From: Suresh Khatri [mailto:[EMAIL PROTECTED] 
>> Sent: Thursday, May 19, 2005 10:16 PM
>> To: user@struts.apache.org
>> Subject: JSTL and Struts together
>> 
>> 
>> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/>
>> <%@ taglib uri="/tags/struts-html" prefix="html"/>
>> 
>> 
>>>  property="name" 
>>  value=""/>
>> 
>> 
>> would display the whole thing. Is there a way of making it 
>> evaluate > of html:text
>> 
>> this works but it is because input is not in the namespace 
>> html
>> >name="name" value=""/>
>> 
>> How can this be solved using Struts and JSTL
>> 
>> 
>> ---
--
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: user-
[EMAIL PROTECTED]
>> 
>> 
>
>-

>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 project if 
you want to test with your jboss using Lomboz

Drop me a line, if you do. 

 Original message 
>Date: Mon, 9 May 2005 13:35:17 +0200
>From: "Rodolfo GarcĂ­a Esteban/CYII" 
<[EMAIL PROTECTED]>  
>Subject: Problems with JBoss 4.0.1  
>To: user@struts.apache.org
>
>Hi,
>
>I'm using stuts 1.2.4 and JBoss 4.0.1sp1. Whe my struts 
application loads 
>the action servlet is market as unavailable, because struts-
config.xml is 
>readed, the server try to find the DTD in jakarta.apache.org 
in place to 
>read the local copy. How can I change the configuration of 
JBoss or I must 
>change the config of struts?
>
>Best regards
>
>Rodolfo
>___


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 validate a password and a 
confirm_passwrod
>fields to match, how can i do this validation with the struts
>validator.
>
>The other is to VALIDATE if a  field value 
is > 0
>
>Someone could help me with this??
>
>thanx.
>
>-

>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]