2008/10/13 Mead Lai <[EMAIL PROTECTED]>:
> How to pass params with 'URL herf'?
> well, the params data wanne pass to Model's property.
> such, I have a "page" object in myAction, with get and set method.
>
> public class myAction{
>   private Page page;
> }
>
> public class Page{
> public int index;
> public int next;
> }


Add public getters and setters instead of public properties


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to