Hello All, When I call a screen with parameters forexample:
http://server/app/servlet/app/template/screen.vm/par1/xx/par2/yy/.. ../parn/nnn how can I get parameters part of this url in string format? "par1/xx/par2/yy.. ../parn/nnn" I need it, because if user doesn't has permission to run this screen, I have to forward it to Login.vm, and after a succesfully login I need it to forward to original screen. I can put screen with: data.getUser().setTemp(NEXT_SCREEN, data.getScreenTemplate()); but I cannot pass parameters to this. -- TIA, Zoltan Zidarics programmer PTE University Pecs, Hungary icq: 43288694 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
