In the following, I want the param value to be "day" or "month" literally.
How does that work?
This does not:
<s:url var="day_url" action="historyChart"><s:param name="period"
value="%{day}"/></s:url>
<s:url var="month_url" action="historyChart"><s:param name="period"
value="%{month}"/></s:url>
<s:url var="year_url" action="historyChart"><s:param name="period"
value="%{year}"/></s:url>
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@stru...
For additional commands, e-mail:
dev-help@stru...
opensubscriber is not affiliated with the authors of this message nor responsible for its content.