[OFBiz] Users - <@ofbizUrl> tag expanding to a full path versus relative path
Brett Palmer
brett.palmer at in2m.com
Thu Aug 5 19:03:29 EDT 2004
We recently upgraded ofbiz from a previous 3.0.0 release running Jetty
to the latest code base using Tomcat. We have discovered that many of
our applications use the <@ofbizUrl> tag in our ftl pages but with the
upgrade these tags are expanding to a full URL.
For example:
"<@ofbizUrl>/userSummary?.... </@ofbizUrl>" will expand to something like:
http://ourserver.com:8080/application_name/contro/userSummary?....
which of course won't work in production since we use Apache HTTPS links
for all our requests.
Is this tag configurable? Has this tag been deprecated or is there a
preferred method for referring to OFBiz links?
Any help on this would be appreciated.
Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe at ofbiz.dev.java.net
For additional commands, e-mail: users-help at ofbiz.dev.java.net
More information about the Users
mailing list