I have a custom tag. Inside the tag i am accessing a database and populating a vector. The contents of the vector are then rendered as HTML by using the tag on a JSP page.
Problem is that when i add new data to the database and refresh the page being rendered. It does not show me the new data. Does the tag handler get executed each time a page is refreshed or not ?
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
