Re: DispatchAction

2004-12-30 Thread Rudi Doku
> > On Thu, 30 Dec 2004 03:56:17 -0800 (PST), Rudi Doku > <[EMAIL PROTECTED]> wrote: > > Hi Anders, > > > > Thanks for your reply. > > > > I'm not sure how to define the mapping in the > > struts-config.xm

Re: DispatchAction

2004-12-30 Thread Rudi Doku
your help, Rudi --- "Anders R. Sveen" <[EMAIL PROTECTED]> wrote: > Use the html:link tag with an action attribute. > (action="MyDispatchActionMapping?cmd=myMethod" > should do it) > > You can also use a normal html href if you > absolutley wanted to. &

DispatchAction

2004-12-30 Thread Rudi Doku
Hello, I'm a struts newbvie! I have created a class that extends DispatchAction to perform some CRUD. Can I use an html link to invoke an action, or does it always have to be from a form? Regards, Rudi __ Do you Yahoo!? Yahoo! Mail

RE: Seeking advice for buying a Struts book

2004-09-29 Thread Rudi Doku
Have you looked at Struts for Dummies? It's not a good bad book to start with. Several good examples with detailed explanation. --- "Varley, Roger" <[EMAIL PROTECTED]> wrote: > > > > > > I know what you are saying, Langdon, but warn you > that a lot of those > > solutions on the Googling are

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Rudi Doku
the problem is that the > basename attribute in the > tag does not have the full path to > the file. e.g. it > should be something like > basename="myapp.view.resources.ApplicationResources" > > Regards > > Duncan Mills > > > Jeff Beal wrote:

Error reading text from ApplicationResources.properties

2004-09-28 Thread Rudi Doku
Hello, I'm new to struts. I have added the following string to teh ApplicationResources.propertiesfile : topic.label=Topic I am trying to display this label on the page without very much success. My page looks like this: <%@ page contentType="text/html;charset=UTF-8" language="java"%> <%@ tagl