Possibly Stupid Question

2001-01-05 Thread James Howe
I want to generate a link tag for a page which takes three parameters. The values of the parameter come from a bean which is available to the page. The end result should look something like this: a href="foo.do?parm1=val1parm2=val2parm3=val3"Link/a The values for val1, val2 and val3 come

Re: Possibly Stupid Question

2001-01-05 Thread Craig R. McClanahan
James Howe wrote: I want to generate a link tag for a page which takes three parameters. The values of the parameter come from a bean which is available to the page. The end result should look something like this: a href="foo.do?parm1=val1parm2=val2parm3=val3"Link/a The values for val1,

Possibly Stupid Question

2001-01-05 Thread James Howe
I want to generate a link tag for a page which takes three parameters. The values of the parameter come from a bean which is available to the page. The end result should look something like this: a href="foo.do?parm1=val1parm2=val2parm3=val3"Link/a The values for val1, val2 and val3 come