Re: vs. onclick result

2004-11-10 Thread Peng Tuck
Lori, If pathParam is a bean you pass in through the request or any scope you could use to output the value of the bean without resorting to scriplets. Ben Anderson wrote: Lori, notice I took this to the struts list. The struts tags don't support runtime expressions. There is a subset of

Re: vs. onclick result

2004-11-10 Thread Ben Anderson
Lori, notice I took this to the struts list. The struts tags don't support runtime expressions. There is a subset of struts tags that supports EL (expression language). You might try the following approach: However, it'd be even better if you didn't need the first line. There are times when