I've a custom tag's attribute. Based on that value, an action class need to generate a random string (this string length will be specified as the custom tag' attribute) which will be put in the cookie.
So as I need to generate the random string based on the length specified for the attribute, is there any way to get that value in the action class? ManiKanta