I suspect what you're looking for is url rewriting (although it might
be possible to do it with wildcard action mappings...). Depending on
your infrastructure, you could probably do this by configuring your
server, or with a custom servlet filter. Do a google search for 'url
rewriting' for suggested solutions.

Nils-H


On Tue, Dec 9, 2008 at 9:08 AM, Aditya Lukman
<[EMAIL PROTECTED]> wrote:
> Hi all,,
> I want to redirect from
> http:// <http://localhost:8080/cimeng/profile.action?nickname=aray>
> www.test.com/mike <http://localhost:8080/cimeng/adhit> to
> http://www.test.com/profile.action?nickname=mike<http://localhost:8080/cimeng/profile.action?nickname=aray>
>
> if I type a nickname in the url after
> http://<http://localhost:8080/cimeng/profile.action?nickname=aray>
> www.test.com <http://localhost:8080/cimeng/adhit>/mike
> it's will redirect to
> http://www.test.com/profile.action?nickname=mike<http://localhost:8080/cimeng/profile.action?nickname=aray>
>
> so,, how to solve my problem
>
> please, give me a descriptions for my problem
> thank's for your help
>
> --
> Aditya Lukman Afandi
> Programmer / Blueoxygen Developer
>
> Web Office : http://www.meruvian.org
> Phone Office : 02193586577
> HP : 085224191503
>
> Forum : http://www.mervforum.com/
> Blog : http://nagasakti.mervpolis.com/roller/adhit
> Group : [EMAIL PROTECTED]
>

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

Reply via email to