yes i know it that its velocity template. well let me describe my problem. I am using roller's blog and i want that only signed in persons should be able to comment on those blogs. so if use has not signed in then i am redirecting him to login page by "login-redirect.jsp" but now problem is that this login-redirect.jsp is redirecting to "yourwebsites" of perticular use.
i want that user should come back to those comments page and he should be able to give comments. i dont know how to forward user after login to that comments page. so i am thinking to change the way and i want to disable that comment form for anonymous users. or else i want to hide that comments link which is generated by velocity. so i wanted to know that which roller file is using this weblog.vm file so that i can change in that file. i am not able to find it out. thanks nitin On 9/12/07, Leon Messerschmidt <[EMAIL PROTECTED]> wrote: > > > Hi Nitin, > > It is a velocity template http://velocity.apache.org/ > > ~ Leon > > On Wed, 2007-09-12 at 10:42 +0530, Nitin Lokhande wrote: > > Which java file parse weblog.vm file? > > ______________________________________________________________________ > This email, including attachments, is intended only for the addressee > and may be confidential, privileged and subject to copyright. If you > have received this email in error, please advise the sender and delete > it. If you are not the intended recipient of this email, you must not > use, copy or disclose its content to anyone. You must not copy or > communicate to others content that is confidential or subject to > copyright, unless you have the consent of the content owner. >
