Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: keinloffel
  • Content: Threads
  • Order by date
  1. keinloffel

    Print Page

    I am building an application using Struts with Tiles and and a generic page is like: ------------------------------------------ TopNav ------------------------------------------ | | | LeftNav | Body | | |...
  2. keinloffel

    Definitions Problem

    Here's a basic page, logon.jsp ------------------------------ <%@ taglib uri=&quot;/tags/struts-html&quot; prefix=&quot;html&quot;%> <html:html> <body> <html:link action=&quot;/link1&quot;>1</html:link> </body> </html:html> ------------------------------- I'm implementing all pages as...
  3. keinloffel

    Window.opener problem

    I have a main window which opens a pop up window. I was trying to use window.opener to manipulate the parent window and met with some problems. So I did some error checking and put the following code in the popup: <script> mywin = window.opener alert(mywin) self.close() </script> The...
  4. keinloffel

    Storing a textfield value

    I have a JSP page in which I have: o One drop down box (Uses SELECT) - Called WorkType o One Text Field. - Called Description I also have a JavaBean in which I have instance variables for both WorkType and Description. Every Time I change the worktype, the page refreshes. The problem I am...

Part and Inventory Search

Back
Top