I have the following fowarding jsp's

myjsp.jsp?type=type1

myjsp.jsp?type=type2

I'm not sure if this is valid but I would like to use a tag(bean tag?)
in my jsp to identify if type = type1 or type = type 2.

I wanted to use this information to set radio button default values.
One default when type=type1 and the other default value 
when type = type2 (calling the same jsp, myjsp.jsp).

Can a bean tag grab a name/value pair like above?


Any suggestions?

Thanks,
Barry

Reply via email to