0 Replies Latest reply on Nov 8, 2009 3:10 PM by bashan

    Seam url rewriting

    bashan

      Hi,


      I want to give any user in my system a unique url. For example:
      http://myip.com/user1
      http://myip.com/user2


      and so on.


      I also want to make an option in which the username is just there, but I actually use another object to load the data. For example:
      http://myip.com/user1/456
      http://myip.com/user2/234


      I don't actually need the user1/user2 to load the screen. the id is enough, but the user is there just because it looks better.


      Is there a way of doing such thing in Seam?


      Thanks,
      Guy.