process and update statements in browser locationbar

I’m trying to update documents in my Tamino database using the locations toolbar of my browser!

Using the statement below I can add new documents.

:confused:
How do I UPDATE???
The ino:id must be added but HOW???
Please respond!!!


http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT REGNUM=β€˜4’>Janssennummer 127.678.65

Hi,
you just have to add the ino:id (I used here ino:id 999) as an attribute:

http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT ino:id=999 REGNUM=β€˜4’>Janssennummer 127.678.65

Regards,
Uli

Thanx,
That’s what I was looking for!

Ruudje