I have two sets of users at two different sites using
a single web app. I need to know the location when
they hit the home page. (It is low security situation,
there is no login.)

By example of what I mean, if this were jsps I would
have the user bookmark:

http://asdf/myapp.jsp?site=siteone
http://asdf/myapp.jsp?site=sitetwo

If it were rails I would use a router:

http://asdf/myapp/siteone
http://asdf/myapp/sitetwo


I would then grab the site and put it in the session.

How would I achieve equivalent functionality in
Tapestry? I read that Home does not take parameters so
how does one do this?

I would appreciate any suggestions you may have.

Thanks,
Larry



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to