Melloware

Results 2406 comments of Melloware

OK will post it here when complete so you can see it.

Attached: [pfe-571.zip](https://github.com/primefaces-extensions/primefaces-extensions.github.com/files/2332298/pfe-571.zip) Run the demo and you will see item3 is disabled by default. When you press "Save" button it should re-enable item3 but it does not, it remembers its...

Also I discovered Primefaces has a SavedState class that looks like it duplicates (or was moved from PFE) as our SavedEditableState.

switched to extend core PF SavedState ```java public class SavedEditableValueState extends SavedState { ```

Updated with Stack overflow info. My guess is these features were just never tested together as movable columns was added way after sorting/filtering.

Interesting so this component basically says you can only click this button say "once every 5 minutes" or no more than "3 times in 10 minutes" type of limiting? I...

Well just let us know when want us to review

I think we should wait until they are all done making changes. It will be a large undertaking to convert ours to theirs.

OK so this is a difficult one. The CreditCard is meant to only have one on the screen at a time. It uses `prependId="false` so the input fields get names...

One thing that concerns me it seems there is no active development and last commit was almost 2 years ago.