[Seaside-dev] get value from the link. or request parameter

Philippe Marschall philippe.marschall at gmail.com
Mon Mar 11 08:40:23 UTC 2013


On Sat, Mar 9, 2013 at 4:48 PM, sarath raj <sarathraj99 at gmail.com> wrote:
> I would like to get the value from the parameter . How it is posible in
> seaside .
>
>  Suppose i have
> http://localhost:9090/testingApp?a=sarathraj99@gmail.com
> how can i request the value from the link , like requestParameter("a") in
> java .

self requestContext request at: 'a'

It isn't a big deal but the seaside mailing list would have been the
correct place to ask this question, not the dev list.

Cheers
Philippe


More information about the seaside-dev mailing list