以前のリクエストセクションの値を相互に関連付けて、次のリクエストで通常のURLとして使用するようにします。
最初に私はこれを持っています:
web_url("considertakingadump", 
            "URL=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump", 
            "TargetFrame=", 
            "Resource=0", 
            "RecContentType=text/html", 
            "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/klargjore?3", 
            "Snapshot=t79.inf", 
            "Mode=HTML", 
            EXTRARES, 
            "Url=/choice/css/images/icon_ikke_ok.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM, 
            "Url=/choice/css/images/navigasjon/Navigation_top_2_considertakingadump.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM, 
            "Url=/choice/css/images/icon_ok.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", ENDITEM, 
            LAST);
それから私はこれを持っています:
    web_url("Next", 
            "URL=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5-1.ILinkListener-next", 
            "TargetFrame=", 
            "Resource=0", 
            "RecContentType=text/html", 
            "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/considertakingadump?5", 
            "Snapshot=t80.inf", 
            "Mode=HTML", 
            EXTRARES, 
            "Url=/choice/css/images/navigasjon/Navigation_top_2_considertakingadump.png", "Referer=http://mydevserver.test.local:8080/choice/toscana/{choiceId}/forslagchoice?6", ENDITEM, 
            LAST);
上記のconsidetakeadump?5の5番(web_url( "Next")のURLセクション)は、最初のリクエストの値(web_url( "considertakingadump")のEXTRARESセクション)に置き換えたいものです。
見積もりリクエストで使用されるリクエストのEXTRARES部分の値をどのように関連付けることができますか?