User Profile

Collapse

Profile Sidebar

Collapse
corejavaboy
corejavaboy
Last Activity: Mar 5 '08, 11:06 PM
Joined: Oct 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • corejavaboy
    replied to invoking a servlet from an url
    in Java
    I have learnt servlet mapping in the web.xml.
    Also , I have set url pattern.
    My question is , how should I write the url pattern,

    /servlets/myservlet

    or

    http://host/port/servlets/myservlet

    If second option is the correct one , what should I mention as host and port

    Thanks...
    See more | Go to post

    Leave a comment:


  • corejavaboy
    started a topic invoking a servlet from an url
    in Java

    invoking a servlet from an url

    Hi

    I have a servlet which I need to invoke from a jsp , thru an url
    I need to give a url which invokes my servlet , I have servlet and jsp in same application. can you help me how should I write url.

    Thanks
    See more | Go to post

  • corejavaboy
    replied to open a url in rightpane
    I am using frames concept
    Can you help me how to open a url in frame...
    See more | Go to post

    Leave a comment:


  • corejavaboy
    started a topic open a url in rightpane

    open a url in rightpane

    Hi

    I am trying to ope a url in rightpane
    my script is

    [CODE=javascript] function doOnClick(nodeI d){
    var myUrl = tree.getUserDat a(nodeId,'myurl ');
    rightPane.src=" myUrl.jsp?nodeI d=" +nodeId " + "&text=" +text
    }[/CODE]

    but I got an error " right pane object is not found"

    can anyone help

    Thanks
    Cor...
    See more | Go to post
    Last edited by gits; Jan 9 '08, 09:11 AM. Reason: added code tags
No activity results to display
Show More
Working...