Lionel Crine wrote:
...
I have this error message : "modifid cannot be resolved" --> Why ?
Because attributes have to be set up before the start of the element they are attached to. Look at the java file your xsp is converted to under your servlet containers work directory - it'll be more obvious.
I made a change above that should work - you could clean it up but that's the basic idea.
Sorry, left out the detail that even though the xsp:attribute tag follows its element, the java code it results in is executed before the code to create that element (because attributes have to be set up before...)
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
