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 strongm 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: *

  1. goodgood

    how I enforce class reload from class file.

    Pedro Thanks, JavaDude32 : if you don't want to restart your application each time some class is changing (very usefull for developing stage). regards goodgood
  2. goodgood

    how I enforce class reload from class file.

    Hi All, I want to enforce the reload of class file, and not to use the already loaded class from the classloader cache, how can I do it without rewrite the loadclass() of the classloader ? thanks in advanced, Rami.
  3. goodgood

    [error] (22)Invalid argument: shmctl() could not set segment #6679

    Hi I am running apache Apache1.3.19 on UNIX HP computer and get the following error in the error_log file : [error] (22)Invalid argument: shmctl() could not set segment #6679 this error occur maybe because some patch that administrator add to this machine. did some one can help me solve...
  4. goodgood

    xsl select with javascript variable.

    Tarabin Hi I use javaScript to change the 'select' attribute. (first I add to the &quot;xsl:for-each&quot; tag attribute filter=&quot;yes&quot;) then the javaScript go like this : var x = xslDoc.getElementsByTagName(&quot;xsl:for-each&quot;) for(i=0 ; i < x.length ; i++ ) if(...
  5. goodgood

    xsl select with javascript variable.

    Hi I already solved it thanks anyway... goodgood
  6. goodgood

    xsl select with javascript variable.

    Hi Jordi Thanks for the answer I saw it and I want to ask if the next flow is possible : I use xml that contain link to xsl --> generate html. and I want to add some buttons to the page (check box or something like this....) and by marking the checkbox to change the filter of the data that the...
  7. goodgood

    xsl select with javascript variable.

    Hi I need to use javascript variable as parameter to the select attribute. <xsl:for-each select=&quot;xxxxxxxxxxx&quot;> I want to use javascript variable instead of the xxxxxxxxxxx string. something like : <xsl:for-each select=MyJavaScriptVar> Thanks in advanced goodgood.
  8. goodgood

    in schema define type for number with comma (e.g. 2,435)

    Hi I need to define element type that can contain Number with comma. e.g. 1,234 or 9,234,123. I need that the xsl sort function will work on this type and will sort it as Number and not as String. the definition : <ElementType name=&quot;SUCCESS&quot; dt:type=&quot;fixed.14.4&quot;/> is work...
  9. goodgood

    How can I execute a SYSTEM COMMAND??

    U can use this function : /** * * execute ksh Program (or any command that U can run from the prompt). * * @param comman the command that need to be executed * in the syntax : &quot;prog.ksh parameter1 p2 ...pi&quot; * * @return the output of the program that was execute...
  10. goodgood

    Thread.sleep on unix sun computer.

    Hi why Thread.sleep(10000) on unix hp computer is work, and on unix sun computer it dosn't work. Thanks goodgood.
  11. goodgood

    how can I write xml in html file ?

    Hi how can I write xml data in html file ? I have xml with link to xsl and I want to put the xml in one html file (that contain some JavaScript). regards goodgood.
  12. goodgood

    xml data and xsl in one file.

    I want to send from servlet this xml file with the xsl inside and the browser that make the request will see this xml with the reference to the xsl that is inside him.
  13. goodgood

    xml data and xsl in one file.

    Hi can i put the xml data and the xsl in one file? it's very important.

Part and Inventory Search

Back
Top