Hi,
class: ViewLegalEntity.java[1]
<quote>
protected PageLink editLink = new PageLink("editLink",
EditLegalEntity.class);
protected ActionLink deleteLink = new ActionLink("deleteLink", this,
"onDeleteClick");
</quote>
properties:ViewLegalEntity.properties[1]
<quote>
editLink.label=Edit
editLink.title=Edit LegalEntity record
deleteLink.label=Delete
deleteLink.title=Delete LegalEntity record
</quote>
That doesn't work! Are those definition correct?
Other question: can I localize the ActionLink's attribute?
Like so:
<quote>
deleteLink.attribute.onclick=return window.confirm('Are you sure you want to
delete this record?');
</quote>
This one not work.
Regards,
Gilberto
[1]
http://code.google.com/p/construtor/source/browse/trunk/cip/park/src/main/java/park/web/page/ViewLegalEntity.java
[2]
http://code.google.com/p/construtor/source/browse/trunk/cip/park/src/main/java/park/web/page/ViewLegalEntity.properties