RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
> Remember you can tier your views meaning you > can indicate a base action that will just return > SUCCESS and define more specific successes as you > see fit. Hehee.. now I feel a little bit stupid. > So a call to my.xxx.action will map to xxx.vm and > my.yyy.action will map to yyy.vm or calls

Re: [Webwork-user] Using views as an action

2002-05-27 Thread Matt Baldree
]> Sent: Monday, May 27, 2002 7:28 AM Subject: RE: [Webwork-user] Using views as an action > > I'm not quite sure what you are after. > > Can you give a more concrete example? > > Ok here we go: > > If have these HTML-file: > > file1.vm: > > > My Act

RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
> I'm not quite sure what you are after. > Can you give a more concrete example? Ok here we go: If have these HTML-file: file1.vm: My Action file2.vm: My Action file3.vm: My Action Ok in real life they are much different, but the point is... Let's say tha

Re: [Webwork-user] Using views as an action

2002-05-27 Thread Matt Baldree
I'm not quite sure what you are after. Can you give a more concrete example? - Original Message - From: "Aapo Laakkonen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 5:37 AM Subject: RE: [Webwork-user] Using views as an action >

RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
>> What is the proper way to map an action directly to a view? >> >> WebWork examples has one example of this, but it doesn't seem to work >> on webwork 1.0.3: >> >> jspaction.action=jspaction.jsp jspaction.success=jspactionsuccess.jsp >> jspaction.error=jspactionerror.jsp > > Why do you need a