Hey again,
Please understand that I lack knowledge in syntax to achieve what you are saying. Having said that, your part about posting does not makes sense to me at moment because here is the flow:
Here is my current logic:
1. User enters Joe
2. User clicks search
3. Request is posted to the server and envokes setSummoner method
4. SetSummoner method creates a session and saves the user input into the session
5. SetSummoner method redirects the page back to adl-look-up
6. adl-look-up template checks if session is set
7. If session is set, invoke a method getSummoner and display the data.
Here is what I understand that you are suggesting:
1. User enters Joe
2. User clicks search
3. Request is posted to the server and envokes setSummoner method
4. SetSummoner looks up in the database for the ID of the user
5. SetSummoner posts this ID back to the adl-look-up page
6. adl-look-up page calls a method that will get the data based on the ID and then displays it in the template.
My questions:
1. Is my assumption correct?
2. How does getSummoner posts back to the page and saves the data? What does code for that looks like? Will this be a URL parameter now?
I hope I was able to explain myself better this time. Words can be hard lol