Re: captcha + struts2

2007-11-18 Thread Brian Relph
Thanks for the suggestions ... I was able to use the appfuse example and remove all the acegi-related security stuff On 11/17/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > > On Nov 17, 2007 6:14 AM, Brian Relph <[EMAIL PROTECTED]> wrote: > > I was wondering if anyone could help with a captcha impl

Re: concatenate Strings in tag attributes

2007-11-18 Thread Anton Pussep
First of all thanks a lot for the good and well structured reply. I tried but the result is still the same. I also wrote an own static method that prints out the result and it is also "/jsp/[Ljava.lang.String;@1bd2184". However, a static concatenation method will most probably work, but I hope i

Re: concatenate Strings in tag attributes

2007-11-18 Thread Jeromy Evans
I don't have the full solution, but lets think about this for a moment instead of using trial-and-error... By default, every struts2 tag either expects the attribute to be a string literal, an OGNL expression evaluated as a string or an OGNL expression evaluated as an object. We don't really

Re: concatenate Strings in tag attributes

2007-11-18 Thread Anton Pussep
Results in the same as which means that a remains unset. Same for: Best, Anton Saul Qunming Yuan wrote: > Hi > > You may want to try the following to set variable "a": > > > > > > just a thought. > > Saul > > Anton Pussep wrote: >> Hello, >> >> I am trying to concatenate strin

Re: concatenate Strings in tag attributes

2007-11-18 Thread Saul Qunming Yuan
Hi You may want to try the following to set variable "a": just a thought. Saul Anton Pussep wrote: Hello, I am trying to concatenate strings in tag attributes and get results that I don't understand: prints out "/jsp/test.jsp", whereas prints out "/jsp/[Ljava.lang.String;@1bd21

concatenate Strings in tag attributes

2007-11-18 Thread Anton Pussep
Hello, I am trying to concatenate strings in tag attributes and get results that I don't understand: prints out "/jsp/test.jsp", whereas prints out "/jsp/[Ljava.lang.String;@1bd2184", same for whereas the following does not work: What is the way to concatenate strings in the set tag a