Re: Using href's tp call an Action class.

2003-01-14 Thread John Bateman
href's tp call an Action class. Hi I'm trying to make a simple html link Foo call an Action class I have setup. My struts-config looks like this And my URL is Foo the FormsAreUs is where my application is deployed. No, as I am new to this and may be misusing terminology, I will expla

RE: Using href's tp call an Action class.

2003-01-09 Thread Andrew Hill
Should that not be something like /FormsAreUs/listMembers.do ? You will also want to use the mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 16:24 To: [EMAIL PROTECTED] Subject: Using href's tp call an Action class. Hi I'm trying to make a simple html link Foo call an Acti

Re: Using href's tp call an Action class.

2003-01-09 Thread kiuma
It should be Foo as you probably have defined struts *.do in your web.xml kiuma. John Bateman ha scritto: Hi I'm trying to make a simple html link Foo call an Action class I have setup. My struts-config looks like this path="/listMembers" type="com.itworks.formsareus.member

Using href's tp call an Action class.

2003-01-09 Thread John Bateman
Hi I'm trying to make a simple html link Foo call an Action class I have setup. My struts-config looks like this path="/listMembers" type="com.itworks.formsareus.member.action.ListMembersAction" scope="request" name="" validate="true" input="" > And my URL is Foo the FormsA