Dave Newton wrote:
How would one create a url with multiple url parameters?

<s:url ...>
  <s:param.../>
  <s:param.../>
</s:url>


That bit was clear to me. The unclear part is where you put "..." above :-)
I need a method to supply somthing dynamically for the "vaue=" attribute of the <s:param> tag. OGNL has been suggested as the solution, and now i need to figure out how i can access a local JSP variable with an ognl expression.

Robert

Reply via email to