Re: REST in Struts 2 Web Applications

2012-02-20 Thread Łukasz Lenart
It should be like this: Regards -- Łukasz Mobile +48 606 323 122 Office +27 11 0838747 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-unsubscr..

Re: Map param in tag

2012-02-20 Thread Dave Newton
By sending an email to the list, as you just did. (pardon brevity and typos, on cell) On Feb 20, 2012 8:32 AM, "danish ansari" wrote: > hey buddy,, > i have just subscribed to the mailing list. > can you tell me how can i ask question as you have asked. > thank you > > On Fri, Feb 17, 2012 at 8:

Re: Map param in tag

2012-02-20 Thread Łukasz Lenart
2012/2/17 Joson Mandaro : > >    ABC >    EDF > Did you try to use: EDF Regards -- Łukasz Mobile +48 606 323 122 Office +27 11 0838747 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To u

Re: Map param in tag

2012-02-20 Thread danish ansari
hey buddy,, i have just subscribed to the mailing list. can you tell me how can i ask question as you have asked. thank you On Fri, Feb 17, 2012 at 8:14 AM, Joson Mandaro wrote: > Hi all, > I've written a new Interceptor. It requires a Map parameter named "parser". > private Map parser; > // Get

Map param in tag

2012-02-20 Thread Joson Mandaro
Hi all, I've written a new Interceptor. It requires a Map parameter named "parser". private Map parser; // Getter and Setter public void setParser(Map parser) ... How to parse a Map parameter to it? Here is what I tried: ABC EDF But then "this.parser" was null in intercept(). Thanks in