Re: Question about objects in a JSP

2009-11-18 Thread Jon Wynacht
references the variables in > the jsp with (for example) > > Then you can use the tags etc, > > Not sure if I answered your question... > -- > View this message in context: > http://old.nabble.com/Question-about-objects-in-a-JSP-tp26403401p264151

Re: Question about objects in a JSP

2009-11-18 Thread ben_979
your question... -- View this message in context: http://old.nabble.com/Question-about-objects-in-a-JSP-tp26403401p26415181.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsu

Question about objects in a JSP

2009-11-17 Thread Jon Wynacht
Hi, I'm working on an old Struts program for a client and I have a question about access objects in a JSP page. There is an Event object which has properties of hour, minute and second. I need to determine if those properties are present and with a value or present and empty. It seems like I c