<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel">
    <title>gmane.comp.web.webmin.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1677"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1676"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1695">
    <title>Re: [webmin-devel] Input validation</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1695</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

If you do an &amp;lt;input type=number&amp;gt;, most newer browsers will restrict values to numeric, mobile browsers will pop up a numeric keypad, and old browsers will just do a normal text field because they don't recognize that type (and the default is plain text). You can't rely on that (always verify on the server side), and the ui_lib doesn't create these for you, but giving some feedback on the client side this way is almost free, so it's basically win-win. :)

Jamie Cameron &amp;lt;jcameron&amp;lt; at &amp;gt;webmin.com&amp;gt; wrote:


- --
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-----BEGIN PGP SIGNATURE-----
Version: APG v1.0.8

iGoEAREIACoFAlFoedkjHERhbm55IFNhdWVyIDxkYW5ueUBkYW5ueXNhdWVyLmNv
bT4ACgkQvtwZjjd2PN+qNQCeOhLlAopjjQNs55wrjLsl5JjaBEwAn36YW2iDFnEC
aep9QjSMFdgx0EZN
=439C
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi&lt;/pre&gt;</description>
    <dc:creator>Danny Sauer</dc:creator>
    <dc:date>2013-04-12T21:17:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1694">
    <title>Re: [webmin-devel] Input validation</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1694</link>
    <description>&lt;pre&gt;
   Usually I would do this on the server side, with code like :
   if ($in{'fieldname'} !~ /[0-9]/) {
     error("You must enter a digit");
   }

   On 12/Apr/2013 06:02 Emma wasanzy &amp;lt;emma.wasanzy&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote ..

   Hello,
   Please how can I force a user to input a digit in a textbox? Or how to
   validate the input to make sure is a digit?
   Cheers!
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Jamie Cameron</dc:creator>
    <dc:date>2013-04-12T19:44:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1693">
    <title>[webmin-devel] Input validation</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1693</link>
    <description>&lt;pre&gt;Hello,

Please how can I force a user to input a digit in a textbox? Or how to
validate the input to make sure is a digit?

Cheers!
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-04-12T13:02:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1692">
    <title>[webmin-devel] Log access</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1692</link>
    <description>&lt;pre&gt;Hello,

As part of the module I am writing for tomcat management, I wrote a module
for accessing tomcat logs.

The problem I have is, when I open the page, the default selected fields
should cause the logs to display in the textarea box but this is not so. I
have to click on the "Display" button before the logs get displayed. The
second problem is that, when I select new fields and click on displays, the
logs displays alright but the fields changed back to the default fields
which in normal sense shouldn't be so.

Here is the code below:

 #!/usr/bin/perl

require 'tomcat-lib.pl';
#&amp;amp;ReadParse();
&amp;amp;ui_print_header(undef, $text{'logaccess_title'}, "", "tomcatlog");

#Get all instances
&amp;lt; at &amp;gt;insts = File::Slurp::read_file( $config{'tomcat_instance'} ) or die
"Failed to read $config{'tomcat_instance'} - $!";


#Log type: access or catalina.out
&amp;lt; at &amp;gt;log_types = ( "catalina.out", "access_log" );

$in{'inst'} =~ s/\s+//;

$in{'inst'} ||= $insts[0];
&amp;amp;indexof($in{'inst'}, &amp;lt; at &amp;gt;insts) &amp;gt;= 0 || &amp;amp;error( $text{'no_log'} );

