Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I'm trying to call this job from any url.
So, I explain my problem to you. I have an web application. When I clic a button from this application, it sends an url like this :
"https://localhost:80/appli?name='Opel'"
So I want to take this parameter "name" and after I want to set it in my tJava, like that :
context.name = "Opel"
My question is , how to set this parameter value in the context.
Here is my job's picture.