javascript - Method to pass object within Velocity Template -


i developing blog theme in apache roller using velocity template. now, want category specific posts appear on 1 page designed show category details. when clicked on category name link in main page, should redirect category specific page respective category details.

so, there way objects(category name) 1 page another?

can done via javascript, session variables or macros in velocity?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -