Details
Description
Seems innocuous, but it's already come up a couple of times in the forum and in
our own projects. If you have a <f:param name="id" value=".."/> on your
page, the js blows up when looking for other .id properties. Perhaps we could
watch for this on parsing pages (or in the <ice:menu> or <ice:commandLink>
component handlers) and log an ERROR or WARNING.
our own projects. If you have a <f:param name="id" value=".."/> on your
page, the js blows up when looking for other .id properties. Perhaps we could
watch for this on parsing pages (or in the <ice:menu> or <ice:commandLink>
component handlers) and log an ERROR or WARNING.
Is the problem that the "name" is specifically "id"?