<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Struts</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=58</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="58-013454">
            <title>calling reset() method explicitly -- good or bad</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013454</link>
            <description>Hi Ranchers,&lt;br /&gt; &lt;br /&gt; We have a scenario wherein after submitting the form an update operation takes place in the database and the user is displayed with the same page. &lt;br /&gt; &lt;br /&gt; But this time, the form values have to be reset and displayed afresh so that the user can enter further values and add it to the database.&lt;br /&gt; &lt;br /&gt; Looking at this consequence, the reset() method in the ActionForm has to be called explicitly as it is called after the form is submitted and before the bean is populated with the request parameter values. That is very fine. But what we need is the form has to be reset during the page loading the next time.&lt;br /&gt; &lt;br /&gt; &lt;b&gt;Can we call the reset method explicitly in the Action class&lt;/b&gt; once our database...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013454</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013454Raghavan Muthu</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 04:15:14 MDT</pubDate>
        </item>
        <item uniqueID="58-013453">
            <title>Struts book</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013453</link>
            <description>I'm new to struts. Please suggest me a book for struts to help me understand the concepts as a beginer easily</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013453</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013453Rakesh Mestry</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 03:39:14 MDT</pubDate>
        </item>
        <item uniqueID="58-013452">
            <title>Problem in Validating array of form field </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013452</link>
            <description>HI ranchers,&lt;br /&gt; I am having JSP form with two text field one is Name : and other is Email :&lt;br /&gt; I am displaying it more than one time like , on single page it appears as ;&lt;br /&gt; &lt;br /&gt; Name : ---- Email :--- &lt;br /&gt; Name : ---- Email :--- &lt;br /&gt; Name : ---- Email :--- SUBMIT&lt;br /&gt; &lt;br /&gt;And in my form bean i store them with String[] array.&lt;br /&gt;like private String[] name; and String[] email;&lt;br /&gt; &lt;br /&gt;Now i write validation for this form in validation.xml as&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;&amp;lt;form name="test"&amp;gt;&lt;br /&gt; &amp;lt;field indexedListProperty="name" depends="required"&amp;gt;&lt;br /&gt; &amp;lt;arg0 -----&amp;gt;&lt;br /&gt; &amp;lt;/field&amp;gt;&lt;br /&gt; &amp;lt;field indexedListProperty="email" depends="required,email"&amp;gt;&lt;br /&gt; ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013452</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013452Sagar Rohankar</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 03:33:14 MDT</pubDate>
        </item>
        <item uniqueID="58-013451">
            <title>Action Form Error</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013451</link>
            <description>Hi to all,&lt;br /&gt; &lt;br /&gt; when i am trying to get from details in my action class i am getting this error&lt;br /&gt; &lt;br /&gt;//use NameFrom to get the request parameters&lt;br /&gt; NameForm nameForm = (NameForm)form;&lt;br /&gt; &lt;br /&gt; Error Message:Cannot cast from ActionForm to NameForm&lt;br /&gt;Please anybody tell me what's wrong in this line.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;vardhan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013451</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013451vishnu vardhan</comments>
            <author/>
            <pubDate>Wed, 14 May 2008 00:03:13 MDT</pubDate>
        </item>
        <item uniqueID="58-013450">
            <title>about the validation</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013450</link>
            <description>Hi there, I have some questions about the validation process.&lt;br /&gt; &lt;br /&gt;I have this form to register a user, and it uses the the client-side validation framework and aldo the validate method of the form form server-side.&lt;br /&gt; &lt;br /&gt;My question is, once the form validates that all fields are well formated, where do I do a validation for check if the username is already chosen, in the form or in the action?&lt;br /&gt; &lt;br /&gt;if in the form: doesn't this breaks the mvc pattern? the form will know how the logic works&lt;br /&gt; &lt;br /&gt;if in the action: how can I report the "login already in use" to the same page that has the form?&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=58&amp;t=013450</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013450Mike Phillip</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 11:49:12 MDT</pubDate>
        </item>
        <item uniqueID="58-013449">
            <title>using radio button in struts</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013449</link>
            <description>Hi all...&lt;br /&gt;I trying to migrate an existing application to struts framework. In a particular jsp, we get some result records based on some particular criteria. All the records are in the form of text boxes so that we can edit the fields and make changed in database. After making changed to the text fields, we need to select a radio button to select the record which will be modified. The following is the code of jsp:-&lt;br /&gt; &lt;br /&gt;&amp;it body&amp;gt;&lt;br /&gt;&amp;it html:form action="/modify" method="post"&amp;gt;&lt;br /&gt; &amp;it table border="1"&amp;gt;&lt;br /&gt; &amp;it tr&amp;gt; &lt;br /&gt; &amp;it th&amp;gt;Asset Id&amp;it /th&amp;gt;&lt;br /&gt; &amp;it th&amp;gt;Asset Name&amp;it /th&amp;gt;&lt;br /&gt; &amp;it th&amp;gt;Category&amp;it /th&amp;gt;&lt;br /&gt; &amp;it th&amp;gt;Description&amp;it /th&amp;gt;&lt;br /&gt; &amp;it /tr&amp;gt;&lt;br /&gt; &amp;it log...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013449</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013449Amaninder Singh</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 07:45:11 MDT</pubDate>
        </item>
        <item uniqueID="58-013448">
            <title>problem in inserting data using executebatch</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013448</link>
            <description>hi&lt;br /&gt;iam using beans here &lt;br /&gt;iam storing the data in arrayList object and iterating it.&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;while(xldataiterator.hasNext()){&lt;br /&gt;pstmt = myConnection.prepareStatement("insert into xxxx values(?,?,?,?)");&lt;br /&gt;pstmt.setString(1, xlformdataget.getEmail());&lt;br /&gt; &lt;br /&gt;------&lt;br /&gt;-----&lt;br /&gt;-----&lt;br /&gt;pstmt.addBatch(); ///adding to batch&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;int[] updateCounts = pstmt.executeBatch();&lt;br /&gt;processUpdateCounts(updateCounts);&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;public static void processUpdateCounts(int[] updateCounts) {&lt;br /&gt; for (int i=0; i&amp;lt;updateCounts.length; i++) {&lt;br /&gt; if (updateCounts[i] &amp;gt;= 0) &lt;br /&gt;s.o.p("Successfully executed; the number represents number of affected rows...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013448</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013448vijayz devraj</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 06:53:11 MDT</pubDate>
        </item>
        <item uniqueID="58-013446">
            <title>Struts 2 - eclipse</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013446</link>
            <description>hi i am very new to struts2 as mentioned in the discussion i have imported struts2 blank . war. i am not knowing how to proceed further. can some one help me out with this issue by giving an example of how to proceed with struts2 in eclipse.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;sudhira</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013446</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013446gnanesh viathur</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 03:45:11 MDT</pubDate>
        </item>
        <item uniqueID="58-013445">
            <title>Picasa Web Uploader API &amp;amp; Struts</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013445</link>
            <description>Has anybody tried integrating Picasa web Uploader API in your struts program. I am researching if we can integrate this as we need to get several photos uploaded in our system for users to manage and our current uploader is now limiting.&lt;br /&gt; &lt;br /&gt;From what I have read here, I am finding it a bit difficult to figure out how would we integrate/implement remote service (the server side program) in our system. Has anybody tied something similar? Any pointers, help would be highly appreciated!&lt;br /&gt; &lt;br /&gt;TIA,&lt;br /&gt;- Manish</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013445</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013445Manish Hatwalne</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 02:15:10 MDT</pubDate>
        </item>
        <item uniqueID="58-013444">
            <title>Struts 1 and DWR</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013444</link>
            <description>Hi,&lt;br /&gt;I am new with DWR,so just unable to got managed to integrate struts with DWR,specially with Servelet URL pattren,Please help mein this</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013444</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013444Abid Mehmood</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 01:35:10 MDT</pubDate>
        </item>
        <item uniqueID="58-013443">
            <title>why filtert class and listner class used in web.xml</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013443</link>
            <description>IN Struts 1.2,Spring 2.0,Hibernate 3.1 based application in which layer session and transaction are handled?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013443</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013443jacob deiter</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 20:29:10 MDT</pubDate>
        </item>
        <item uniqueID="58-013442">
            <title>new link for struts2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013442</link>
            <description>i think it will be good if we can create a new category for struts2 as we have for struts so that we dont mix the post for both in one only. it is confusing sometime. it will be better managed i think.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Sunil</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013442</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013442sk gupta</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 18:49:09 MDT</pubDate>
        </item>
        <item uniqueID="58-013441">
            <title>Database connection with struts</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013441</link>
            <description>Hi guys.&lt;br /&gt; &lt;br /&gt;I have a problem with connecting to Access database like inserting values in a table etc.&lt;br /&gt; &lt;br /&gt;My Registration.jsp:&lt;br /&gt; &lt;br /&gt;&amp;lt;%@ page language="java" %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt; &amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Registration&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt; &amp;lt;body&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;h3&amp;gt;Register&amp;lt;/h3&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;html:errors/&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;html:form action="submit.do"&amp;gt;&lt;br /&gt; First Name: &amp;lt;html:text property="first...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013441</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013441NIRMAL YARAM</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 17:53:09 MDT</pubDate>
        </item>
        <item uniqueID="58-013440">
            <title>Help!!! Validating struts index property element in javascript</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013440</link>
            <description>HI &lt;br /&gt;i have an action which has an array list element of marks and i am displaying as indexed property on my form so my form will have multiple marks elements indexed&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;Rollno&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;Kapoor K Min (minni)&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="student[0].marks" size="30" value="0"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt; &lt;br /&gt; &lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;Rollno&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;Kapoor K Min (minni)&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;input type="text" name="student[1].marks" size="30" value="0"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013440</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013440rashid NIzamuddin</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 13:59:08 MDT</pubDate>
        </item>
        <item uniqueID="58-013439">
            <title>how to get selected value from s:select tag in struts 2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013439</link>
            <description>hi,&lt;br /&gt; &lt;br /&gt;i m new to struts to and got stuch at this.&lt;br /&gt; &lt;br /&gt;how to get selected value from &amp;lt;s:select&amp;gt; tag in struts 2.&lt;br /&gt; &lt;br /&gt;regards&lt;br /&gt;Sunil</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013439</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013439sk gupta</comments>
            <author/>
            <pubDate>Mon, 12 May 2008 02:17:06 MDT</pubDate>
        </item>
        <item uniqueID="58-013438">
            <title>Work flow</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013438</link>
            <description>1)In a web application,what is meant by work flow.Is it meant that "page navigation at client side(web browser) only ?.&lt;br /&gt; &lt;br /&gt;2)In struts 1.X,how it can be archived?.&lt;br /&gt; &lt;br /&gt;3)I heard that work flow engine in a application what is the use full for that&lt;br /&gt; &lt;br /&gt;4)Is there any framework or tool exist to implement this large application-Struts based?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013438</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013438jacob deiter</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 21:03:06 MDT</pubDate>
        </item>
        <item uniqueID="58-013437">
            <title>dynamic data</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013437</link>
            <description>I have a Strut 1.x,Based application,in JSP,a Drop Down exist to display a set of value based on the user login and one more value from the same JSP(from Edit box) page,same value in drop list can not be displayed at the first time when it displayed to user,since it depends on Edit box.Once all filed in JSP ,i will click on submit button to call the action class.&lt;br /&gt;In the above scenario,how it displayed</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013437</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013437jacob deiter</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 20:57:06 MDT</pubDate>
        </item>
        <item uniqueID="58-013436">
            <title>Error 500: Unable to load class org....struts...HtmlTag </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013436</link>
            <description>Hi there,&lt;br /&gt; &lt;br /&gt;I'm using Webpshere 5.1:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;br /&gt;I'm having the ff. problems:&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;(1) Error 500: Failed to load target servlet [action] (live)&lt;br /&gt;(2)Error 500: Unable to load class org.apache.struts.taglib.html.HtmlTag &lt;br /&gt; &lt;br /&gt;&lt;b&gt;&lt;br /&gt;I've tried the following on my local server:&lt;/b&gt;&lt;br /&gt;- checked/fixed web.xml and struts-config.xml for any errors&lt;br /&gt;- re-copy struts.jar at WEB-INF\lib folder&lt;br /&gt;- checked sql connections&lt;br /&gt;- re-build, re-deploy, and the project&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Please help me to resolve this. </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013436</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013436Joanne Bangasan</comments>
            <author/>
            <pubDate>Sun, 11 May 2008 15:33:05 MDT</pubDate>
        </item>
        <item uniqueID="58-013435">
            <title>diff between Filer class and request processor</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013435</link>
            <description>in struts 1.X based web application.request processor process the request and response.Then why Filer class needs for an application.what is the diff between both</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013435</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013435jacob deiter</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 13:39:02 MDT</pubDate>
        </item>
        <item uniqueID="58-013434">
            <title>adding param value dynamically html:link forward tag?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013434</link>
            <description>Hi friends,&lt;br /&gt;i have a &amp;lt;html:link forward="someAction" name="parameters" /&amp;gt;&lt;br /&gt;This is a table column heading. like this for every table column heading we have a action. When user click on it, sort on that column.&lt;br /&gt;All table rows has one checkbox, when user check some rows and then click on some table column, i need to keep checked those rows. For that i need to pass all the selected row values to that action in &amp;lt;html:link&amp;gt;. &lt;br /&gt;i am passing some values in 'parameters' (it is HashMap), i need to add those selected row values to that HashMap and passing to action.&lt;br /&gt;I am using string array for checkboxes in the action form.&lt;br /&gt;How can i do this?&lt;br /&gt;for any help Holly thanks in advance.&lt;br /&gt; &lt;br /&gt;thanks &amp; rega...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013434</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013434Mallik Avula</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 04:31:01 MDT</pubDate>
        </item>
        <item uniqueID="58-013433">
            <title>Struts 2 integration with JSF</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013433</link>
            <description>Hello everybody,&lt;br /&gt; &lt;br /&gt;it has been along time since my last post, i think it was 3 years ago when i graduated and start working.wish this is the right place to post such a question.&lt;br /&gt; &lt;br /&gt;I'm facing a problem with integrating a simple HelloWorld application from struts2 to JSF, i need to convert only the UI, i try to use struts2-jsf-plugin lib and update my struts.xml as follows &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;&amp;lt;package name="default" extends="jsf-default"&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;action name="HelloWord" class="HelloWord"&amp;gt;&lt;br /&gt; &amp;lt;result name="success" type="jsf"/&amp;gt;&lt;br /&gt; &amp;lt;result name="error"&amp;gt;/Error.jsp&amp;lt;/result&amp;gt;&lt;br /&gt;&amp;lt;/action&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;/package&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013433</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013433moh sak</comments>
            <author/>
            <pubDate>Sat, 10 May 2008 03:01:01 MDT</pubDate>
        </item>
        <item uniqueID="58-013432">
            <title>DynaValidatorForm validation question.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013432</link>
            <description>If I create a DynaValidatorForm with multiple fields do I need to check server side that there are the same number of variables in each field? &lt;br /&gt; &lt;br /&gt;For example say I did this:&lt;br /&gt; &lt;br /&gt; &amp;lt;form-bean name="updatePolicyForm" &lt;br /&gt;type="org.apache.struts.validator.DynaValidatorForm"&amp;gt;&lt;br /&gt;&amp;lt;form-property name="day" type="java.lang.String[]" size="0"/&amp;gt;&lt;br /&gt;&amp;lt;form-property name="startTime" type="java.lang.String[]" size="0"/&amp;gt;&lt;br /&gt; &amp;lt;/form-bean&amp;gt;&lt;br /&gt; &lt;br /&gt;Would I need something like this in my java code (to prevent hacking):&lt;br /&gt; &lt;br /&gt;...&lt;br /&gt; &lt;br /&gt; String[] days = (String[])form.get("day");&lt;br /&gt; String[] startTime = (String[])form.get("startTime");&lt;br /&gt; &lt;br /&gt; if(startTime.length != days.length...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013432</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013432Brian Zimpfer</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 14:56:59 MDT</pubDate>
        </item>
        <item uniqueID="58-013431">
            <title>Problem with jakarta-oro-2.0.8</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013431</link>
            <description>I am having some issues with validating form fields using validation.xml.&lt;br /&gt; &lt;br /&gt;I have this jakarta-oro-2.0.8 file in my WEB-INF/lib folder and still get this error. I am using WSAD 5.1 version. &lt;br /&gt; &lt;br /&gt;Here is the error..&lt;br /&gt;SRVE0026E: [Servlet Error]-[org/apache/oro/text/perl/Perl5Util]: java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util&lt;br /&gt;at org.apache.commons.validator.GenericValidator.matchRegexp(GenericValidator.java:65)&lt;br /&gt;at org.apache.struts.validator.FieldChecks.validateMask(FieldChecks.java:233)&lt;br /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;at sun.reflect.DelegatingMethodAccessorImpl.i...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013431</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013431Shonak Valvekar</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 10:22:58 MDT</pubDate>
        </item>
        <item uniqueID="58-013430">
            <title>argument type mismatch</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013430</link>
            <description>Hi &lt;br /&gt;iam getting the following exception when iam checking the "checkbox" click event.&lt;br /&gt; &lt;br /&gt;[5/9/08 11:47:53:047 EDT] 7cbab2f0 WebGroup E SRVE0026E: [Servlet Error]-[BeanUtils.populate]: java.lang.IllegalArgumentException: argument type mismatch&lt;br /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)&lt;br /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))&lt;br /&gt;at java.lang.reflect.Method.invoke(Method.java(Compiled Code))&lt;br /&gt;at org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:1789)&lt;br /&gt;at org.apache.commons.beanutils.PropertyUtils.setNestedProper...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013430</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013430Raj Chukka</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 10:00:58 MDT</pubDate>
        </item>
        <item uniqueID="58-013429">
            <title>How to iterate without using indexed property in struts1.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013429</link>
            <description>Hi Ranchers,&lt;br /&gt; Currently i am using struts 1.0(without index property), and i am using html:text in logic:iterate , i am able to display the values in JSP. But, i can't able to retrive the value. Please help me how to retrive text value without indexed property.&lt;br /&gt; &lt;br /&gt;Note: is there any way to use indexing text manually.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013429</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013429Manoj uppala</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 04:30:58 MDT</pubDate>
        </item>
        <item uniqueID="58-013428">
            <title>Any possible of doing 2 actions in single button using struts</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013428</link>
            <description>I have a page of user registration,when the user register and submit the form it will store values in the database and same time data are also display in next page&lt;br /&gt; &lt;br /&gt;single save button is used for both storing the values in database and display in another page its possible</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013428</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013428khizar dheen</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 00:00:57 MDT</pubDate>
        </item>
        <item uniqueID="58-013427">
            <title>struts2 out of the box problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013427</link>
            <description>Hello all, I'm starting to use struts2 and found it also need velocity, jython, and spring. Why is that?&lt;br /&gt; &lt;br /&gt;I followed the struts2 tutorial and did the hello world example (code for code) but I still get errors. I'm using Sun App Server. My error is something to do with filters in my web.xml listed below.&lt;br /&gt; &lt;br /&gt;error:&lt;br /&gt; &lt;blockquote&gt;quote:&lt;hr&gt; Exception starting filter struts &lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;web.xml:&lt;br /&gt;&amp;lt;web-app&amp;gt;&lt;br /&gt; &amp;lt;filter&amp;gt;&lt;br /&gt; &amp;lt;filter-name&amp;gt;struts&amp;lt;/filter-name&amp;gt;&lt;br /&gt; &amp;lt;filter-class&amp;gt;org.apache.struts2.dispatcher.FilterDispatcher&amp;lt;/filter-class&amp;gt;&lt;br /&gt; &amp;lt;/filter&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;filter-mapping&amp;gt;&lt;br /&gt; &amp;lt;filter-name&amp;gt;struts&amp;lt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013427</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013427K. Tsang</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 22:04:57 MDT</pubDate>
        </item>
        <item uniqueID="58-013426">
            <title>using c:out in a href and html:select</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013426</link>
            <description>Hi all&lt;br /&gt;I am trying to use html:select element and a:href element along with jsp &amp;lt;c: tags in a jsp.&lt;br /&gt;While using &amp;lt;a href element along with c:out, the following piece of code compiles and runs fine:&lt;br /&gt;&amp;lt;a href="javascript:deleteChannelRow('&amp;lt;c:out value="${rowNum}" /&amp;gt;');"&amp;gt;test &amp;lt;/a&amp;gt;&lt;br /&gt; &lt;br /&gt;But while using &amp;lt;html:select element along with c:out, the following piece of code doesnot compile:&lt;br /&gt;&amp;lt;html:select property="tt" name="dat" onchange="javascript:populateprofiles('&amp;lt;c:out value="${rowNum}" /&amp;gt;');" &amp;gt;&lt;br /&gt; &amp;lt;html:option value="" &amp;gt;select profile&amp;lt;/html:option&amp;gt;&lt;br /&gt;&amp;lt;/html:select&amp;gt; &lt;br /&gt;The javascript error is occured in the double quote of the javasc...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013426</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013426srilakshmi sadhu</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 06:36:55 MDT</pubDate>
        </item>
        <item uniqueID="58-013425">
            <title>populating value in formbean</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013425</link>
            <description>hi guys&lt;br /&gt;iam trying to populate values from jsp to a formbean when i submit the form&lt;br /&gt;every thing works fine&lt;br /&gt;but if didnt fill the data for a text box the corresponding property in formbean is populated with empty sting("") eventhough i initialized the property with statement like below&lt;br /&gt;&lt;b&gt;private String searchString=null;&lt;/b&gt; but for other properties if i didnt enter any value &lt;b&gt;null&lt;/b&gt; is populating &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=58&amp;t=013425</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013425Amirtharaj Chinnaraj</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 00:32:54 MDT</pubDate>
        </item>
        <item uniqueID="58-013424">
            <title>In Struts, Action class is a part of Controller or Model </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013424</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;In Struts, Action class comes under which part of Controller or Model ????&lt;br /&gt; &lt;br /&gt;My opinion is , The Action Class is part of the Model and is a wrapper around the business logic. The purpose of Action Class is to translate the HttpServletRequest to the business logic.&lt;br /&gt; &lt;br /&gt;And i got diffrent point from this site:&lt;br /&gt;http://www.roseindia.net/struts/understandingstruts_action_class.shtml (http://www.roseindia.net/struts/understandingstruts_action_class.shtml)&lt;br /&gt; &lt;br /&gt;Action class acts as wrapper around the business logic and provides an inteface to the application's Model layer. It acts as glue between the View and Model layer. It also transfers the data from the view layer to the specific business proce...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013424</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013424Dhineshkumar raj</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 22:14:54 MDT</pubDate>
        </item>
        <item uniqueID="58-013423">
            <title>how to do database progrmanning with Struts2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013423</link>
            <description>hi, i m starting a new project and was wondering how to do database connectivity and access, i had a sample progrm from struts1+spring+hibernate it works fine. do i need to use spring with struts2 also. how to go ahead.&lt;br /&gt; &lt;br /&gt;i migrated to struts 2 my strut1 app and it is not working, when i use &lt;br /&gt; &lt;br /&gt;public static ApplicationContext getContext(HttpServletRequest httpRequest) {&lt;br /&gt; return WebApplicationContextUtils.getRequiredWebApplicationContext(&lt;br /&gt; httpRequest.getSession().getServletContext());&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt;i m getting null value, something is wrong and i have no clue at all what to do.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013423</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013423sk gupta</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 21:34:54 MDT</pubDate>
        </item>
        <item uniqueID="58-013422">
            <title>how retrieve ActionError in Interceptor</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013422</link>
            <description>my project needs retrieve error message in interceptor to error.jsp page.&lt;br /&gt;how to do it ?&lt;br /&gt;i use struts2</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013422</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013422anson sun</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 20:32:54 MDT</pubDate>
        </item>
        <item uniqueID="58-013421">
            <title>Connecting an applet to my struts data</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013421</link>
            <description>I have a functioning struts web application.&lt;br /&gt;I want to display some graphics based on data from my web application and my current thinking is to have an applet on a page which gets it's data from a servlet (or an struts action) and renders the appropriate images.&lt;br /&gt; &lt;br /&gt;I have written the applet and have all my data in one object but connecting from the applet to a struts action just seems wrong and I can't seem to add another servlet into web.xml without the rest of the application breaking either (are you even really meant to use other servlets when you are using struts?).&lt;br /&gt; &lt;br /&gt;Am I going about this all wrong? Is there an easier way?&lt;br /&gt;Any help would be appreciated.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013421</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013421Matthew Plant</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 16:04:53 MDT</pubDate>
        </item>
        <item uniqueID="58-013420">
            <title>struts date validator for yyyy-MM-dd HH:mm:ss</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013420</link>
            <description>Hi all, &lt;br /&gt; &lt;br /&gt;In my valdiation.xml file, I have the following validation for a field that should be in this yyyy-MM-dd HH:mm:ss format. &lt;br /&gt; &lt;br /&gt;&amp;lt;field property="myTimestamp" depends="required, date"&amp;gt;&lt;br /&gt; &amp;lt;arg0 key="myTimestamp" resource="false"/&amp;gt;&lt;br /&gt; &amp;lt;arg1 key="yyyy-MM-dd HH:mm:ss" resource="false" /&amp;gt;&lt;br /&gt; &amp;lt;var&amp;gt;&lt;br /&gt; &amp;lt;var-name&amp;gt;datePatternStrict&amp;lt;/var-name&amp;gt;&lt;br /&gt; &amp;lt;var-value&amp;gt;yyyy-MM-dd HH:mm:ss&amp;lt;/var-value&amp;gt;&lt;br /&gt; &amp;lt;/var&amp;gt;&lt;br /&gt;&amp;lt;/field&amp;gt;&lt;br /&gt; &lt;br /&gt;The straneg thing is when the value in the form field matches the specified format, it still gives the error "myTimestamp should be in yyyy-MM-dd HH:mm:ss" format. &lt;br /&gt; &lt;br /&gt;When I change the form field value ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013420</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013420Wilson Gordon</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 11:52:53 MDT</pubDate>
        </item>
        <item uniqueID="58-013419">
            <title>2 sessions with same request hash code</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013419</link>
            <description>I created a simple strut application,it display the session ID and hash code of request object.In IE 6,i opened 2 window and accessed the application,it display different session ID but same hash code.My question here is ,same hash code generated for different request</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013419</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013419jacob deiter</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 11:14:53 MDT</pubDate>
        </item>
        <item uniqueID="58-013418">
            <title>Problem with two &amp;quot;logic:iterate&amp;quot; tags </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013418</link>
            <description>Hi ranchers ,&lt;br /&gt; &lt;br /&gt; I am using two list one is of "name" and other is of "id" , Now i want this two list to be printed on JSP page simultaneously using "logic:iterate" . like this :&lt;br /&gt; &lt;br /&gt;name1 id1&lt;br /&gt;name2 id2 &lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt; &lt;br /&gt;I.e i want to make something like this .. (for i=0, j=0; i&amp;lt;5; i++,j++) in JSP.&lt;br /&gt; &lt;br /&gt;How should I do that,&lt;br /&gt;Please Help !!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013418</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013418Sagar Rohankar</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 06:04:52 MDT</pubDate>
        </item>
        <item uniqueID="58-013417">
            <title>launch the .net project in website which is developed in strtus2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013417</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt;I am creating the Website using strtus2 &lt;br /&gt;But I want to incorporatet the .net tool in my project&lt;br /&gt;Is it possible to run the .net tool in my website which is developed by using the Java Laguage&lt;br /&gt; &lt;br /&gt;Plese any one give the suggestions in this&lt;br /&gt; &lt;br /&gt;Thanks &amp; Regards&lt;br /&gt;Geeta</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013417</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013417Geeta Ravikanti</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 02:14:51 MDT</pubDate>
        </item>
        <item uniqueID="58-013416">
            <title>Struts 2 and call another method != execute</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013416</link>
            <description>How can I configure my Action/url to call another method different that execute method?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013416</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013416Antonio Lazaro Carvalho</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 08:54:49 MDT</pubDate>
        </item>
        <item uniqueID="58-013415">
            <title>Struts 2 and session</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013415</link>
            <description>How can I implements session and get/put objetcs using struts 2?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013415</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013415Antonio Lazaro Carvalho</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 08:54:49 MDT</pubDate>
        </item>
        <item uniqueID="58-013414">
            <title>Problems Struts 2 - doubleselect </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013414</link>
            <description>I have two problems using Struts 2, the first is my doubleselect tag, on the attribute doubleOnchange, doesn't makes javascript call.&lt;br /&gt;I've put this following code:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&amp;lt;s oubleselect&lt;br /&gt;name="idInstituicao" doubleName="idCurso"&lt;br /&gt;list="instituicoes" doubleList="cursos"&lt;br /&gt; listKey="id" doubleListKey="id"&lt;br /&gt; listValue="nome" doubleListValue="nome"&lt;br /&gt; id="instituicao" doubleId="curso" doubleOnchange="initTree();" &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;and it not call my function initTree() and doesn't show any javascript error.&lt;br /&gt; &lt;br /&gt;Anyone has the same problem?&lt;br /&gt;How can I fix it?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013414</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013414Antonio Lazaro Carvalho</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 08:52:49 MDT</pubDate>
        </item>
        <item uniqueID="58-013413">
            <title>To highlight multiple selected values in listbox using struts </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013413</link>
            <description>Hi..&lt;br /&gt; &lt;br /&gt;I have a registration form where i am using a listbox where we can select multiple values.I am storing these values concatenating with commas(for eg. A,B,C).Now i have to update this registration form, so i have to retrieve these values and to hightlight the previously selected values.&lt;br /&gt;I have the idea that first i have to retrieve that field from database and split the commas and then i have to write the code in the front end to display the values.&lt;br /&gt;But in real time i m unable to display in front end.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt;Mallik</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013413</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013413mallikarjun goli</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 04:22:49 MDT</pubDate>
        </item>
        <item uniqueID="58-013412">
            <title>Struts without JSP</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013412</link>
            <description>Is it possible to use Struts based application without JSP.Any open source framework available with proper tutorial.I do not want the feature of Tiles,validator,....I feel that JSP very tough(syntax and all,my perception only). if any thing available,pls let know the URL and stuff</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013412</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013412jacob deiter</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 20:44:48 MDT</pubDate>
        </item>
        <item uniqueID="58-013411">
            <title>XML in presentation layer </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013411</link>
            <description>In a Struts 1.X based application,in presentation layer ,I do not like to use JSP and like to use only HTML and Java Script.Data to the presentation layer should be in XML format,at presentation layer ,i would read the XML content and display it.If this is possible,how to read content from presentation layer(html).Pls explain with pros and cons of this method,with an Example.I have exp in Xsream tool for XML Processing</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013411</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013411jacob deiter</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 20:34:48 MDT</pubDate>
        </item>
        <item uniqueID="58-013410">
            <title>dynamic textareas with Struts 2</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013410</link>
            <description>I am learning Struts 2 and trying to add textareas dynamically with &amp;lt;s:textarea&amp;gt; tag in a jsp page (by clicking a button 'add more'). Can anyone please provide an example?&lt;br /&gt; &lt;br /&gt;thanks in advance,&lt;br /&gt; &lt;br /&gt;Haitao</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013410</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013410Haitao Lok</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 18:54:47 MDT</pubDate>
        </item>
        <item uniqueID="58-013409">
            <title>Cron job and Action class</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013409</link>
            <description>I would like to write a cron job in the Linux server that calls my foo.action class that has code that I want to run once in a day. How can I do that?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013409</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013409Komal Khanna</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 13:30:47 MDT</pubDate>
        </item>
        <item uniqueID="58-013408">
            <title>Struts2 book</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013408</link>
            <description>Dear authors,&lt;br /&gt; &lt;br /&gt;I would like to now if the book presents Struts2 framework from scratch or updates knowledge of earlier Struts versions for getting started fast.&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Thank you</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013408</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013408Lalit Nagalkar</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 13:12:47 MDT</pubDate>
        </item>
        <item uniqueID="58-013407">
            <title>call action with javascript</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013407</link>
            <description>Hi there,&lt;br /&gt; &lt;br /&gt;I'm using this code to make a link to an action:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;html:link action="/action1" paramId="id" paramName="car" paramProperty="id"&amp;gt;&lt;br /&gt; Car: &amp;lt;bean:write name="car" property="id"/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt; Year: &amp;lt;bean:write name="car" property="date"/&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;lt;/html:link&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;this is working fine&lt;br /&gt; &lt;br /&gt;but now I need to open the link for the action in a new window, so a made this javascript function, but I don't know how to pass this action as a parameter to the js function&lt;br /&gt; &lt;br /&gt;this is the function:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;script language="javascript"&amp;gt;&lt;br /&gt;function openNew(url) {...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013407</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013407Mike Phillip</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 12:56:47 MDT</pubDate>
        </item>
        <item uniqueID="58-013405">
            <title>ActionServlet compilation error</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013405</link>
            <description>Hi, I'm new at struts, and have been battling all day with the a basic test (nice start!)&lt;br /&gt; &lt;br /&gt;I can't seem to be able to compile it, javac can't seem to find xwork2.&lt;br /&gt; &lt;br /&gt;I'm running java 1.5 with tomcat 6 and struts2. &lt;br /&gt; &lt;br /&gt;The error I get is:&lt;br /&gt;Test/HelloStruts.java:5: package org.apache.struts.action does not exist&lt;br /&gt;import org.apache.struts.action.ActionServlet;&lt;br /&gt; ^&lt;br /&gt;Test/HelloStruts.java:7: cannot find symbol&lt;br /&gt; &lt;br /&gt;Any hints? &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt; &lt;br /&gt;S.&lt;br /&gt; &lt;br /&gt;The following dump is my path:&lt;br /&gt; &lt;br /&gt;/bin:/sbin:/usr/bin:/usr/sbin:/usr/libexec:/System/Library/CoreServices:/usr/local/ant/apache-ant-1.7.0/bin:/usr/local/tomcat/apache-t...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013405</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013405soraya soch</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 09:02:46 MDT</pubDate>
        </item>
        <item uniqueID="58-013404">
            <title>How to use textbox in iterate without index property</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013404</link>
            <description>Hi All,&lt;br /&gt; Currently i am using struts 1.0(without index property), and i am using html:text in logic:iterate , i am able to display the values in JSP. But, i can't able to retrive the value. Please help me how to retrive text value without indexed property.&lt;br /&gt; &lt;br /&gt;Note: is there any way to use indexing text manually.&lt;br /&gt; &lt;br /&gt;code:&lt;br /&gt; &lt;br /&gt;JSP:&lt;br /&gt; &lt;br /&gt; &amp;lt;bean efine id="VCATDetailData1" name="vcatDetailForm" property="data" /&amp;gt;&lt;br /&gt; &amp;lt;bean efine id="details" name="VCATDetailData1" property="vcatSeqDetailVector" /&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &amp;lt;logic:iterate id="detail" name="details" &amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;tr &amp;gt;&lt;br /&gt; &amp;lt;TD width="5" align="center" /&amp;gt;&lt;br /&gt; &amp;lt;bean...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013404</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013404Vimalraj Arumugam</comments>
            <author/>
            <pubDate>Mon, 5 May 2008 06:10:46 MDT</pubDate>
        </item>
        <item uniqueID="58-013403">
            <title>Creating dynamic text boxes in Struts 1</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013403</link>
            <description>Hi ranchers,&lt;br /&gt; &lt;br /&gt; I want to create dynamically text boxes in a Struts form and want to map those text box field into a form bean , So that i can read back those value in action class, Now my problem is I am not sure how many Text box variable i need to declare in my Form Bean class ? &lt;br /&gt; &lt;br /&gt;Any help or suggestion is greatly appreciated .&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=58&amp;t=013403</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=58&amp;t=013403Sagar Rohankar</comments>
            <author/>
            <pubDate>Sun, 4 May 2008 23:04:36 MDT</pubDate>
        </item> 
    </channel>
</rss>
