Re: Create a struts ajax anchor using javascript

2009-09-13 Thread Christian Javellana
Or even simplier, get this whole "a href" from > ajax call at the first place, and don't use json here at all. Have in > mind that strut is something completly different than ajax, those are > two different worlds. > > Best greetings, > Pawel Wielgus. > >

Create a struts ajax anchor using javascript

2009-09-12 Thread Christian Javellana
Hi All, I'd like to know if there is a way how to build a struts anchor (theme='ajax') using javascript alone? I'd like to construct a struts ajax anchor wherein the href value comes from a JSON response. Is there a way to do this? -- View this message in context: http://www.nabble.com/Create