[Seaside] Internal link without server hostname

Esteban Maringolo emaringolo at gmail.com
Sun Oct 11 22:02:59 UTC 2020


Hi all,

I have a situation that is unexpected, I'm creating a simple internal
link anchor, and when I use it during development it works fine, but
in production it appends the application server hostname before it,
breaking it altogether.


E.g.
html anchor
  url: '#someIdentifier';
  with: 'Internal'.

In development it produces: <a href="#someIdentifier">Internal</a>.

But in production it produces <a
href="server.hostname#someIdentifier">Internal</a>.

I don't see any reason for this doing that, there is nothing special I
could see in WAAnchorTag other than initializing the url from from the
actionUrl, but because I set the URL directly, this is never called.

Any ideas?

Esteban A. Maringolo


More information about the seaside mailing list