RE: use of logic-tags

2001-08-23 Thread Dudley [EMAIL PROTECTED]

i'm using Nials new tags, I've built them into my struts.jar file
what version of struts r u using. If u like I can send u my jar file and
tld, very easy to get working...let me know

-Original Message-
From: Heritier Arnaud [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 2:08 PM
To: '[EMAIL PROTECTED]'
Subject: RE: use of logic-tags


I think that you could implements rapidly somethink like :



Here it's evaluate only if condition is true

Here it's evaluate only if condition is false



arno

-Message d'origine-
De: Marcel  Andres [SMTP:[EMAIL PROTECTED]]
Date:   jeudi 23 aout 2001 13:55
A:  struts-user
Objet:  use of logic-tags

Hi all,

Two general questions:

1. Has someone an idea how to implement an "ELSE" with the logic-tags? Till 
now, I always made something like this (example):









2. Instead of using a string, which I can set to "true" or "false", is 
there a possiblity to set a property to "true" or "false" (boolean) in the 
form,  and use it later on from a jsp page?


Thanks

Marcel


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**



RE: use of logic-tags

2001-08-23 Thread Heritier Arnaud

I think that you could implements rapidly somethink like :



Here it's evaluate only if condition is true

Here it's evaluate only if condition is false



arno

-Message d'origine-
De: Marcel  Andres [SMTP:[EMAIL PROTECTED]]
Date:   jeudi 23 aout 2001 13:55
A:  struts-user
Objet:  use of logic-tags

Hi all,

Two general questions:

1. Has someone an idea how to implement an "ELSE" with the logic-tags? Till 
now, I always made something like this (example):









2. Instead of using a string, which I can set to "true" or "false", is 
there a possiblity to set a property to "true" or "false" (boolean) in the 
form,  and use it later on from a jsp page?


Thanks

Marcel




RE: use of logic-tags

2001-08-23 Thread SUHAS G. KULKARNI

2 . U can use  tag 


-Original Message-
From: Marcel Andres [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 5:25 PM
To: struts-user
Subject: use of logic-tags


Hi all, 

Two general questions:

1. Has someone an idea how to implement an "ELSE" with the logic-tags? Till
now, I always made something like this (example):









2. Instead of using a string, which I can set to "true" or "false", is there
a possiblity to set a property to "true" or "false" (boolean) in the form,
and use it later on from a jsp page?


Thanks

Marcel