--- On Tue, 9/16/08, esemba wrote: > Well, yes, but I just thought, that checking for disabled > cookies and appending jsessionid, is container's job, not > mine, so i tried to figure out, how to accomplish it. But > i'm afraid, i'll end up doing it manually.
Your particular case is different: you're creating the URLs outside of both the container and the framework. It is, however, two-three lines of code to implement a session-id appendation, so no biggie. What you're basically asking for is a double-evaluation of a JSP page: evaluate it and get your string containing <s:url...> tags, then evaluate it again to interpret your <s:url...> tags. It doesn't really work like that by default. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]