Re: To Support at Tomcat, Got an issue Finding Maths.

2018-10-15 Thread Luis Rodríguez Fernández
Hello Ian, Perhaps you are trying something like this? <%@ page import="java.lang.Math" %> You have very nice and simple jsp examples inside the examples application of any tomcat distribution. E.g. ${CATALINA_BASE}webapps/examples/jsp/tagplugin/foreach.jsp Hope it helps, Luis El vie., 12

Re: To Support at Tomcat, Got an issue Finding Maths.

2018-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 10/12/18 06:15, Ian Burton wrote: > On 10 Oct 2018 15:18, "Christopher Schultz" > wrote: On 10/10/18 06:19, Ian Burton > wrote: I have spent many hours searching for a organised way to ask for a Public void

Re: To Support at Tomcat, Got an issue Finding Maths.

2018-10-12 Thread Ian Burton
Expressing my problem, with JSP plugins think java.lang.math.(import) is neither working or available. I've looked at different approaches &, Program scripted best displayed. On 10 Oct 2018 15:18, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ian, > > On

Re: To Support at Tomcat, Got an issue Finding Maths.

2018-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 10/10/18 06:19, Ian Burton wrote: > I have spent many hours searching for a organised way to ask for a > > Public void setter(double value){ > > Value = Maths.sin(param1); > > } > > Here is an example of files used from Java to JSP. >