Hi guys, I need to maintain a jsp file. Different actions are taken according to the value of certain condition that i retrieve from a bean object. the first time i did it i ended up with a series of if-else statements and each new case requires the whole logic to be examined again. In one word this is becoming really tiring and not good at all. I was thinking if some one can suggest a technology or anything that might ease the problem (xml configurator, tags ... ) thx
Hi, page : The instance of the JSP page's servlet processing the current request. Not typically used by JSP page authors. pageContext: The context for the JSP page. Provides a single API to manage the various scoped attributes. javax.servlet.jsp.PageContext
Thank you Daniel and Sam. I was wondering if you have any idean about the changes Sun intends to make on the certification. is it worth waiting for the new version ... Thx