multiviews

Anyone have issues with using a RadTextBox in a MultiView?

I am want to use a Telerik RadTextBox inside a MultiView in ASP.NET 2.0. Just dragging a RadTextBox into a view and running the page generates a run-time error of the good old favorite "Object reference nto set to an instance of an object". It seems to be breaking on the Telerik.WebControls.RadInputControl.SaveViewState() call. Has an...

terminating_due_to_uncaught_exception while trying to change views

I've been hitting this bug that I don't know what is wrong. When I debug this code and it hits here the program will lock up when it hit the addSubView line and says terminating_due_to_uncaught_exception I'm not sure if I'm forgetting something in interface builder or what but the codes does compile. ViewTypeView is the View's contro...

MultiViews in Tomcat

Hello, I have used MultiViews in Apache before and I am now moving into a project that uses Tomcat. I have pitched the idea that having a file named "registration.html" could be linked to it using http:// domain/registration/ I was then able to retrieve additional information for "registration.html" by extending the URL to: http:// dom...

Content Negotiation on Tomcat

I'm trying to get my Tomcat to use pretty URLs, similar to Apache's MultiViews option. I tried using AJP to proxy Tomcat to Apache, but the .htaccess file is still ignored. What are my options for Tomcat? ...

Jquery and ASP multiviews

Hey I am having a problem getting my $(function () { to run after page load in asp with multiviews. I have a masked input for the text fields which just point to the textfields so they work. however when I am doing my conditional validation on various properties within different views. do I have to split up my view? right now I am callin...

Passing a float between multiple viewcontrollers

Im trying to send a float from one viewcontroller to another. Ok Ive tried using NSUserDefaults to go about this. First I tested it with a string and it worked, but now I'm struggling to do the same with my float. Any help would be appreciated! :) Heres my code In my firstviewcontroller.h file i have IBOutlet UITextField *nameField;...