Any hint would be much appreciated. I'd like to include a page fragment using the velocity #parse() directive. So, I got my Page ready, my template page as well, and it works.
Then, I do a second one and it does not. If I load the fragment in the browser it does work, /mypage.htm. Included via the #parse() method, it does not. The debug logging does not show that the page is rendered, and the $variables are not parsed, but displayed as simple text. I have no clue. On the other hand, I need more than the BorderPage idea. What I want is the ability to make "components", or "portlets" that can be included in various pages. For instance, I have a "user list" in at least three different pages for different audiences and I want to reduce the amount of coding and refactoring. Thanks -- View this message in context: http://n2.nabble.com/Unexpected--parse%28%29-behavior-tp2470163p2470163.html Sent from the click-user mailing list archive at Nabble.com.
