12
Views
2
Comments
Solved
Web Dev guided tour cannot type new movie title
Question

Exercise 6.2 is about screen interaction and the movie detail has a condition that show "new movie" as nullidentifier is passed as movieid. in my case it is not possible to fill in the title of the new movies (fight club example in the exercise) . What should I do different? See screenshot as attachment.

Thanks for your help, Jos


newmovie_title_issue.png
2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi,

That if with MovieId <> NullIdentifier() is to put on the title of the page and not the title input of the movie. On your screen is where you see Star Wars: The Force Awakens in bold. This is where you need to add that if

Regards,

Marcelo

UserImage.jpg
Jos Boelens

Marcelo Ferreira wrote:

Hi,

That if with MovieId <> NullIdentifier() is to put on the title of the page and not the title input of the movie. On your screen is where you see Star Wars: The Force Awakens in bold. This is where you need to add that if

Regards,

Marcelo

That works, thanks


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.