hi is it possible to set the name of the cookie not as attribute but as child element
instead of this code: <xsp-cookie:cookie name="subject_group"> <xsp-cookie:value> <xsp:expr>subject_group</xsp:expr> </xsp-cookie:value> </xsp-cookie:cookie> to have something like this: <xsp-cookie:cookie> <xsp-cookie:name>subject_group</xsp-cookie:name> <xsp-cookie:value> <xsp:expr>subject_group</xsp:expr> </xsp-cookie:value> </xsp-cookie:cookie> and this because i have the cookie name in a variable so i need to have something like this: <xsp-cookie:cookie> <xsp-cookie:name><xsp:expr>my_var</xsp:expr></xsp-cookie:name> is it possible? thanx --stavros --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
