Posted by
Janko Mivšek on
Jan 27, 2012; 4:34pm
URL: https://forum.world.st/Tutorial-bug-with-preferedUrl-tp4332983p4333962.html
S, Robert Calco piše:
> I have implemented the Aida tutorial but notice a quirk when adding new
> entries, namely, the URL of the new object is always "-c". For example,
> if you add 'Jack', 'Beanstalk', '1234567890', '
[hidden email]
> <mailto:
[hidden email]>', the URL of the new entity is
> '/address/-c'. It seems to me it should generate correctly the URL
> '/address/beanstalk' instead.
This is how duplicates of URLs are resolved. If you see '-a', '-b', '-c'
etc, in URLs, then you certainly have an URL duplicate situation.
URL duplicate situation arises when two or more objects suggest the same
URL by their #preferedUrl method.
When an address is created (by an App), we don't know name and surname
yet, but Aida already needs his URL. So his #preferedUrl returns
'/address/'. and because the previous one already registered this URL,
Aida resolvs the duplicate by registering '/address/-a'.
> In order to fix the situation I have to run
>
> book addresses do: [ :each | URLResolver default changeToPreferedURL:
> each ].
Another possibility is to change new person URL after adding it to the
address book, because at that point name and surname is entered.
I just updated the tutorial adding and explaining changeToPreferedURL:
for this case.
--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida