Re: Working with dates in Struts

2006-01-23 Thread Richard Jason R. Raquepo
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

Re: Working with dates in Struts

2006-01-23 Thread Keith Sader
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