Re: [struts] parameter to custom tag

2008-02-28 Thread Kropp, Henning
Thank you Dale! Dale Newfield schrieb: Kropp, Henning wrote: I must add that s:set printed out the string as well. I am not quit sure if its supposed to, but it did. I glossed over this--I wouldn't use s:set here, but rather c:set. Neither one should print the value (are you sure you didn't

Re: [struts] parameter to custom tag

2008-02-28 Thread Dale Newfield
Kropp, Henning wrote: I must add that s:set printed out the string as well. I am not quit sure if its supposed to, but it did. I glossed over this--I wouldn't use s:set here, but rather c:set. Neither one should print the value (are you sure you didn't do that for debugging inside your custom

Re: [struts] parameter to custom tag

2008-02-28 Thread Kropp, Henning
Dale Newfield schrieb: Kropp, Henning wrote: I figured it out. I used for this. Thanks. That will only work if the value you're trying to pass is a string. It might also add whitespace to either end of that value (due to the whitespace inside your s:set

Re: [struts] parameter to custom tag

2008-02-27 Thread Dale Newfield
Kropp, Henning wrote: I figured it out. I used for this. Thanks. That will only work if the value you're trying to pass is a string. It might also add whitespace to either end of that value (due to the whitespace inside your s:set tag. Why not pass the