Re: Passing a parameter into a bean

2006-10-19 Thread Jim Reynolds
How about doing a jstl if statement within the index.jsp page. If you need to pass the parameters, then within the if errors put in a hidden field named portal with value of collab, else no hidden value. something like that maybe? On 10/19/06, Perry Minchew <[EMAIL PROTECTED]> wrote: Hi every

Passing a parameter into a bean

2006-10-19 Thread Perry Minchew
Hi everyone, Another beginner question. I have an index page that currently does nothing but redirect (). However, I need to pass a parameter passed in from the calling page to be transferred to a bean. The parameter is in formal "./index2.jsp?portal=collab". I have created a portal