Re: I need help with D2W templates
"Guido Neitzer" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 17, 2008 at 9:40 AM, Daniel Mejia <[email protected]> wrote: > I need some help to know how to modify the D2WSelect template to add an > hyperlink and bind the action to a method define in the external component > that contains the D2WSelect component. Do I miss something or why can't you subclass D2WSelect, implement your own HTML / additional Java and write a rule that is similar to: task = "edit" and entity.name = "MyObject" and propertyKey = "property" => componentName = "MyD2WSelect" [100] ? No need for freezing anything. cug