>
>
> --------in FirstLogin.java -------
> PageParameters params = new PageParameters();
> System.out.print("pid=" + params.getKey("pid"));------the output is
> null;how to get the parameter?What are you doing here exactly? Are you creating the PageParameters yourself?? in the FirstLogin page? That is wrong. You should use the PageParameter constructor johan
