Vaishakhi Ajmera wrote:
> I have written quite a few jsp pages calling methods on actions and have
> found that webwork prefixes them with a 'get' before calling them. Hence I
> have all the methods in my actions that I want to make available to my views
> start with 'get'.
> However I now want to have my action implement an interface that has methods
> not starting with 'get' and wondered if my views will be able to call them.
> I do not know how to do that.
> Has anyone else done that and if so, how.

Try and see what happens. It should work fine by just using the method 
name as is. I.e. if your method is "foo" then use "foo" as property name.

/Rickard

-- 
Rickard Öberg


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to