Hey, these forums have been great so far but I'm hoping to get some more help.
I have a
jsp page that prints out the results from a DB as a link (navigation)
which generates a link like:
http://localhost:8080/StrutsBoard/disp3.action?contId=0 "General"
http://localhost:8080/StrutsBoard/disp3.action?contId=1 "Africa"
http://localhost:8080/StrutsBoard/disp3.action?contId=2 "Antarctica"
etc etc
disp3 is mapped in my struts.xml to go to this method in my action class:
No matter what I do, I cannot figure out what connection I need to make to get that contId from the link and pass it to the Threads.GetSome() method.
Once it passes the value, the end results work out fine (I've tested it be hardcoding)
here's the full pages if that'll help:
ThreadAction.java
Threads.java