[Webwork-user] Method not starting with get

2002-05-15 Thread Vaishakhi Ajmera
hello, I wanted to know if my view can call only those methods from my actions that start with a 'get' or not. If not, I would love to see an example to a method starting without a 'get' being called.   Any help will be appreciated. Thanks Vaishakhi Ajmera

Re: [Webwork-user] JSTL Support

2002-05-15 Thread Bill Burton
Hello, Rickard wrote: > > Bill Burton wrote: > > Other objects are only available on WW's ValueStack which JSTL can't > > directly access. So to make them available you have to copy the object of > > interest off the VS and save a reference to it in the request, etc. Don't > > know of any way

Re: [Webwork-user] Re: Global Resource Bundles

2002-05-15 Thread matt
you don't need an action loaded for this. it will first try to use the action on the stack, if it can't find your bundle, then it will load ActionSupport and use it to find your bundle. -Matt On Wed, 15 May 2002, "Harvey Kandola" wrote > > Matt, > > Thanks for your response. > > As for using

[Webwork-user] Re: Global Resource Bundles

2002-05-15 Thread Harvey Kandola
Matt, Thanks for your response. As for using i18n tag, am I correct in assuming that this will place a resource bundle on the value stack as long as the resource bundle has a corresponding action class? What happens if a JSP does not have a corresponding action class? All I want to do is to hav