RE: mapping jsp *.do how to ?

2002-02-11 Thread Arik Levin ( Tikal )
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 11:24 PM To: Struts Users Mailing List Subject: Re: mapping jsp *.do how to ? You can map JSPs without having to pass through Action objects by simply defining the JSPs as Global Forwards in you

Re: mapping jsp *.do how to ?

2002-02-10 Thread Bob Williams
m: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, February 10, 2002 3:23 PM Subject: Re: mapping jsp *.do how to ? > > > You can map JSPs without having to pass through Action objects by simply > defining the JSPs as Global Forw

Re: mapping jsp *.do how to ?

2002-02-10 Thread cody.burleson
ROTECTED]> on 02/10/2002 01:33:43 PM Please respond to Struts Users Mailing List <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> cc: Subject: mapping jsp *.do how to ? I need to map all my JSP's to - *.something - not just the act

mapping jsp *.do how to ?

2002-02-10 Thread Arik Levin ( Tikal )
I need to map all my JSP's to - *.something - not just the actions JSP's. How should I do this? Should I write some base action and use it as some handler or there is an other way?