2009/12/18 Speed Commerce, Inc. <[email protected]>: > > Is there a way to determine the previous url (the referrer) in Velocity?
You can make a request-scoped tool that has a setRequest method: public void setRequest(HttpServletRequest request) and then you can determine the referrer. Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
