【发布时间】:2011-06-15 10:24:11
【问题描述】:
我在接缝对话中遇到问题。
当我在 url 栏 (http://myprojectname/login.xhtml?cid=1) 看到时,我知道对话 ID 按顺序工作。但是在我的程序中,我首先开始对话并且 cid 为 1 (http://myprojectname/login.xhtml?cid=1) 然后我开始嵌套对话并且 cid 变为 4 (http://myprojectname/register.xhtml?cid =4)。为什么会发生?
在成功的程序中,cid 为 1,然后 cid 为 2,然后为 3、4,用于新的嵌套对话。但我们想知道为什么对话 id 会变成 1 和 4。
请解释一下。
【问题讨论】: