If validation fails for profile settings, the page shouldn't move on

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/26/2008 10:49:39 AM
Gravatar
Total Posts 88

If validation fails for profile settings, the page shouldn't move on

Hi Joe,

Sorry to bother you again so soon, I've found a small bug on the My Account page. It's not a biggie but thought you'd like to know anyhows.

I've added validation for date of birth so that if the user enters an invalid date of birth, a validation error message appears.

But what happens is, I enter an invalid date of birth and press update. The page refreshes and takes me to the "Newsletters" screen. If I navigate back to the Profile screen, I can see the validation error message, but because the page refreshed to the Newsletters screen the user is under the impression that their entry was saved.

Hope that made sense,

rgds

Leag

11/27/2008 10:05:54 AM
Gravatar
Total Posts 18439

Re: If validation fails for profile settings, the page shouldn't move on

This is going to be one of those things that is trickier to solve than one might suppose. The controls and validators have no idea that they are in tabs, they are all actually in the same page and the tabs are created by javascript. I can't really make this a priority right now, but if you want to keep it from falling completely of f the radar, you can create an issue in our issue tracker on codeplex.

Best,

Joe

11/27/2008 10:38:03 AM
Gravatar
Total Posts 88

Re: If validation fails for profile settings, the page shouldn't move on

yep totally understand the priority thing. have just created an issue on codeplex so it's not lost forever... thanks

12/7/2008 7:45:12 AM
Gravatar
Total Posts 18439

Re: If validation fails for profile settings, the page shouldn't move on

Hi Leah,

As it turns out, I was able to come up with an easy fix for this yesterday, so it will be fixed in the next release.

Best,

Joe

12/23/2008 6:43:18 AM
Gravatar
Total Posts 88

Re: If validation fails for profile settings, the page shouldn't move on

great, thanks Joe

You must sign in to post in the forums. This thread is closed to new posts.