Is it possible to do pagination and sorting in SWF.
Any examples out there would be very helpful.
Thank you
Type: Posts; User: regmim; Keyword(s):
Is it possible to do pagination and sorting in SWF.
Any examples out there would be very helpful.
Thank you
I'm getting following error when running my test. It seems like somehow its not finding my webflow xml defination file. But it does exist in the classpath. May be its something else.
...
Hi,
I've a list of object rendering in the page. User can modify the list of the object or add more. It seems like no matter what I do or how i change the list, when list ( form data ) gets to the...
Hi, I'm new to Webflow and having difficulty populating String Array during initial rendering of the page. My form object looks like below :
String[] ips;
public String[] getIps() {...