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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ahsin

  1. ahsin

    Plug-in development in WebSphere

    Hi all, I am trying to develop a plug in for WSAD.I want the plug in to be another perspective in WSAD.I have created a plug in with the plug in wizard using the Plug-in with perspective extensions. But when i run the plug in project, no perspective comes up. I am stuck ..Pls help .... Ahsin
  2. ahsin

    Struts and checkboxes

    Thanks byam, I am using String[] to retrieve it. Anyways i got my problem solved. The error does not come now. I dont know what exactly caused it to disappear. The only change i made was, to change all checkboxes as: <html:checkbox name=&quot;toAddress&quot;/> . I used name instaed of...
  3. ahsin

    Struts and checkboxes

    Hi All, I am using struts to develop a mail application. I have send mail page, where the user can select the addersses from a set of checkboxes. <html:checkbox property=&quot;toAddress&quot; value=&quot;CFO&quot;/>CFO </div> <div style=&quot;position:absolute;top=630px;left=10px&quot;>...
  4. ahsin

    Invoking a Java Servlet from VBScript

    Hi, I need to invoke a java servlet from a vb program. I am trying to connect to a servlet from an excel application. For example, i have to retrieve the values of 2 cells from the excel file and pass it on to the servlet so that the servlet(Adding servlet) adds the 2 numbers and saves into a...
  5. ahsin

    Opening an excel File in java

    Thank u idarke ..and thank u hologram.. i ended up using holograms advice. But both suggestions were helpful. Tahnk u again.... Ahsin
  6. ahsin

    Opening an excel File in java

    Thank u Idarke for the response..... i tried it but it doesnt work. I get an error : CreateProcess (my file name) error=2 This is the same error i got earlier Ahsin
  7. ahsin

    Opening an excel File in java

    Hi, I want to open a particular excel file from java code. I am able to open the excel application , but not a particular file.Pls help.Its urgent Thank U
  8. ahsin

    Servlet Exception:

    hi I am new to struts. Have to develop an application in 1 day... but i get an error... javax.servlet.jsp.JspException: No getter method available for property server for bean under name org.apache.struts.taglib.html.BEAN...

Part and Inventory Search

Back
Top