Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • How to hide URL in Adress bar?

    11 answers - 212 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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
    Thanks for your help!
  • No.1 | | 624 bytes | |

    yes, put a frameset in your top page, with 1 px height frame (white) on
    top, and the actual application in your other frame. Then the link in
    the adress bar will never change.

    regards
    leon

    Wed, 2005-07-13 at 14:48 +0200, Gaet wrote:
    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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.2 | | 705 bytes | |

    change all transmissions from <html:>method="GET" to <html:>method="PST"
    Bon Chance,
    Martin-
    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) apache.org>
    Sent: Wednesday, July 13, 2005 8:48 AM
    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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.3 | | 997 bytes | |

    Hi Baet,

    +1 for using PST.

    Cheers,
    Daniel Silva.

    7/13/05, Martin Gainty <mgainty (AT) hotmail (DOT) comwrote:
    change all transmissions from <html:>method="GET" to <html:>method="PST"
    Bon Chance,
    Martin-
    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) apache.org>
    Sent: Wednesday, July 13, 2005 8:48 AM
    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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.4 | | 1207 bytes | |

    ,

    Sorry Gaet for mispelling your name!

    Daniel Silva.

    7/13/05, Daniel Henrique Ferreira e Silva <dhsilva (AT) gmail (DOT) comwrote:
    Hi Baet,

    +1 for using PST.

    Cheers,
    Daniel Silva.

    7/13/05, Martin Gainty <mgainty (AT) hotmail (DOT) comwrote:
    change all transmissions from <html:>method="GET" to <html:>method="PST"
    Bon Chance,
    Martin-
    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) apache.org>
    Sent: Wednesday, July 13, 2005 8:48 AM
    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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
    >
    >
    >


    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.5 | | 1147 bytes | |

    1) PST cannot be reloaded automatically. Using PST not for data
    input is bad design.
    2) Displaying the same URL for logically different pages, which could
    otherwise be bookmarked is bad design.
    3) Hiding URL completely is non-user-friendly design.
    4) If you want to beautify your URLs, you may want to use something
    like mod_rewrite.

    Michael.

    7/13/05, Martin Gainty <mgainty (AT) hotmail (DOT) comwrote:
    change all transmissions from <html:>method="GET" to <html:>method="PST"
    Bon Chance,
    Martin-
    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) apache.org>
    Sent: Wednesday, July 13, 2005 8:48 AM
    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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.6 | | 910 bytes | |

    ,

    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 PST seems to be a good solution if it worksand it will only hide
    the parameters isn't it?

    Micheal, what is mod_rewrite?

    Thanks to all of you!

    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) 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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.7 | | 1157 bytes | |

    Actually using PST is the WRST solution.

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

    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 PST seems to be a good solution if it worksand it will only hide
    the parameters isn't it?

    Micheal, what is mod_rewrite?

    Thanks to all of you!

    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) 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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.8 | | 1679 bytes | |

    sorry, i've hit the send button too quickly

    why not using PST:

    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.

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

    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 PST seems to be a good solution if it worksand it will only hide
    the parameters isn't it?

    Micheal, what is mod_rewrite?

    Thanks to all of you!

    Message
    From: "Gaet" <gaetmail (AT) free (DOT) fr>
    To: "Mailing List Struts" <user (AT) struts (DOT) 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

    Thanks for your help!

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.9 | | 2663 bytes | |

    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

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

    sorry, i've hit the send button too quickly

    why not using PST:

    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.

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

    >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 PST seems to be a good solution if it worksand it will
    >only hide
    >the parameters isn't it?
    >>

    >Micheal, what is mod_rewrite?
    >>

    >Thanks to all of you!
    >>
    >>

    >Message
    >From: "Gaet" <gaetmail (AT) free (DOT) fr>
    >To: "Mailing List Struts" <user (AT) struts (DOT) 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
    >
    >>

    >Thanks for your help!
    >>
    >>

    >
    >To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    >For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
    >>
    >>
    >>

    >
    >
    >


    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
    >
    >
    >
  • No.10 | | 375 bytes | |

    Wed, 2005-07-13 at 17:11 +0200, Leon Rosenberg wrote:
    Actually using PST is the WRST solution.

    In my opinion showing the same URL for all pages is a very bad solution.
    Why is it needed?

    Tamas

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
  • No.11 | | 1442 bytes | |

    7/13/05, Leon Rosenberg <struts_user (AT) anotheria (DOT) netwrote:
    In fact I had this requirement multiple times, marketing departments of
    large companies don't want to show the user cryptic urls he don't
    understand. Last time I had it a large austrian company from the food
    sector, they reasoned, they don't want different urls, because they want
    always their "cool url". (The solution was the frameset, since the
    background of the side was white, 1pix white border above the content didn't
    matter).

    Because of idiots like these (I mean your Austrian company) I have to
    go another mile and to open a frame in a separate window and bookmark
    it.

    Another point may be, that you don't want a user to bookmark a specific
    action, because it's so highly dynamical, that it doesn't make sense. If you
    always show the same url, the (normal dummy) user always bookmarks and comes
    out at your homepage.

    An application should be intelligent enough to recognize that a user
    requested an invalid resource, and tell him that resource is removed,
    and redirect him to home page.

    But I can live with frames, using PST for everything is the most
    hideous solution ever.

    Michael.

    To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: user-help (AT) struts (DOT) apache.org

Re: How to hide URL in Adress bar?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Java"

EMSDN.COM