Here is my code:
Index.java
@Inject
private ComponentResources resource;
public String getUpdateLink() {
Link link = resource.createActionLink("updateMsg", true);
return link.toURI();
}

and in Index.tml:
${updateLink}...

It displays "/index:updateMsg", it should be "/index.updateMsg"!
Is this a bug? or I made wrong?

----徐 依伟

Reply via email to