Hi Dave,
> You would not want to use the "#" character, just "brand". It works without prefixing it with "#". Thanks. To pass "brand" value to the action specified in the same page, I use hidden field but it doesn't work. Can you help me with that? I tried these and none works. <s:hidden name="brand" value="#brand"/> <s:hidden name="brand" value="%{#brand}"/> <s:hidden name="brand" value="%{#parameters.brand}"/> Is there a way to set "brand" value as a request value? Thanks again.