<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch JSP</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=50</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="50-017296">
            <title>Need help for Displaying in jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017296</link>
            <description>Hello all Appfusers,&lt;br /&gt; &lt;br /&gt; I am practically a newbie in this field.&lt;br /&gt; &lt;br /&gt;I just got an error given below:&lt;br /&gt; &lt;br /&gt;Error:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; &lt;br /&gt;WARN [btpool0-1] LookupUtil.&amp;lt;init&amp;gt;(99) | Exception: [.LookupUtil] Error looking up property "username" in object type "[Ljava.lang.Object;". Cause: Unknown property 'username'&lt;br /&gt;java.lang.NoSuchMethodException: Unknown property 'username'&lt;br /&gt; at org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1122)&lt;br /&gt; at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:408)&lt;br /&gt; at org.displaytag.util.LookupUtil.getProperty(LookupUtil.java:271)&lt;br /&gt; at org....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017296</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017296Philip Zac</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 07:03:14 MDT</pubDate>
        </item>
        <item uniqueID="50-017295">
            <title>Using Colour chooser and Font Chooser</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017295</link>
            <description>Hi Folks,&lt;br /&gt; &lt;br /&gt;I'm new to JSP.&lt;br /&gt;I want to display Java Color chooser on JSP page on click of button.&lt;br /&gt;Also I want to display Font chooser on click of button.&lt;br /&gt;So how to do that? :banghead: &lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Rahul :beerchug:</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017295</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017295rahul Borkar</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 04:35:14 MDT</pubDate>
        </item>
        <item uniqueID="50-017294">
            <title>doubts in Login page </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017294</link>
            <description>Hi&lt;br /&gt;This is a jsp login page .I have some doubts/problems in highlighted code in this page.Please anybody give solutions to my questions&lt;br /&gt; &lt;br /&gt;Question 1.In input type element ,what is the use of id and value attributes?ex. &amp;lt;input type="text" name="user_id" id="user_id" value="" /&amp;gt;&lt;br /&gt; &lt;br /&gt;Question 2.What is the use of below 2 lines in this page?Why only first one is not sufficient and if sufficient then in what situation or condition we use 2nd line also?&lt;br /&gt; &lt;b&gt;&amp;lt;input type ="submit" name="submit" id="submit" value="Change Password" /&amp;gt;&lt;br /&gt;&amp;lt;input type="hidden" name="action_chngpswd" id="action_chngpswd" value="hrms_change_pswd_submit"/&amp;gt;&lt;/b&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt; &lt;br /&gt;Question 3.What is ....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017294</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017294pradeep singh</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 02:11:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017292">
            <title>HTML hyperlink problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017292</link>
            <description>Hey everyone,&lt;br /&gt; &lt;br /&gt;I am building a simple web page in JSP with an embedded java applet that runs an application (the page does not contain any JSP code *yet*, but is saved as a JSP file).&lt;br /&gt; &lt;br /&gt;I am using Apache Tomcat 5.5 to render the page. On this page, I tried linking some local files on my workstation for testing purposes. Some samples are shown below:&lt;br /&gt; &lt;br /&gt;&amp;lt;a href="C:\Program%20Files\Apache%20Software%20Foundation\Tomcat%205.5\webapps\GSDCRBTMindMapTest\GSDC_PolicyManual.mht"&amp;gt; Test &amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a href="C:\gsdcrbtframework.jpg"&amp;gt; Test 2 &amp;lt;/a&amp;gt;&lt;br /&gt; &lt;br /&gt;When I access the page through the page by typing localhost:8080/&amp;lt;appname&amp;gt; into my browser, these links don't work. Clicking on them does ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017292</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017292Sridhar Venkataraman</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 00:17:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017291">
            <title>problem in request.getparameter</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017291</link>
            <description>I have one table with field &lt;br /&gt; &lt;br /&gt;EMP_ID varchar(10) latin1_swedish_ci PRI &lt;br /&gt; &lt;br /&gt;I am passing the value of emp_id from one page to another.In the second page using request.getParameter i am receiving the value&lt;br /&gt;first page&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; out.println("&amp;lt;td&amp;gt;&amp;lt;a href = viewEmp.jsp?id=" + id + " /a&amp;gt;View&amp;lt;/td&amp;gt;");&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;in second page&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;String tempQuery ="Select * from GSIS_EMP_MASTER where EMP_ID = "+ request.getParameter("id");&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;Above are working fine if the EMP_ID is integer.If it is not integer like 3sd or 1a... i am getting error of &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Exception in co...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017291</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017291priya pratheepp</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 00:07:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017290">
            <title>How to make doPost as default service</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017290</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I have a servlet and user directly can access the server something like :&lt;br /&gt; &lt;br /&gt;http://localhost:8080/doSomeThing.do (http://localhost:8080/doSomeThing.do)&lt;br /&gt; &lt;br /&gt;where doSomeThing.do is the URL pattern.&lt;br /&gt; &lt;br /&gt;My web server is tomcat 6.&lt;br /&gt; &lt;br /&gt;Now by default the http method here is Get and my doGet is getting called.&lt;br /&gt; &lt;br /&gt;If i use RequestDispatcher's forward method to forward the request to any other Servlet and JSP then also its a GET and not POST.&lt;br /&gt; &lt;br /&gt;Can i force it to call POST instead of GET?&lt;br /&gt; &lt;br /&gt;Thanks.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017290</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017290Prabhat Jha</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 23:31:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017289">
            <title>Implicit methods</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017289</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;Do we have any Implicit methods in Java?&lt;br /&gt; &lt;br /&gt;If we have please list them and explain in brief.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Krishna</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017289</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017289Krishna Tota</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 23:23:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017288">
            <title>scope attributes forwarding problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017288</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;My codes are as follows:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;page1.jsp&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;&amp;lt;%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib prefix="ora" uri="orataglib" %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import="java.lang.*, java.util.*, java.text.* " %&amp;gt;&lt;br /&gt;&amp;lt;%@ page language="java" contentType="text/html" %&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;toVerisign.jsp 1a-R1&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body bgcolor="#FFFFFF" text="#000000" link="#006060" vlink="#006060"&amp;gt; &lt;br /&gt;&amp;lt;%&lt;br /&gt;String firstName = (String)request.getAttribute("firstName");&lt;br /&gt;System.out.println("firstN...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017288</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017288Mohammad Akon</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 23:07:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017287">
            <title>Custom Tag </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017287</link>
            <description>My question is about when one creates a custom tag. If the &amp;lt;rtexprvalue&amp;gt; is set to true for a particular attribute and you send an object via EL "${sumthing}" you must use ExpressionEvaluatorManager.evaluate(blah, blah...) inside the doTag(). My question is why. Just looking for a plain english answer. Thanks for any interest.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017287</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017287paul yule</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 21:51:13 MDT</pubDate>
        </item>
        <item uniqueID="50-017286">
            <title>jstl tags</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017286</link>
            <description>Hi all.........&lt;br /&gt; &lt;br /&gt;I have a table "URL" table (list of forwarding urls) in the database. is it possible to use the following codes in the jsps.....&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt; &amp;lt;sql:query var="URLVAR1"&amp;gt;&lt;br /&gt; SELECT URLvalue FROM URLTABLE where URLvariable="somewhere"&lt;br /&gt; &amp;lt;/sql:query&amp;gt;&lt;br /&gt; &amp;lt;c:forEach var="row" items="${URLVAR1.rows}"&amp;gt;&lt;br /&gt; &amp;lt;c:set var="somewhere" value="${row.URLvalue}" scope="request"&amp;gt; &lt;br /&gt; &amp;lt;/c:set&amp;gt;&lt;br /&gt; &amp;lt;/c:forEach&amp;gt;&lt;br /&gt; &lt;br /&gt;....&lt;br /&gt;....&lt;br /&gt;....&lt;br /&gt; &lt;br /&gt;&amp;lt;form name="frm&amp;lt;%=iter%&amp;gt;" action="${somewhere}" method="post"&amp;gt;&lt;br /&gt; ....&lt;br /&gt; ....&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;My URLTABLE is ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017286</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017286Mohammad Akon</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 08:51:11 MDT</pubDate>
        </item>
        <item uniqueID="50-017283">
            <title>Regular JSP vs. JSP Document (XML format)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017283</link>
            <description>Hi Ranchers,&lt;br /&gt; &lt;br /&gt;As you know JSP in XML format appeared in JSP 1.2, meaning long time ago. And I would like to ask a quick question:&lt;br /&gt;If your manager ask you : "Why don't you use JSP Document instead of standard JSP?", how will you answer(justify to) him?&lt;br /&gt; &lt;br /&gt;So far, I just get some answers:&lt;br /&gt; * JSP documents can be passed directly to the container.&lt;br /&gt; * The XML view of the JSP document can be used to validate the JSP document against a description of the set of valid pages.&lt;br /&gt; * JSP documents can be manipulated via XML-aware tools.&lt;br /&gt; * An XML transformation, like XSLT, can be used to generate a JSP document from a textual representation.&lt;br /&gt; &lt;br /&gt;These reasons seem to be not so strong, huh!&lt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017283</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017283BiA Vn</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 04:27:11 MDT</pubDate>
        </item>
        <item uniqueID="50-017281">
            <title>How to forward a page from catch block</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017281</link>
            <description>Hi all, &lt;br /&gt; &lt;br /&gt; Here is my requirement: &lt;br /&gt; &lt;br /&gt;&amp;lt;%&lt;br /&gt;try{&lt;br /&gt; &lt;br /&gt; String str = (String) session.getAttribute("hello");&lt;br /&gt; if(str==null &amp;#0124;&amp;#0124; str!="hello" &amp;#0124;&amp;#0124; str.length() == 0 ) {&lt;br /&gt; %&amp;gt;&lt;br /&gt; &amp;lt;jsp:forward page="../failure.jsp"/&amp;gt; &lt;br /&gt; &amp;lt;%&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; catch(NullPointerException e){&lt;br /&gt; %&amp;gt;&lt;br /&gt; &amp;lt;jsp:forward page="../failure.jsp"/&amp;gt; &lt;br /&gt; &amp;lt;%&lt;br /&gt; }&lt;br /&gt;%&amp;gt;&lt;br /&gt; &lt;br /&gt;The hello session variable have set to "hello" initially.&lt;br /&gt; &lt;br /&gt;I have placed this code in one jsp file.&lt;br /&gt; &lt;br /&gt;Im getting error at catch block, I dont know whether this is correct way or not, Please help me out.&lt;br /&gt; &lt;br /&gt;My requirem...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017281</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017281zimbu bolleddu</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 01:03:11 MDT</pubDate>
        </item>
        <item uniqueID="50-017279">
            <title>not opening a page in browser</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017279</link>
            <description>When i send request to jsp page using forward, it is not opening page in browser. I am calling this page from servlet. &lt;br /&gt; &lt;br /&gt;Using debug, i pointed out that it is calling a jsp page, and not giving any exception on server console but it is not opening in browser.&lt;br /&gt; &lt;br /&gt;Anybody can give possible reason for that or how to solve this problem?&lt;br /&gt; &lt;br /&gt;Thanks in advance...........</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017279</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017279Anil Makavana</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 22:25:10 MDT</pubDate>
        </item>
        <item uniqueID="50-017278">
            <title>how to get values from table in jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017278</link>
            <description>Hi,&lt;br /&gt;I have a table in jsp with dynamically generated rows and coloumns.My first column is of check boxes,second is of some data,third of data and so on.Now when I select check boxes either 1 or more than 1 I need to get those values of that rows, from table in my jsp.So please help me in getting these values.&lt;br /&gt; &lt;br /&gt;Thanks in advance..</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017278</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017278payal Jain</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 16:41:08 MDT</pubDate>
        </item>
        <item uniqueID="50-017277">
            <title>Data share among JSPs among multiple J2EE apps with different context root</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017277</link>
            <description>What are some of the best practices for sharing data in the GUI (JSP) level among different J2EE apps using different context root using WebSphere 5.1.x. &lt;br /&gt; &lt;br /&gt;Portal would be a potential solution. But if Portal cannot be utilized, what are different approaches?&lt;br /&gt; &lt;br /&gt;It is a lot easier to share data in business tier. But interested in knowing what can we do in GUI tier for doata interchange among multiple apps?&lt;br /&gt; &lt;br /&gt;I am not typically fond of placing multiple apps under the webcontent and interchanging data.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017277</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017277Sam Gehouse</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 15:41:08 MDT</pubDate>
        </item>
        <item uniqueID="50-017275">
            <title>Error in appearance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017275</link>
            <description>i am getting the following error in internet explorer "???" and in firefox "&#xFFFD;&#xFFFD;&#xFFFD;"&lt;br /&gt; &lt;br /&gt;on the top of the window&lt;br /&gt;i think its due to the error in code.&lt;br /&gt;but all my functions are working fine&lt;br /&gt; &lt;br /&gt;can any one tell me what of type of error causes this&lt;br /&gt; &lt;br /&gt;Thanks in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017275</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017275Rajesh Veluchamy</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 14:01:08 MDT</pubDate>
        </item>
        <item uniqueID="50-017274">
            <title>nested tags</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017274</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I am trying to understand how nested tags work for both classic and simple tags. This is my jsp snippet:&lt;br /&gt; &lt;br /&gt;&amp;lt;mine:Classic&amp;gt;&lt;br /&gt; &amp;lt;mine:Simple /&amp;gt;&lt;br /&gt;&amp;lt;/mine:Classic&amp;gt;&lt;br /&gt; &lt;br /&gt;where Classic represents a Classic tag and Simple a Simple one.&lt;br /&gt; &lt;br /&gt;The code snippet for the Classic tag is as follows:&lt;br /&gt; &lt;br /&gt;public int doStartTag() throws JspException {&lt;br /&gt;nestedLevel = 0;&lt;br /&gt;Tag parent = getParent();&lt;br /&gt;try{&lt;br /&gt; while(parent!=null){&lt;br /&gt; parent = parent.getParent();&lt;br /&gt; nestedLevel++;}&lt;br /&gt; write.println(nestedLevel);&lt;br /&gt;}catch(IOException ie){&lt;br /&gt;throw new JspException("Exception " + ie);&lt;br /&gt;}&lt;br /&gt; return EVAL_BODY_INCLUDE;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;The...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017274</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017274Ken Sampson</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 12:29:08 MDT</pubDate>
        </item>
        <item uniqueID="50-017273">
            <title>Reading mixed chars (characters from various charset) from one single form.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017273</link>
            <description>Hi experts,&lt;br /&gt; &lt;br /&gt;I have a screen where user can supply any character in a textarea. A char may be ascii char or some japanese char.&lt;br /&gt;On the server side I am trying to read input string by request.getParameter() method; And then I am setting this string into a preparedstatement to store value in database.&lt;br /&gt;I have mentioned charset of html page as utf-8. Also, My database has been configured to store utf encode chars (And While setting up the connection I am setting the correct encoding UTF to specify the client encoding, results encoding etc)&lt;br /&gt; &lt;br /&gt;When I read back the string on the screen. I do not see what I entered. However ascii characters are being read back from database and being shown on screen properly.&lt;br /&gt; &lt;b...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017273</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017273Pushker Chaubey</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 11:09:08 MDT</pubDate>
        </item>
        <item uniqueID="50-017272">
            <title>pagination in jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017272</link>
            <description>Hi All,&lt;br /&gt;i am new in jsp. I want to give paginaiton using jsp in my application. I am able to show the records in browser. I want to display 5 records per page. I want to display them in google style like:&lt;br /&gt;&amp;lt;&amp;lt;1 2 3 &amp;gt;&amp;gt;next&lt;br /&gt; &lt;br /&gt;I am attatching my code herewith:&lt;br /&gt; &lt;br /&gt;&amp;lt;%@ page import="java.sql.*" %&amp;gt;&lt;br /&gt;&amp;lt;% String driverClass="com.mysql.jdbc.Driver";&lt;br /&gt;String url="jdbc:mysql://localhost:3306/Test";&lt;br /&gt;String userName="root";&lt;br /&gt;String password="";&lt;br /&gt;String user="";&lt;br /&gt;String pword="";&lt;br /&gt;Class.forName(driverClass);&lt;br /&gt;Connection con=DriverManager.getConnection(url,userName,password);&lt;br /&gt;out.println("Connection is established");&lt;br /&gt;//String query="select * from userDetails ";&lt;br /&gt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017272</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017272ajay madhav</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 07:43:07 MDT</pubDate>
        </item>
        <item uniqueID="50-017270">
            <title>Code Review tool for JSP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017270</link>
            <description>I want code review tool for jsp of open source. Please give me the information.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017270</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017270suresh mallela</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 07:17:07 MDT</pubDate>
        </item>
        <item uniqueID="50-017268">
            <title>jsp logout problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017268</link>
            <description>hi all,&lt;br /&gt; when i click on my logout link on my home page i call a logout.jsp page&lt;br /&gt;&amp;lt;a href="&amp;lt;%=request.getContextPath()%&amp;gt;"+"/logout.jsp&amp;gt;" using this tag but when i click on the browser back button it takes me back to the previous which is not valid in my logout.jsp i remove the attributes and invalidated the session then to its not working. any ideas,hints all welcomed. thank you</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017268</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017268pravin shirke</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 03:39:07 MDT</pubDate>
        </item>
        <item uniqueID="50-017266">
            <title>JSP and Servlet specification</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017266</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;Where can i download jsp specification 2.1 and servlet specification 2.5 pdf release.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017266</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017266vinodh kumar</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 00:35:06 MDT</pubDate>
        </item>
        <item uniqueID="50-017263">
            <title>Implicit Objects</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017263</link>
            <description>Hello,&lt;br /&gt;Please explain this in brief:&lt;br /&gt; &lt;br /&gt;We generally call request,responce,page,application,out etc these as Implicit Objects.&lt;br /&gt; &lt;br /&gt;I want to know what are Implicit variables and implicit methods.&lt;br /&gt; &lt;br /&gt;Please replay.&lt;br /&gt;Thanks,&lt;br /&gt;Krishna</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017263</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017263Krishna Tota</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 08:11:04 MDT</pubDate>
        </item>
        <item uniqueID="50-017262">
            <title>How to use the Java variable inside the Javascript function</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017262</link>
            <description>Hi All,&lt;br /&gt;I wanted to know how can we use the variable declared and defined in Java inside the javascript function?&lt;br /&gt; &lt;br /&gt;Suggestion required....&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;&amp;lt;java&amp;gt;&lt;br /&gt;java.lang.String sMessage= " ABCD";&lt;br /&gt;&amp;lt;/java&amp;gt;&lt;br /&gt;&amp;lt;javascript&amp;gt;&lt;br /&gt;function useVariable()&lt;br /&gt;{&lt;br /&gt;var tempValue = sMessage;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;&amp;lt;/javascript&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017262</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017262Rizwan Patel</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 07:57:04 MDT</pubDate>
        </item>
        <item uniqueID="50-017261">
            <title>What is the stylesheet and what is its use in jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017261</link>
            <description>Hi &lt;br /&gt;Could anybody let me know What is the stylesheet and what is its use in jsp and why we use it?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017261</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017261pradeep singh</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 02:49:04 MDT</pubDate>
        </item>
        <item uniqueID="50-017260">
            <title>Uploading images with jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017260</link>
            <description>Hi,&lt;br /&gt;I trying to a HTML file which will let me choose 3 file and upload all of them at once.&lt;br /&gt; &lt;br /&gt;There are also some text boxes.&lt;br /&gt;&amp;lt;FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="FileUpload.jsp"&amp;gt;&lt;br /&gt;File to upload: &amp;lt;INPUT TYPE=FILE NAME="upfile1"&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;File to upload: &amp;lt;INPUT TYPE=FILE NAME="upfile2"&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;File to upload: &amp;lt;INPUT TYPE=FILE NAME="upfile3"&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;&amp;lt;INPUT TYPE=SUBMIT VALUE="Submit"&amp;gt;&lt;br /&gt; &lt;br /&gt;When subit is clicked the files should be stored on the server and the values in the text boxes should go to the db.I got the db part working[the easiest :)]But I have no idea how to pass multiple images at once.&lt;br /&gt; &lt;br /&gt;hOW CAN I handle this in upload....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017260</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017260sam barker</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 02:33:03 MDT</pubDate>
        </item>
        <item uniqueID="50-017259">
            <title>Authentication with LDAP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017259</link>
            <description>i want to know how to automate users authentication from ldap data store rather than from the server realm?i know how to use ldap(openldap) and ofcourse the JNDI API but is there any mapping tool in the sun application server to the ldap DIT initial context and the searching controls , filters and so on to ease this process?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017259</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017259hisham ragheb</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 01:45:03 MDT</pubDate>
        </item>
        <item uniqueID="50-017258">
            <title>problem in using context param for storing database connection information</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017258</link>
            <description>Hello Friends,&lt;br /&gt;I am new to struts &amp; jsp.I am developing a project in struts.I have 1 jsp page called editProfile.jsp.On submitting this page it will call 1 action class.The action class in turn will call the Plain old java class where I have written the logic for updating User Profile.&lt;br /&gt; &lt;br /&gt;I have created context-param in web.xml for database connection information like dbURL , dbUserName , dbPassword , jdbcDriver.Now I want to use these connection information in my Business logic(Plain Old Java Class).As we can use context parameter only in jsp &amp; servlets , I am setting the variables of my business logic class with these context param in jsp itself.&lt;br /&gt; &lt;br /&gt;now when I am calling the updateProfile method of Business logic cl...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017258</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017258Neha k Agrawal</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 11:27:02 MDT</pubDate>
        </item>
        <item uniqueID="50-017256">
            <title>clear body tag question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017256</link>
            <description>Hi,&lt;br /&gt;I was searching for some tag examples and I see that sometimes the clearBody method of the BodyContent object is used like this:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;public int doAfterBody() throws JspTagException {&lt;br /&gt; BodyContent body = getBodyContent();&lt;br /&gt; try {&lt;br /&gt; BodyContent bc = getBodyContent();&lt;br /&gt; String body = bc.getString();&lt;br /&gt; bc.clearBody();&lt;br /&gt; getPreviousOut().print(process(body));&lt;br /&gt; } catch(Exception e) {&lt;br /&gt; throw new JspTagException("Error in tag doAfterBody " + e);&lt;br /&gt; }&lt;br /&gt; return SKIP_BODY;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;If the tag instance is reused by the container, this is going to have a side effect for the next requ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017256</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017256Esteban Puertas</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 09:13:01 MDT</pubDate>
        </item>
        <item uniqueID="50-017255">
            <title>JSP can't find bean?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017255</link>
            <description>I am working with an older version of ServletExec 3.1 (yes, very old, but it is what my production app uses so that is why I am working with it). &lt;br /&gt; &lt;br /&gt;Am trying to get a JSP example from the book "Inside Servlets, 2nd Edition" to work. It uses a Java bean class (EmployeeBean.class) and no matter what I do so far I can't seem to get it to find the EmployeeBean.class. Always get an error like this when try to access the JSP that uses the bean:&lt;br /&gt; &lt;br /&gt;/home/lkennon/servletexec/ServletExecAS/se-red1/ServletExecData/default/is/pagecompile/_ch18/_param_xjsp.java:26: Class pagecompile._ch18.EmployeeBean not found.&lt;br /&gt; EmployeeBean employee = (EmployeeBean)pageContext.getAttribute( "employee" );&lt;br /&gt; &lt;br /&gt;I have tried the fo...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017255</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017255Lawrence Kennon</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 05:47:01 MDT</pubDate>
        </item>
        <item uniqueID="50-017254">
            <title>Any books recommended</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017254</link>
            <description>hello,i want to learn jsp,any classic books for a beginner?it's better easy to go on with.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017254</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017254Daivd Wang</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 21:39:00 MDT</pubDate>
        </item>
        <item uniqueID="50-017252">
            <title>custom tags specification</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017252</link>
            <description>Hi,&lt;br /&gt;Can someone tell me the url where I can download the specification that describes custom tags ?&lt;br /&gt; &lt;br /&gt;Thank you :)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017252</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017252Esteban Puertas</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 11:34:59 MDT</pubDate>
        </item>
        <item uniqueID="50-017250">
            <title>Resubmitting Refresh Problem even [JAVARANCH] also faces this problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017250</link>
            <description>Dear friends and respective Owners&lt;br /&gt; &lt;br /&gt;How to avoid form resubmission when REFRESH clicked.&lt;br /&gt;&amp;lt;form name="myForm" method="POST" action="Mt.do"&amp;gt;&lt;br /&gt;......&lt;br /&gt;.....&lt;br /&gt;&amp;lt;input type="hidden" value="EVALUATE_TEST" name="action"&amp;gt;&lt;br /&gt;&amp;lt;input type="submit" value="EVALUATE_TEST"&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt; &lt;br /&gt; &lt;br /&gt;when i click the refresh button, the form resubmit the hidden variables..&lt;br /&gt; &lt;br /&gt;Even Javaranch fails &lt;br /&gt; &lt;br /&gt;when i refresh the forgot password page it resubmits the page,&lt;br /&gt;i got 5 respond pages to my mail &lt;br /&gt; &lt;br /&gt;how to solve this..............</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017250</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017250gopi thulasidoss</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 07:12:58 MDT</pubDate>
        </item>
        <item uniqueID="50-017248">
            <title>JavaScript in JSP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017248</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I have a jsp page which I had a form to be fill out.Now I have created a javascript file where i have some functions. How can I import this javascript into my jsp in order to use it.&lt;br /&gt;I have write this: &amp;lt;%@ include file="Scripts/option.js" %&amp;gt; but it doesn't work&lt;br /&gt; &lt;br /&gt;Help...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017248</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017248panayiotis panayiotou</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 06:28:58 MDT</pubDate>
        </item>
        <item uniqueID="50-017246">
            <title>JSTL looping problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017246</link>
            <description>Have some problem with JSTL forEach with collections.&lt;br /&gt;I can not understand what the problem really is. When sending a collection over to the JSP I get an exception when I try to loop through it with an c:forEach.&lt;br /&gt; &lt;br /&gt;I have tried with both JSTL 1.1.2 JSP 2.0 and JSTL 1.2 and JSP 2.1 with same result.&lt;br /&gt; &lt;br /&gt;I am running in a Jetty server. I have been developing the application using IBM RAD and WebSphere and have recently moved som code over the Jetty version of the same application. It was then the problem occured. I can not go back since the jetty version of the application is not in SVN nor does I have a local backup. So I have to figure out what the problem is.&lt;br /&gt; &lt;br /&gt;All the information the exception message give...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017246</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017246Sverre Moe</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 02:42:58 MDT</pubDate>
        </item>
        <item uniqueID="50-017242">
            <title>Window's Domain level authentication for JSP Pages</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017242</link>
            <description>Hi all,&lt;br /&gt;Is this possible to put window's Domain level authentication to JSP page.&lt;br /&gt;For eg. if a User want to access a jsp page say "http://localhost:8080/test/index.jsp" and if the server which serves this page resides on Domain say "synapse" then the user gets a window login page for the domain "synapse".so the user can only access this page if he has account for given domain.&lt;br /&gt; &lt;br /&gt;I know microsoft IIS Server does provide window level authentication for *.aspx pages, but no idea whether J2ee container leverages us this functionality or not.&lt;br /&gt; &lt;br /&gt;Please suggest.&lt;br /&gt; &lt;br /&gt;Thanks and Regards&lt;br /&gt;Amit</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017242</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017242ak sinha</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 00:08:57 MDT</pubDate>
        </item>
        <item uniqueID="50-017240">
            <title>Data type in JSTL</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017240</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;How to check whether the object has numeric value or String value in JSTL. I looked at functions tag library but i dont see any one. &lt;br /&gt;Any help is appreciated.&lt;br /&gt; &lt;br /&gt;regards&lt;br /&gt;sudha</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017240</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017240sudha swami</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 10:40:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017239">
            <title>Looking for a way to do load/ performance test and/ or security test for my web appli</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017239</link>
            <description>I'm looking for a way to do load/ performance test and/ or security test for my web application. I'm wondering if anyone has experience in this and could advise some good tools that I can use.&lt;br /&gt;I'm looking for open source or freeware if possible.&lt;br /&gt; &lt;br /&gt;Thanks in advance for the help! :)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017239</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017239Susan Smith</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 09:34:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017238">
            <title>Jsp page export to Word Document</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017238</link>
            <description>Hi...again&lt;br /&gt; &lt;br /&gt;How can I export a jsp page to word document. I have created an XML file of this page.Next...what can I do or I can't. Is there any other way to do it?Any reference?&lt;br /&gt; &lt;br /&gt;Please help me...&lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017238</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017238panayiotis panayiotou</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 08:50:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017235">
            <title>Submit from a JSP page based on a choice</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017235</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I have a JSP page where I have given two choices to the user.&lt;br /&gt;Now based on the selected choice - I have to submit the form to a servlet.&lt;br /&gt; &lt;br /&gt;To be specific there are two radio buttons -&lt;br /&gt;if user select radio button 1 - he should be redirected to URl abc&lt;br /&gt;if user select radio button 2 - he should be redirected to URl xyz&lt;br /&gt; &lt;br /&gt;could anybody please guide me what approach I should take&lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017235</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017235Ishita Saha</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 03:40:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017234">
            <title>Session expired</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017234</link>
            <description>If session is expired and the user clicks submit button, he should be transfer to a page.&lt;br /&gt;Is it possible&lt;br /&gt; &lt;br /&gt;Thanks in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017234</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017234Rajesh Veluchamy</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 01:54:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017233">
            <title>about accesing js function in JSP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017233</link>
            <description>HI,&lt;br /&gt;i have query regarding including js funtion in jsp. the problem is i have one jsp say &lt;br /&gt;main.jsp , i am including another jsp&lt;br /&gt; say include1.jsp , in this include1.jsp i am calling js funtion&lt;br /&gt; &lt;br /&gt;&amp;lt;script language="javascript" src="scripts/jsFuntion.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt; &lt;br /&gt;the directory sructure is as follows&lt;br /&gt; &lt;br /&gt;root&lt;br /&gt;|--folder1&lt;br /&gt; |_ ____ scripts/&lt;br /&gt; |_______includedJSp/ include1.jsp&lt;br /&gt; &lt;br /&gt;|____folder2/jsp/main.jsp&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;so probelm is when i includes include1.sjp the js funtion is not getting called &lt;br /&gt; &lt;br /&gt;it takes its path as folder2/scripts/ instead of folder1/scripts&lt;br /&gt; &lt;br /&gt;any idea about this &lt;br /&gt; &lt;br /&gt;thanks in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017233</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017233RavindraJpatil patil</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 00:22:54 MDT</pubDate>
        </item>
        <item uniqueID="50-017231">
            <title>How to submit Jsp page </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017231</link>
            <description>There is one menu in my page. I have created menu using &amp;lt;DEV&amp;gt; grouping tag.&lt;br /&gt; &lt;br /&gt;As per form action, action servlet is being called by controller.&lt;br /&gt; &lt;br /&gt;Now i want to set form action in bean using jsp:setproperty on onclick event of that menu item. At the same time i want to submit my page also.&lt;br /&gt; &lt;br /&gt;I dont have idea how to do two things at same time. Yes using java script we can write the method and can call that function, but we cant set property in javascript using jsp:setproperty&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Please give me some idea........&lt;br /&gt; &lt;br /&gt;Thanks in advance....................</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017231</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017231Anil Makavana</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 22:52:55 MDT</pubDate>
        </item>
        <item uniqueID="50-017226">
            <title>how to retrieve &amp;quot;c#&amp;quot; from response</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017226</link>
            <description>hi,&lt;br /&gt;In jsp page i have a link which will pass a parameter "skill" and its value is "c#". when i am retrieving that skill from response using request.getParameter("skill"), i am only getting "c" not c#.&lt;br /&gt; &lt;br /&gt;how can i retrieving "c#" from response.&lt;br /&gt;please help me..</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017226</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017226krishna dey</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 06:40:52 MDT</pubDate>
        </item>
        <item uniqueID="50-017225">
            <title>To store multiple data in ResultSet</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017225</link>
            <description>HI All,&lt;br /&gt; &lt;br /&gt;Can any body help me to say what is process to store multiple data with ResultSet.&lt;br /&gt; &lt;br /&gt;I want to write a code that shows multiple rows, selected by the previous jsp page, but i'm fail. It shows only one row in current page whether i select multiple rows in previous page.&lt;br /&gt; &lt;br /&gt;My code is following: -&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;% PreparedStatement ps=null;&lt;br /&gt; Connection con=null;&lt;br /&gt; ResultSet rs=null;&lt;br /&gt; int m=0;&lt;br /&gt; Class.forName("oracle.jdbc.driver.OracleDriver");&lt;br /&gt; con=DriverManager.getConnection("jdbc:oracle:thin:@172.16.90.139:1531:PROD","apps","apps");&lt;br /&gt; String[] kys= request.getParameterValues("pkey");&lt;br /&gt; &lt;br /&gt; ps=con.prepareStatement("SELECT distinct a.vendor_id,a.vendor_name,b.pan_...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017225</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017225Subhradip Podder</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 04:04:52 MDT</pubDate>
        </item>
        <item uniqueID="50-017223">
            <title>jsp control problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017223</link>
            <description>In our project we are Calling java class from a JSP page through Shellscript.Every thing is working fine. but the problem is getting the control back... our requirement is when user clicks process button in JSP we are calling one shellscript and code in shell script calling java class.(ie classname ).But once the user clicks on process button we need to call the Shell script and control should come back to the JSP ....but currently we are receving control after processing of java file....&lt;br /&gt; &lt;br /&gt;Please let me know how to get control back to my JSP (immediate call of Shellscript and java program should run in background)&lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt;Aravind</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017223</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017223chindanoor aravind</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 22:14:51 MDT</pubDate>
        </item>
        <item uniqueID="50-017222">
            <title>Problem in downloading file from server to client</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017222</link>
            <description>Hi friends&lt;br /&gt; &lt;br /&gt;In my program when i try to download file from the server to client i am getting the file which is the output of currently running jsp file pls help&lt;br /&gt; &lt;br /&gt;below is the code&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;try {&lt;br /&gt; // path where the file is stord &lt;br /&gt;//String idocPath = config.getServletContext().getInitParameter("http://203.345.888.81/var/tomcat/webapps/ROOT/invoiceline/");&lt;br /&gt;String idocPath ="http://203.345.888.81/var/tomcat/webapps/ROOT/invoiceline/";&lt;br /&gt;out.println("fle path idocpath"+idocPath+"&amp;lt;br&amp;gt;");&lt;br /&gt; //if (request.getParameter("fileName") != null) {&lt;br /&gt; String fileName ="out_invoiceline.txt"; &lt;br /&gt; &lt;br /&gt;{&lt;br /&gt;String filePath = idocPath + " " +fileName;&lt;br /&gt;out.println("file...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017222</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017222priya pratheepp</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 20:20:51 MDT</pubDate>
        </item>
        <item uniqueID="50-017221">
            <title>Preventing page refresh in jsp pages</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017221</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt; I generated a web application using jsp related to online shopping. After submitting a record addition, if I press refresh button, again it adds the same information as another record to the database. Is there any clear way to prevent page refresh in jsp pages?&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Ramesh Kangamuthu</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017221</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017221Ramesh kangamuthu</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 14:36:50 MDT</pubDate>
        </item>
        <item uniqueID="50-017220">
            <title>how to get servletcontext attribute in jsp</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017220</link>
            <description>hi guys&lt;br /&gt;i have set attribute in servletcontext&lt;br /&gt;but when i tried to get that attribute in jsp iam not able to retrive&lt;br /&gt; &lt;br /&gt;in my servlet i use the following code set the servletcontext parameter&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; Collection cTree = pProcessor.loadTree();&lt;br /&gt;getServlet().getServletContext().setAttribute("cTree",cTree); &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;also iam able to get this parameter in other servlet&lt;br /&gt; &lt;br /&gt;the following is the code used in my jsp&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt; &amp;lt;%Collection c=Application.getAttribute("cTree"); %&amp;gt;&lt;br /&gt; &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;looking for your replies&lt;br /&gt;amir</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017220</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017220Amirtharaj Chinnaraj</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 09:00:49 MDT</pubDate>
        </item>
        <item uniqueID="50-017219">
            <title>runtime encoding probolem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017219</link>
            <description>Hi folks&lt;br /&gt; In my jsp iam going to populate special characters (&amp;lt;&amp;gt;(*&amp;), it is &lt;br /&gt; working fine, but if i substring that one to certain limit(for ex:10) &lt;br /&gt; for example if i give like --&amp;gt; &amp;&amp;lt;&amp;gt; to populate in jsp it is &lt;br /&gt; taking as --&amp;gt; &amp;amp;&amp;lt;&amp;gt; and it is going to substring and it is&lt;br /&gt; taking upto--&amp;gt; &amp;amp;&amp;lt;&amp;&lt;br /&gt; but the xml parser not able to parse and thrown NotWellFormed exception&lt;br /&gt; how can i overcome this one.&lt;br /&gt; Advance appreciation for any ideas..&lt;br /&gt; &lt;br /&gt;-Naresh :banghead:</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017219</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=50&amp;t=017219Naresh Talluri</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 01:00:48 MDT</pubDate>
        </item>
    </channel>
</rss>
