How do i access parameter values passed in URI when accessing a GWC application in Genero?
For example, accessing the application using
http://myserver.com/gas/wa/r/myapp?Arg=john&Arg=doehow can i access the values "john" and "doe"?
is that the correct way to pass parameter in URI using the same "Arg" as key?
Thanks very much in advance!
regards, BY