Tomcat 4.0.4
Struts 1.1-b2
/--situation--/
The site contains several sections, and most of them are available only thru logon. One section is to display articles, and they are intended for everyone to see. those articles are split into parts and reassembled at runtime by JavaBean. Each article has its own unique numeric id.
Hi everybody,
It would be nicer if a visitor copy url for a certian article, and pasting to that url in the address field of a browser displays the exact same page for everyone.
http//mysite.com/view?articleid=8798764
Or something like that.
Pages will be added automatically and not known at compile time.
I am still trying to figure out Struts, and I am still not so sure about what I don't know. This could be a general
servlet issue, but I post it here because I am just not sure.
If you know how to do what I am trying to do,
please teach me. Or please redirect me to some good resources if you know.
Thank you.