Re: Form POST Issue

2008-12-01 Thread please smile
Thanks Karen Tracey,I typecast the posted value as integer. now Its works fine. On Tue, Dec 2, 2008 at 3:28 AM, Karen Tracey <[EMAIL PROTECTED]> wrote: > In the future, if you click "Switch to copy-and-paste-view" and then just > copy and paste the contents of the traceback window, that is gene

Re: Form POST Issue

2008-12-01 Thread Karen Tracey
In the future, if you click "Switch to copy-and-paste-view" and then just copy and paste the contents of the traceback window, that is generally easier to deal with. The traceback in your screenshot (which shows your photosapp/views.py on line 104 calling paginator.page) doesn't match up with the

Re: Form POST Issue

2008-12-01 Thread Karen Tracey
On Mon, Dec 1, 2008 at 4:08 AM, please smile <[EMAIL PROTECTED]>wrote: > Hi All, > > I need to pass the "totalItems" value as argument to Paginator(disp, > totalItems) function > > if It is POST. > > But it throws the error > > "coercing to Unicode: need string or buffer, int found" > > > How do