You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "riksoft (via GitHub)" <gi...@apache.org> on 2023/05/18 15:47:03 UTC

[GitHub] [netbeans] riksoft opened a new issue, #5962: HTML Input date with php value marked as error

riksoft opened a new issue, #5962:
URL: https://github.com/apache/netbeans/issues/5962

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   In a PHP web page, this code
   <input type="date" name="checkin" value="<?=$checkout?>">
   is marked as error with this message
   Bad value " " for attribute "value" on element "input": The literal did not satisfy the date format.
   
   ### How to reproduce
   
   Open a web project of type PHP and in a php page paste:
   <input type="date" name="checkin" value="<?=$checkout?>">
   
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Debian 11
   
   ### JDK
   
   JDK 11 - /usr/lib/jvm/java-11-openjdk-amd64
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   This happens because the value of the attribute value is seen as a literal text instead of a php variable, despite it's a php page.
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] riksoft commented on issue #5962: HTML Input date with php value marked as error

Posted by "riksoft (via GitHub)" <gi...@apache.org>.
riksoft commented on issue #5962:
URL: https://github.com/apache/netbeans/issues/5962#issuecomment-1557518599

   Same problem for type "number". Basically on any type that doesn't accept a text.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists