Re: [S2] Ajax Anchor Tag

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 14:48:54 you wrote: > That is what I had hoped for. Unfortunately, it appears that the formId > property is only considered when using the ajax theme. > > Thanks, > Ken > Oh, I guess I misunderstood the question. There is no struts-y way to do it, other than using th

RE: [S2] Ajax Anchor Tag

2009-02-03 Thread Hoying, Ken
: Re: [S2] Ajax Anchor Tag On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote: > I would like to take advantage of the Struts 2 Ajax Anchor tag's > functionality to build the url on the client based on an href and the > parameters for a given form (formId). However, I do not want

Re: [S2] Ajax Anchor Tag

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 14:39:25 Hoying, Ken wrote: > I would like to take advantage of the Struts 2 Ajax Anchor tag's > functionality to build the url on the client based on an href and the > parameters for a given form (formId). However, I do not want the call to > be made asynchronously.