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
Why not set a display variable in the action that serves that page?
Then, in the jsp you can use 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
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 plea
3 matches
Mail list logo