$in{'log_ty&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-26T20:11:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1691">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1691</link>
    <description>&lt;pre&gt;Ok Jamie, thank you so much for the good works!
On Mar 22, 2013 6:23 PM, "Jamie Cameron" &amp;lt;jcameron&amp;lt; at &amp;gt;webmin.com&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-22T19:22:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1690">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1690</link>
    <description>&lt;pre&gt;
   Actually, "use strict" should work just fine - a while back I updated the
   core Webmin API to use strict and warnings modes, and all new modules have
   been written to turn those on.
   For example, see the module in the "webmin" subdirectory for how this is
   done.

   On 22/Mar/2013 09:08 Emma wasanzy &amp;lt;emma.wasanzy&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote ..

     Oh yes Jamie has done a great work and is really helping me a lot. I was
     only asking to know if there was a special reason why strict hasn't been
     used. It might help my knowledge tooo.

   On Mar 22, 2013 3:06 PM, "PEOPLES, MICHAEL P" &amp;lt;[1]mp4783&amp;lt; at &amp;gt;att.com&amp;gt; wrote:

   I cannot speak for Jamie, at whose feet I gladly grovel, but my theory is
   that it made Webmin and the attendant code more inclusive of what might be
   added to it.   Again, my Perl knowledge is pathetic, but thats my theory.

   What  Jamie  built, for those of you who have taken the time to really
   consider  it,  is  a monumental achievement and contribution to system
   administrator&lt;/pre&gt;</description>
    <dc:creator>Jamie Cameron</dc:creator>
    <dc:date>2013-03-22T18:22:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1689">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1689</link>
    <description>&lt;pre&gt;Oh yes Jamie has done a great work and is really helping me a lot. I was
only asking to know if there was a special reason why strict hasn't been
used. It might help my knowledge tooo.
On Mar 22, 2013 3:06 PM, "PEOPLES, MICHAEL P" &amp;lt;mp4783&amp;lt; at &amp;gt;att.com&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-22T16:08:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1688">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1688</link>
    <description>&lt;pre&gt;That is cool. I am using latest perl version though. Thank you.
On Mar 22, 2013 2:56 PM, "Chris Nighswonger" &amp;lt;cnighswonger&amp;lt; at &amp;gt;foundations.edu&amp;gt;
wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-22T16:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1687">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1687</link>
    <description>&lt;pre&gt;I cannot speak for Jamie, at whose feet I gladly grovel, but my theory is that it made Webmin and the attendant code more “inclusive” of what might be added to it.   Again, my Perl knowledge is pathetic, but that’s my theory.

What Jamie built, for those of you who have taken the time to really consider it, is a monumental achievement and contribution to system administrators all over the world.  I’m not “polishing apples” here.  I owe countless hours “recovered” through the use of Webmin to the guy.

Michael Peoples (mp4783)
iGEMS COE, Deployment, Engineering, Application Support and Security
Global Service Assurance, M5
AT&amp;amp;T Business Solutions
Office: +1 614-886-0923
Mobile: +1 614-886-0923

Senior Systems Manager
mpeoples&amp;lt; at &amp;gt;att.com&amp;lt;mailto:mpeoples&amp;lt; at &amp;gt;att.com&amp;gt;

This e-mail and any files transmitted with it are AT&amp;amp;T property, are confidential, and are intended solely for the use of the individual or entity to whom this email is addressed. If you are not one of the named recipient(s)&lt;/pre&gt;</description>
    <dc:creator>PEOPLES, MICHAEL P</dc:creator>
    <dc:date>2013-03-22T15:04:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1686">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1686</link>
    <description>&lt;pre&gt;
I'm sure only the webmin developer knows why he did not use strict,
however, you can still use it. Just initialize vars you intend on importing
thus:

#!/usr/bin/perl

our( %in, %text, %config );

use strict;
use warnings;

etc.....

Older Perl did not support the 'our' pragma, but 'vars.' [1] So keep that
in mind if you are using an older Perl.

Kind Regards,
Chris

[1] http://perldoc.perl.org/vars.html
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Chris Nighswonger</dc:creator>
    <dc:date>2013-03-22T14:54:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1685">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1685</link>
    <description>&lt;pre&gt;Yea the same thing I did by removing the strict. When you look at webmin
codes itself, strict is not use anywhere do I guess that is it.
On Mar 22, 2013 1:40 PM, "PEOPLES, MICHAEL P" &amp;lt;mp4783&amp;lt; at &amp;gt;att.com&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-22T14:43:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1684">
    <title>Re: [webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1684</link>
    <description>&lt;pre&gt;It's not the API that is doing that, it's Perl's interpretation of the code (perhaps that's self-evident).  I have limited Perl knowledge and will defer to others on this.  However, I experienced the same thing when developing my own custom module.  I simply removed the "strict" command and moved on.

Jamie will doubtless be able to explain this better.

Michael Peoples (mp4783)
iGEMS COE, Deployment, Engineering, Application Support and Security
Global Service Assurance, M5
AT&amp;amp;T Business Solutions
Office: +1 614-886-0923
Mobile: +1 614-886-0923

Senior Systems Manager
mpeoples&amp;lt; at &amp;gt;att.com&amp;lt;mailto:mpeoples&amp;lt; at &amp;gt;att.com&amp;gt;

This e-mail and any files transmitted with it are AT&amp;amp;T property, are confidential, and are intended solely for the use of the individual or entity to whom this email is addressed. If you are not one of the named recipient(s) or otherwise have reason to believe that you have received this message in error, please notify the sender and delete this message immediately from your computer. Any other use, r&lt;/pre&gt;</description>
    <dc:creator>PEOPLES, MICHAEL P</dc:creator>
    <dc:date>2013-03-22T13:38:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1683">
    <title>[webmin-devel] Strict</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1683</link>
    <description>&lt;pre&gt;Hello,

I have noticed that, the webmin API doesnt support the use of strict and
warning. Because any time I tried using them, I get so many "Global ...."
errors which are related to the API. Why isn't the API using strict?
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-22T11:48:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1682">
    <title>Re: [webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1682</link>
    <description>&lt;pre&gt;Ok thank you, I will give it a try.
On Mar 21, 2013 1:51 AM, "Chris Nighswonger" &amp;lt;cnighswonger&amp;lt; at &amp;gt;foundations.edu&amp;gt;
wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-21T04:14:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1681">
    <title>Re: [webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1681</link>
    <description>&lt;pre&gt;


This may help:

http://doxfer.webmin.com/Webmin/ApiWebminCore#ui_select_name_value_values_opti

Look at the javascript parameter. You should be able to pass in an arrayref
of additional options such as 'onselect,' etc.

Kind Regards,
Chris
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Chris Nighswonger</dc:creator>
    <dc:date>2013-03-21T01:49:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1680">
    <title>Re: [webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1680</link>
    <description>&lt;pre&gt;I've been where you're at and gave up on some things.

Your best bet may be to go out and find a JavaScript framework (Dojo, JQuery, etc.) and try to incorporate that functionality into your code.  I'm not entirely sure how the Webmin web server will react to this however.  This won't be easy, but once you've figured out how to make it work within the Webmin environment, you can use other functionality it provides to enhance your modules.  There are lots of neat widgets and components to work with.

Then, you can share what you did with the rest of us and be a hero!

Michael Peoples (mp4783)
iGEMS COE, Deployment, Engineering, Application Support and Security
Global Service Assurance, M5
AT&amp;amp;T Business Solutions
Office: +1 614-886-0923
Mobile: +1 614-886-0923

Senior Systems Manager
mpeoples&amp;lt; at &amp;gt;att.com&amp;lt;mailto:mpeoples&amp;lt; at &amp;gt;att.com&amp;gt;

This e-mail and any files transmitted with it are AT&amp;amp;T property, are confidential, and are intended solely for the use of the individual or entity to whom this email is addressed. If you &lt;/pre&gt;</description>
    <dc:creator>PEOPLES, MICHAEL P</dc:creator>
    <dc:date>2013-03-20T21:49:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1679">
    <title>Re: [webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1679</link>
    <description>&lt;pre&gt;Yea, I did but didn't find anything closer to it. I based on the download
and upload module to write the jsp uploading module but only that part I am
struggling with.


On Wed, Mar 20, 2013 at 7:23 PM, PEOPLES, MICHAEL P &amp;lt;mp4783&amp;lt; at &amp;gt;att.com&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-20T20:11:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1678">
    <title>Re: [webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1678</link>
    <description>&lt;pre&gt;What I always do is look through all of the other modules to see if I can find a function like the one I want, or at least one that is similar.

Then, examine the code in that module and modify it to your requirements.

If you're curious as to which modules might contain such functions, search for JavaScript references in the files.  You can do this finding all the files containing source code, creating a list of them, then looping through the list, searching each file for the "jsp" or other relevant tags.

This may not always work for you, but it's how I created my custom modules.

Michael Peoples (mp4783)
iGEMS COE, Deployment, Engineering, Application Support and Security
Global Service Assurance, M5
AT&amp;amp;T Business Solutions
Office: +1 614-886-0923
Mobile: +1 614-886-0923

Senior Systems Manager
mpeoples&amp;lt; at &amp;gt;att.com&amp;lt;mailto:mpeoples&amp;lt; at &amp;gt;att.com&amp;gt;

This e-mail and any files transmitted with it are AT&amp;amp;T property, are confidential, and are intended solely for the use of the individual or entity to whom this email is ad&lt;/pre&gt;</description>
    <dc:creator>PEOPLES, MICHAEL P</dc:creator>
    <dc:date>2013-03-20T19:23:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1677">
    <title>[webmin-devel] Select button</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1677</link>
    <description>&lt;pre&gt;Hello,

In the module am writing for tomcat, I want to provide two select
menu(dropdown menu). There a so many tomcat instance and each of them has
applications under them. Now, if someone want to upload a new jsp to a
particular tomcat say /var/lib/tomcat5/webapps/myapp is where the jsp will
be uploaded to. I want the first select menu to provide the list of all the
tomcat instances on the server(This I have done successfully).
The second select menu should contain all the applications under the
selected tomcat instance  from the first menu select. so if I select
tomcat5, the second select menu should load automatically all the
applications under tomcat5.

I know there is a javascript function that can do something like that
(onchange or so). But how can I do this? Any help will be appreciated much.

I have my two menu select with the code below:

 print &amp;amp;ui_table_row($text{'inst_select'},
                &amp;amp;ui_select("inst", $in{'inst'},
                    [ map { [ $_ ] } &amp;lt; at &amp;gt;insts ] ) );

This is not working&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-20T19:14:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1676">
    <title>Re: [webmin-devel] Block of code</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1676</link>
    <description>&lt;pre&gt;Thank you Jamie, I have solved the problem.
On Mar 19, 2013 4:32 AM, "Jamie Cameron" &amp;lt;jcameron&amp;lt; at &amp;gt;webmin.com&amp;gt; wrote:

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel
&lt;/pre&gt;</description>
    <dc:creator>Emma wasanzy</dc:creator>
    <dc:date>2013-03-19T06:11:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.webmin.devel/1675">
    <title>Re: [webmin-devel] Block of code</title>
    <link>http://permalink.gmane.org/gmane.comp.web.webmin.devel/1675</link>
    <description>&lt;pre&gt;Can you give us more details about what is going wrong with this
code exactly?

On 18/Mar/2013 13:20 Emma wasanzy &amp;lt;emma.wasanzy&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote ..

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
-
Forwarded by the Webmin development list at webmin-devel&amp;lt; at &amp;gt;webmin.com
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel

&lt;/pre&gt;</description>
    <dc:creator>Jamie Cameron</dc:creator>
    <dc:date>2013-03-19T04:31:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.webmin.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.webmin.devel</link>
  </textinput>
</rdf:RDF>
