Hi all,
I will first explain my application and then tell about my problem.
I have a big tamino schema and many ocuurence nodes under this schema.
Schema is something like this :
Patient(Root Node)
—>Problem (Multiple sequence)
--------->Examination(Multiple sequence)
--------->Surgery(Multiple sequence)
I want to point to a specific Surgery or Examination of a specific Problem of the patient with just one link. By setting the pagesize attribute of the new jsp file to 1.
To do this I first tried to use a link like this :
: pos=/Patient/Problem,0,/Patient/Problem/Examination,1
from this link I suppose it to open the second Examination of the first Problem of this patient.
But it doesnt work
I have tried many different alternatives and at last a link like this seems to work right :
:goto(/Patient/Problem)=1&:pos=/Patient/Problem/Examination,1
In this link :goto and : pos work different.
1 in :goto parameter indicates the first ocurence
while
1 in : pos indicates the second occurence.
So this link refers to the second Examination of the first problem.
Now I am telling the problem with this link.
It doesnt work when you click it for the first time
In first opening of the page it always brings the first Examination of First Problem
When I reload the page it starts to point to the right cursor.
This is probably because the loop has not been initialized. I added the code of the loop to the page where I compose the links wishing it will solve the problem but it did not.
Can someone help me about this?
(Sorry if I have written so long. I wish you will understand my problem)
(There is space between : and pos in the parameter : pos because I dont like it seem like :pos )
X-Application Version: 3.1.2
Tamino Version : 3.1.1
Platform : Win2k Proffessional
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
[This message was edited by MehmetServer on 28 Mar 2002 at 09:26.]