You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to create a utility similar to wget --mirror using a text input-based wizard to collect details from the user to obtain a website URL to mirror from the user as part of the wizard.
You can find the code for the text input model below,
I want to raise an error whenever a user inputs an incorrect URL. But, somehow, the view function doesn't produce or render the error message to the screen. I would be grateful if you could resolve the mistake I am making here in the text input model. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently trying to create a utility similar to
wget --mirror
using a text input-based wizard to collect details from the user to obtain a website URL to mirror from the user as part of the wizard.You can find the code for the text input model below,
I want to raise an error whenever a user inputs an incorrect URL. But, somehow, the view function doesn't produce or render the error message to the screen. I would be grateful if you could resolve the mistake I am making here in the text input model. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions