<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - [jsp] video print of an int</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 22:32:35 -0400</pubDate>


    <item>

        <title>made it</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32231</link>

        

        
            <description><![CDATA[this works well<br><br>out.print(i);<br><br>Thanks for your help]]></description>
        

        <pubDate>Thu, 03 Mar 2005 03:36:44 -0500</pubDate>

        

        <jf:creationDate>Thu, 03 Mar 2005 03:36:44 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 03 Mar 2005 03:36:44 -0500</jf:modificationDate>
        <jf:date>Mar 3, 2005</jf:date>
        <jf:author>sandro sandro</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: [jsp] video print of an int</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32231</link>

        

        
            <description><![CDATA[How about...<br><br>&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;source_&lt;%=i%&gt;&quot; id=&quot;source&quot; value=&quot;&quot;&gt;&lt;/td&gt;]]></description>
        

        <pubDate>Wed, 02 Mar 2005 22:37:46 -0500</pubDate>

        

        <jf:creationDate>Wed, 02 Mar 2005 22:37:46 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 02 Mar 2005 22:37:46 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2005</jf:date>
        <jf:author>James Carman</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Automatic conversion of primitive to string</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32231</link>

        

        
            <description><![CDATA[Alternatively the following change should work:<br><br>name=&quot;source_&lt;%= i.toString()%&gt;&quot; <br><br>to:<br><br>name=&quot;&lt;%=&quot;source_&quot; + i%&gt;&quot; <br><br>:)]]></description>
        

        <pubDate>Wed, 02 Mar 2005 07:40:23 -0500</pubDate>

        

        <jf:creationDate>Wed, 02 Mar 2005 07:40:23 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 02 Mar 2005 07:40:23 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2005</jf:date>
        <jf:author>Stephen Jelfs</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Primitive datatypes to string.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32231</link>

        

        
            <description><![CDATA[To convert a primitive datatype to a string just use:<br><br>int i=7;<br>String i_str = String.valueOf(i);<br><br>:)]]></description>
        

        <pubDate>Wed, 02 Mar 2005 07:35:31 -0500</pubDate>

        

        <jf:creationDate>Wed, 02 Mar 2005 07:35:31 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 02 Mar 2005 07:35:31 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2005</jf:date>
        <jf:author>Stephen Jelfs</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>[jsp] video print of an int</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32231</link>

        

        
            <description><![CDATA[Hello there, <br>can anyone tell me how to print the int value in a html form.<br>I tried with &lt;%= i.toString()%&gt; but I get an error.<br><br>This's the code:<br>for(i=0; i&lt;menu; i++)...]]></description>
        

        <pubDate>Wed, 02 Mar 2005 06:16:32 -0500</pubDate>

        

        <jf:creationDate>Wed, 02 Mar 2005 06:16:32 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 02 Mar 2005 06:16:32 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2005</jf:date>
        <jf:author>sandro sandro</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>



</channel>
</rss>

