if you can do this at the java code level, just put the result and place it in the request scope for display in jsp. then you can just check the scope variable using jstl tags.

maybe you could use a map object as your container.

hth,

Richard

Keith Sader wrote:
Why not set a display variable in the action that serves that page? Then, in the jsp you can use <c:if> to see if you need to display the
date/message?

I suppose you could also use the jstl el to determine the condition as well.

Could you be a bit more explicit in what needs to be displayed?

On 1/23/06, Priya Saloni <[EMAIL PROTECTED]> wrote:
Hi ,

I have a requirement using Struts where i need to show in the JSP if the *
paymentDate* is between *fromDate *and *toDate* Only.All Dates are *
java.util.Date* .Is there any way we can implement in Struts based
JSPs.Wecan implement it using java code but we don't want to do
that.Some one please advice me.Its very urgent(Production Issue).

Thanks In Advance

Priya




--
Keith Sader
[EMAIL PROTECTED]
http://www.saderfamily.org/roller/page/ksader
http://www.jroller.com/page/certifieddanger

---------------------------------------------------------------------
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]

Reply via email to