Hi, I am using this code in my page
<skin:buildlink objectid="#q.objectid#" linktext="#q.job_title#" urlParameters="#q.objectId#" /> It works, but for some reason it appends the objectid twice so my URL looks like: http://www.abc.com/jobs/jquery-developer/A5C2DECB-C17A-3194-23B791ACBECC97CF/A5C2DECB-C17A-3194-23B791ACBECC97CF The reason I need to append the objectId to the end of the URL is because if someone emails another person with the link to the job, and the jobs have the same title, I don't think the system will know which job to show. Sometimes we have the same job titles in different locations so the below doesn't suffice: http://www.abc.com/jobs/jquery-developer/ Any help on getting the URL correct. Thanks
-- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
