<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    El 16/02/2012 17:24, Kevin Falcone escribió:
    <blockquote cite="mid:20120216162430.GA96249@jibsheet.com"
      type="cite">
      <pre wrap="">On Thu, Feb 16, 2012 at 12:46:53PM +0100, Sergio Cubero wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">   I want to change "sol/mason/Ticket/Create.html".

   I want to append  one string to $ARGS{Content},

   $ARGS{'Content'}  = $ARGS{'id'}." Value ".$ARGS{'Content'};

   The log file return: 2 Value ARRAY(0x7fdc68701698)
</pre>
      </blockquote>
      <pre wrap="">
That implies that you have two Content fields on your Create.html,
implying other customizations.  You might have better luck talking
about what you're trying to accomplish.

-kevin

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--------
RT Training Sessions (<a class="moz-txt-link-freetext" href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</a>)
* Boston — March 5 & 6, 2012

List info: <a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel</a>
</pre>
    </blockquote>
    Thanks Kevin.<br>
    <br>
    He had two form elements and the same name.<br>
    <br>
    <select name="Content"> and  <& /Elements/MessageBox,
    Default => $ARGS{Content}, IncludeSignature => 0 &><br>
    <br>
    I have left only one. Now, I have append values in the Content
    argument.<br>
    <br>
    I'm still working .....<br>
    <br>
    Best Regards<br>
  </body>
</html>