Re: issue with on JDK 1.4.2

2005-10-21 Thread Shyam Anand
e the > scripting variable or > lookup the bean in the session in your scriptlet: > > > <%=session.getAttribute("userRequest").getReqType()%> > > L. > > Shyam Anand wrote: > > I figured that it's not a JDK issue and it is an > > applica

Re: issue with on JDK 1.4.2

2005-10-21 Thread Shyam Anand
hanks, Shyam --- Dave Newton <[EMAIL PROTECTED]> wrote: > Shyam Anand wrote: > > >I have issues with struts-logic tags...I'm not > using JSTL. > > > > > Whoops. > > I'm running 1.4.2 w/o any struts tag issues > (including 'l

Re: issue with on JDK 1.4.2

2005-10-19 Thread Shyam Anand
I have issues with struts-logic tags...I'm not using JSTL. Shyam --- Dave Newton <[EMAIL PROTECTED]> wrote: > Shyam Anand wrote: > > >These don't seem to work with JDK 1.4.2 version. > > > > > I'm running 1.4.2 w/o any JS

issue with on JDK 1.4.2

2005-10-19 Thread Shyam Anand
Hi, I'm doing an upgrade from JDK 1.3.1 to JDK 1.4.2 for my Struts 1.1 applications. I have an issue with the tags. These don't seem to work with JDK 1.4.2 version. I'm using OC4J 9.0.4 as my application server. For the JSP code snippet shown below , I get an error message: quote: JspServlet: u

Issue with indexed properties

2005-08-08 Thread Shyam Anand
Hi, I'm using indexed properties to display an array of radio buttons in my Struts 1.1 web application. I get an exception shown below when I use "request" scope for my form bean but things work fine with "session" scope. Could somebody tell me what I'm doing wrong. Is there a way to make this

problem with retaining form bean values - Struts 1.1

2005-08-05 Thread Shyam Anand
Hi, I'm using Struts 1.1 for my web application. I have a problem with retaining my form bean values in the following scenario: I have a JSP page with portions displayed in sequence based on user action. I have 3 buttons on the page and parts of the JSP page are displayed when the user clicks on e

Re: NullPointerException

2004-12-16 Thread Shyam Anand
Hi, I have not fully understood the context in which you get this error. However, I noticed that in your action mapping in struts-config.xml, you do not specify the complete path for your input JSP - input="/Template.jsp". I guess it should be: path="/articles/T

Re: Struts training

2004-11-28 Thread Shyam Anand
n Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "Shyam Anand" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 23, 2004 12:17 PM > Subject: Struts training > >

Struts training

2004-11-23 Thread Shyam Anand
Hi, Could somebody recommend a good, advanced Struts classroom training course in the US,that covers topics like Tiles/JSTL, JSF et al? Thanks, Shyam __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yaho

Re: problem with table of radio buttons on Unix

2004-10-15 Thread Shyam Anand
Hello, Could somebody help me out with this? Any insights on what could be causing this problem would be greatly appreciated. Thanks, Shyam --- Shyam Anand <[EMAIL PROTECTED]> wrote: > Hi, > > I have a scenario where I have a table of radio > buttons for a set of questions

problem with table of radio buttons on Unix

2004-10-14 Thread Shyam Anand
Hi, I have a scenario where I have a table of radio buttons for a set of questions (Yes/No) on a page. I'm using indexed properties for the same. Each question on my JSP is represented by an object called YesNoQuestion, and my ActionForm uses an ArrayList of YesNoQuestions called yesNoList. In

Re: input form

2004-10-04 Thread Shyam Anand
Hello, Your CreateMessageAction class should extend DispatchAction class, and then you should be able to accomplish your requirement. See this link: http://struts.apache.org/api/org/apache/struts/actions/DispatchAction.html You can have different methods in your DispatchAction class like "get",

group of radio buttons generated dynamically

2004-09-29 Thread Shyam Anand
Hi, I know this question has been asked before. I searched the archives and found mails describing the problem I have.However, I wasn't able to find any code example , which would make my life easier. Well, I have a scenario in which I need to generate a group of radio buttons dynamically eg. qu

Re: How to stop the first validation when a web page first displays?

2004-08-26 Thread Shyam Anand
Hi, If you are doing validation in the validate() method of your Action Form, just check for "submit" action inside the method. i.e, public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { if( method.equals("submit")) { //do validation

[OT]RE: Not Logged in with the same loggin-password if it is already registered.

2004-07-28 Thread Shyam Anand
Hi, Could you please tag these messages as OT so that they can be directed to the appropriate place! For some reason, I'm receiving these messages twice.Is anybody else having the same problems? Thanks, Shyam --- Geeta Ramani <[EMAIL PROTECTED]> wrote: > Absolutely.. and yes, i did note your us