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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -