posted 18 years ago
Rafael,
Thanks for the quick reply. I added a method to UserAction.java(called setLastVisitTime). I added an entry in urlPattern.properties -> user.setLastVisitTime.0 = In header.htm, I added a link with the encode url statement as /user/setLastVisitTime. In templatesMapping.properties, I added an entry -> user.setLastVisitTime = forum_list.htm
So, when this link is clicked on in header.htm, the method does trigger in UserAction.java, however after that it throws a templateNotFoundException, I want it to go to forum_list.htm
Please let me know if you have any other questions, thanks.
-Mallika
[originally posted on jforum.net by mallikamt]