Why would you have to route every action through a single servlet/ action?

The others are nice to have for a web application (who wants a web app cached on indexable?), but if you code web sites you might be right.

Cheers

Christopher Marsh-Bourdon
www.marsh-bourdon.com
AIM: marshbourdon


On 13 Jul 2005, at 16:16, Leon Rosenberg wrote:

sorry, i've hit the send button too quickly...

why not using POST:

your page will not be found (or indexed) by any search engine
you have to recode all (ALL!) links in your page with javascript to
submit forms
you will completely switch of browser cashes (whether you want it or
not)
back button will be disabled
you will have to route every action through a single servlet/action

is it enough? :-)

regards
Leon

p.s. mod_rewrite is a apache module which allows you to rewrite urls
with reg expressions.

On Wed, 2005-07-13 at 17:05 +0200, Gaet wrote:

Ok,

Thanks for all of your QUICK answers!
I think that usinf Frameset is not a good solution has it is not recommended
from W3C
Using POST seems to be a good solution if it works....and it will only hide
the parameters isn't it?

Micheal, what is mod_rewrite?

Thanks to all of you!


----- Original Message -----
From: "Gaet" <[EMAIL PROTECTED]>
To: "Mailing List Struts" <user@struts.apache.org>
Sent: Wednesday, July 13, 2005 2:48 PM
Subject: How to hide URL in Adress bar?


Hi evrybody,

I would like to hide the struts URL in the Adress bar of the client
browser....
is there a way do always have www.mysite.com in the adress bar instead of
www.mysite.com/myStrutsAction.do?param1=param...??

Thanks for your help!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to