[Webwork-devel] Param tag change to look for body
Brought to you by:
baldree,
rickardoberg
|
From: Mike Cannon-B. <mi...@at...> - 2001-12-20 01:02:50
|
Is anyone against changing the param tag to take two forms: <ui:param name="foo" value="bar" /> OR <ui:param name="foo"> bar </ui:param> The second form is useful when you want to create a very complicated parameter (such as a string of HTML that is generated using other tags). It also makes the tag much more flexible. eg <ui:param name="label"> Project: <br> (<a href="SelectProject!default.action<webwork:url value="oldProject" />">Select New Project</a>) </ui:param> Thoughts? -mike -- Cheers, Mike -- Mike Cannon-Brookes :: mi...@at... Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World |