> -----Ursprüngliche Nachricht-----
> Von: Christopher Marsh-Bourdon [mailto:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 13. Juli 2005 17:19
> An: Struts Users Mailing List
> Betreff: Re: How to hide URL in Adress bar?
> 
> Why would you have to route every action through a single 
> servlet/ action?

Because post only cuts parameters but not the action? So the part of the url
before the '?' must always be the same (was posted in original question).



> 
> 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.


Have you ever worked on a b2c portal? If you offer a service and want your
users to pay for it, you beg for maximal indexing on all
search sites, because it's the best way to become traffic and traffic is
money. But robots do not follow POST (or most of the javascript) so they
will probably not index your site at all (or just first page).
And a web site built in java is a webapp :-)

Regards
Leon



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

Reply via email to