RE: Equivalent of jsp:setProperty

2001-04-22 Thread Craig R. McClanahan



On Mon, 16 Apr 2001, Suriyanarayanan, Senthil Kumar wrote:

 Just wondering was there any struts equivalent similar to bean:write. 
 The reason being, use struts where ever possible instead of coding using
 both struts and jsp tags at the same time.
 

No, there isn't a Struts-specific version of jsp:setProperty because the
Struts tags are very deliberately designed to work well with the standard
tags.  I haven't ever needed anything that jsp:setProperty could not do
for this.

 Thanks
 Senthil Kumar.
 

Craig




RE: Equivalent of jsp:setProperty

2001-04-16 Thread Suriyanarayanan, Senthil Kumar

Just wondering was there any struts equivalent similar to bean:write. 
The reason being, use struts where ever possible instead of coding using
both struts and jsp tags at the same time.

Thanks
Senthil Kumar.

-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 11:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Equivalent of jsp:setProperty




On Tue, 10 Apr 2001, Suriyanarayanan, Senthil Kumar wrote:

 Hello,
   Is there a struts equivalent for setProperty. I'm using logic:equals
 inside a html:form tag, to check for a specific property's value of the
form
 and display some extra information. I need to reset the value at the end
of
 the logic tag. How could I achieve it other than jsp:setProperty.
 
 Thanks
 Senthil Kumar.S
 

Is there a particular reason you cannot just use jsp:setProperty?

Craig
 
**
The Information transmitted herewith is sensitive information intended only
for use to the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon, this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.



Re: Equivalent of jsp:setProperty

2001-04-13 Thread Craig R. McClanahan



On Tue, 10 Apr 2001, Suriyanarayanan, Senthil Kumar wrote:

 Hello,
   Is there a struts equivalent for setProperty. I'm using logic:equals
 inside a html:form tag, to check for a specific property's value of the form
 and display some extra information. I need to reset the value at the end of
 the logic tag. How could I achieve it other than jsp:setProperty.
 
 Thanks
 Senthil Kumar.S
 

Is there a particular reason you cannot just use jsp:setProperty?

Craig