Home » Developer & Programmer » Forms » Forms + JSP + request (Forms 10.2)
Forms + JSP + request [message #464992] Mon, 12 July 2010 00:56 Go to next message
havok
Messages: 36
Registered: February 2010
Member
Can anyone help a novice get IP address from the JSP in Forms?
I found some sample code:
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class ExtractRemoteAddr extends HttpServlet 
{
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException 
    {
        response.setContentType("text/html");
        PrintWriter out = response.getWriter();
        // Write other information if necessary
        out.println(request.getRemoteAddr());        // sets the information in the response flow
    }
}

I can not find information, how can this java code to use in Forms. And how to get this Remoute address. There are people in the know?

Thank you!
Re: Forms + JSP + request [message #465377 is a reply to message #464992] Tue, 13 July 2010 21:25 Go to previous messageGo to next message
havok
Messages: 36
Registered: February 2010
Member
nobody knows? Smile
Re: Forms + JSP + request [message #465584 is a reply to message #465377] Wed, 14 July 2010 22:03 Go to previous messageGo to next message
crafet
Messages: 11
Registered: July 2010
Location: China
Junior Member
you are using javabean in form ?
Re: Forms + JSP + request [message #465586 is a reply to message #465584] Wed, 14 July 2010 22:08 Go to previous message
havok
Messages: 36
Registered: February 2010
Member
I have a java bean in the form. http://forms.pjc.bean.over-blog.com/article-15985856.html - this

[Updated on: Wed, 14 July 2010 22:17]

Report message to a moderator

Previous Topic: D2k 6i and Excel file
Next Topic: Bean Area
Goto Forum:
  


Current Time: Thu Sep 19 20:10:41 CDT 2024