User Profile

Collapse

Profile Sidebar

Collapse
micross
micross
Last Activity: Feb 5 '08, 05:40 AM
Joined: Sep 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • micross
    started a topic how to call the xml in jsp
    in XML

    how to call the xml in jsp

    hi ,

    i am using dom persor but i the jsp call xml file bt its not read that xml why.
    Code:
    <%@page import="org.w3c.dom.Node, org.w3c.dom.Element, org.w3c.dom.Document, org.w3c.dom.NodeList, javax.xml.parsers.DocumentBuilder, javax.xml.parsers.DocumentBuilderFactory" %>
    
    <%!
        public boolean isTextNode(Node n)
      {
        return n.getNodeName().equals("#text");
    ...
    See more | Go to post

  • micross
    started a topic How to clear the text fields ofter submit.

    How to clear the text fields ofter submit.

    I have a simple struts applications. when I submit the form it inserts into the table and go back to the input screen. I want the html fields to be cleared. They still contain the values that i entered.


    how to clear this values.i have to write like this in my formbean.

    [CODE=java]public void reset(ActionMap ping mapping, HttpServletRequ est request) {
    this.dscpt = null;
    this.brokercd = null;
    ...
    See more | Go to post
    Last edited by acoder; Sep 17 '07, 09:03 AM. Reason: Added code tags

  • micross
    started a topic how to clear the text fields values
    in Java

    how to clear the text fields values

    I have a simple struts applications. when I submit the form it inserts into the table and go back to the input screen. I want the html fields to be cleared. They still contain the values that i entered.


    how to clear this values.i have to write like this in my formbean.

    public void reset(ActionMap ping mapping, HttpServletRequ est request) {
    this.dscpt = null;
    this.brokercd = null;
    ...
    See more | Go to post

  • micross
    started a topic how to add edit button and table border

    how to add edit button and table border

    How add the Edit button and table border.

    [HTML]<html xmlns="http://www.w3.org/1999/xhtml" >

    <head runat="server">

    <title>Dynami c Table</title>

    <script language="javas cript" type="text/javascript">

    // <!CDATA[

    function CmdAdd_onclick( ) {

    var newTable,startT ag,endTag;...
    See more | Go to post
    Last edited by gits; Sep 13 '07, 09:12 AM. Reason: added code tags

  • micross
    started a topic how to put the table border and edit button
    in Java

    how to put the table border and edit button

    hi
    how to add the border and edit ,delete button ,plz helme .


    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" >
    
    <head runat="server">
    
    <title>Dynamic Table</title>
    
    <script language="javascript" type="text/javascript">
    
    // <!CDATA[
    
    function CmdAdd_onclick() {
    ...
    See more | Go to post
No activity results to display
Show More
Working...