Hi,

On 18/04/07, meeboo <[EMAIL PROTECTED]> wrote:

Hey all

I am trying to include a session property in a <s:url> component, but get
the following error:

"Unterminated &lt;s:url tag"

<s:url action="user/<s:property value="#session.user.username" />/"/>


According to the error message, I would say its due to the fact you
are nesting double-quoted expression. Try to replace one of the pairs
of double-quotes by a single-quote one.

HTH,
alexis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to