Do a search and you'll find a few instances of QuantityValidaor where it should be QuantityValidator. Not a big deal since it still works. It happens in both the ascx and the ascx.cs file.
I discovered this while (so far unsuccessfully) trying to make the BuyProductsDialog (or a custom version of it) work on the categories page. I want my customers to be able to select options when buying from the list of items at the category level. Right now the validators stomp all over each other and the buy button doesn't actually do anything. I'm sure I'll figure it out soon enough unless someone else has a better suggestion.
Minor bug: misspelling in BuyProductsDialog
-
- Lieutenant (LT)
- Posts: 58
- Joined: Thu Jun 21, 2007 8:27 pm
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Minor bug: misspelling in BuyProductsDialog
These kinds of conflicts are usually solved by setting the ValidationGroup property of the validators and the validationsummary.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.