hi,

Michiel Meeuwissen wrote:

"S.A. de Heer" <[EMAIL PROTECTED]> wrote:

Any clues of what goes wrong here are more than welcome.

It looks like an orion problem. In combination with taglib and 'jspvar', but I'd have to see it to be sure.

I've had this problem once, and I think it was indeed while using Orion. I think it was a problem like this:


<mm:node number="123" jspvar="mynode">
</mm:node>

and later

<mm:node number="234" jspvar="mynode">
</mm:node>

(don't know if that second one was inside a different context or not, that might be part of the problem...)

Orion tried to create a new variable with the same name -- causing an Exception, while Tomcat just reuses the already existing variable.

It looks like the change_node.jsp includes relations.jsp that contains a context that uses the same jspvar 'node' so a workaround for this problem is renaming (or removing?) the second one and the uses of it.

[I say workaround because I do not know if this is a bug or a feature.]

  Simon



Reply via email to