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
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
Marcelo Ferreira wrote:
That works, thanks