Dave,
Thanks your very much, it works very well
brw, the book you wrote/published, i had it.
john
From: Dave Newton
To: Struts Users Mailing List ; john lee
Sent: Tuesday, August 6, 2013 11:26 AM
Subject: Re: sj:a json return result question
Configure your result's `root` to be `sum`, otherwise it will serialize the
entire action.
On Tue, Aug 6, 2013 at 10:31 AM, john lee wrote:
>
> Question for Sjquery's sj:a tag as the following
>
>
> href="%{ajax}"
> targets="result"
>
Question for Sjquery's sj:a tag as the following
TOTAL # PARTS
public class ReportkeyAction extends extends ActionSupport {
private int sum;
public int getSum() { return sum; }
public void setSum(int sum) { this.sum = sum; }
public String execute() throws
3 matches
Mail list logo