Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread Hans Bakker
Thanks Divid, for the info, very usefull. On Mon, 2009-02-09 at 23:54 -0700, David E Jones wrote: > Thanks for the details. I don't think I would have found that by > randomly clicking around... ;) > > The issue is fixed in rev 742866. > > The problem was a string was assembled in the FTL file

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread David E Jones
Thanks for the details. I don't think I would have found that by randomly clicking around... ;) The issue is fixed in rev 742866. The problem was a string was assembled in the FTL file and then used, triggering the html encoding. The fix is to not assemble the String at all since it isn'

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread David E Jones
The problem with these links is they are using an odd way of making the URLs, ie like this: <#assign encodeURL = response.encodeURL(controlPath + "/view/ entityref_main#" + packageName)> ${packageName} ...instead of this: ${packageName} I don't know why they were like that and are not us

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread Hans Bakker
We are trying to finish the myportal conversion and are a bit stuck now. besides that the links in the entity reference not works click on "preferences" in myportal in the log it says: Exception: java.lang.IllegalArgumentException Message: Could not resolve location to URL: component://myporta

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread David E Jones
Wait, so by "many places" do you mean many places on that same screen? I guess I'm having a hard time understanding this... -David On Feb 9, 2009, at 7:57 PM, Hans Bakker wrote: Hi David, please read my original email: In webtools the entityreference still work but when i click on a speci

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread Hans Bakker
Hi David, please read my original email: >> In webtools the entityreference still work but when i click on a > >> specific entity on the left, or on 'view data' or 'artifact info' > >> > >> i get the error message: > >> org.ofbiz.webapp.control.RequestHandlerException: No defitinition > >> found

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread David E Jones
On Feb 9, 2009, at 7:34 PM, Hans Bakker wrote: it looks like the following string: /control/view//webtools/ is added to the begin of the url causing this problem. not only happens in webtools but at many places. Could you be more specific about these "many places"? I don't think I'l

Re: entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread Hans Bakker
it looks like the following string: /control/view//webtools/ is added to the begin of the url causing this problem. not only happens in webtools but at many places. On Mon, 2009-02-09 at 22:17 +0700, Hans Bakker wrote: > David? > In webtools the entityreference still work but when i click

entityreference show, but links do not work (requestHandlerException)

2009-02-09 Thread Hans Bakker
David? In webtools the entityreference still work but when i click on a specific entity on the left, or on 'view data' or 'artifact info' i get the error message: org.ofbiz.webapp.control.RequestHandlerException: No defitinition found for view with name [&] -- http://www.antwebsystems.com : Qual