Re: Logical name usage in the URL

2001-05-16 Thread William Shulman
one thing to think about: if you are running a web server, like Apache for instance, in front of your app servers, you can configure rewrite rules to map 'pretty urls' to actual urls on your app server or servlet container. If you want to do this with Apache look at the mod_rewrite stuff on the

Logical name usage in the URL

2001-05-16 Thread Venkatesh Mahipati
Hello, I am developing an application using struts, for which I would like to have the below requirement. My requirement is, Instead of using this URL http://venkatesh:8080/cart/home.jsp, I want to use http://venkatesh:8080/cart/welcome. That is to say, I want to refer home.jsp file by using

RE: IF / ELSE and SWITCH/CASE Tags

2001-05-16 Thread Niall Pemberton
Thanks for your input, I've tried to address what you raise below under your points. Niall > -Original Message- > From: Michael Hackett [mailto:[EMAIL PROTECTED]] > Sent: 15 May 2001 16:41 > To: [EMAIL PROTECTED] > Subject: RE: IF / ELSE and SWITCH/CASE Tags > > > > 1) IF/ELSE: (IfTag, T

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-05-16 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Hal, I'm a little confused, being as I've never seen the components code. First, the request is only wrapped for multipart forms. Second, by the time processForward() is called, it is passed the original request, and not the wrapped one. What am I missing? -Original Message- From: Dea