Help needed - running Rick Reumann's lesson 1- Urgent!!

2003-07-12 Thread Rajat Nayer
TLD declared attribute 'bundle', (JSP 1.1 spec, 5.4.1) probably occurred due to an error in /index.jsp line 2: <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> Please help ASAP.. my journey has Halted!! Thnaks and regds Rajat Nayer _

...off-topic...

2003-07-24 Thread Rajat Nayer
Hi, I know what i am asking is really off-topic but I had to ask ... sorry.. Actually my application needs a small piece wherein it needs to consume messages passed to it from MQSeries 5.3. I intend to use MDB. Also, i am using WLS 6.1 SP4. Can somebody guide on how to achieve this. Any pointer

need help.. "no action instance" issue

2003-06-10 Thread Rajat Nayer
Hi All, Greetings!!! I am the newest member on this list. I am trying to setup the Struts (ver 1.0.1) using Tomcat 3.2.4 and following the tutorial at address: http://javaboutique.internet.com/tutorials/Struts/ I am facing the following issue: On clicking submit on my JSP(submit.jsp), i am gett

Errata: need help.. "no action instance" issue

2003-06-10 Thread Rajat Nayer
name to upper case //and save it in the request object request.setAttribute("lastName", lastName.toUpperCase()); // Forward control to the specified success target return (mapping.findForward("success")); } } END------ ---

RE: Errata: need help.. "no action instance" issue

2003-06-10 Thread Rajat Nayer
name > has "playgound" > instead of "playground"... > > -j. > > > > > -Original Message- > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2003 11:50 AM > To: Struts Users Mailing List > Subject: Errata

Re: need help.. "no action instance" issue

2003-06-10 Thread Rajat Nayer
Is there a reason you > chose 3.2? > > -- > James Mitchell > Software Developer/Struts Evangelist > http://www.struts-atlanta.org > > > - Original Message - > From: "Rajat Nayer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

need all info. regd Tags in Struts..

2003-06-11 Thread Rajat Nayer
Hi, I have just started understanding Struts framework. The tutorial that i followed used some tag libs to do some html jobs (probably formatting - i dunno yet!!). Where can i get a complete list of Tags available in the Struts framework (and abt all the tld files that we keep in WEB-INF). Also,

Re: need all info. regd Tags in Struts..

2003-06-11 Thread Rajat Nayer
I can upgrade to Tomcat 4.x version .. i do not see any issue there.. just need to know the link to a tutorial that helps me build a simple EJB-Strust appln. --- Gemes Tibor <[EMAIL PROTECTED]> wrote: > Rajat Nayer írta: > > >Where can i get a complete list of Tags available

RE: need all info. regd Tags in Struts..

2003-06-11 Thread Rajat Nayer
.org > > -Josh > > -Original Message- > From: Gemes Tibor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 8:21 AM > To: Struts Users Mailing List > Subject: Re: need all info. regd Tags in Struts.. > > > Rajat Nayer írta: > > >Where c

Newbie- needs help again!!

2003-06-13 Thread Rajat Nayer
Hi, I have been able to run my first Struts "hello world" using Tomcat 3.2 and Struts 1.0.2 , thanks to the debugging support of this list whcih helped me to achieve that. Now, I need to get a simple "Hello world" running under Weblogic 6.0 using Struts 1.0.2 and EJBs. Could anyone guide me to

ejbc error

2003-06-14 Thread Rajat Nayer
Hi!!! I am trying to run my first app that has Struts 1.0.2 and EJBs using Weblogic 7.0. I am doing the foll.: First of all, I am trying to run my first EJB using Weblogic 7.0. I have created the Home, Remote and Bean classes in D:\myjavawork\EJB\DEMO folder.After that i did the foll.: 1) compile

Perform() of action class is not called

2003-06-19 Thread Rajat Nayer
Hi!!! I am trying to invoke an EJB from the Action class thru the perform() method. However, the perform method is not called - the println's do not show up on the server console nor is any error thrown. -<<< --

accessing VO by next view...

2003-06-20 Thread Rajat Nayer
Hi!! I am a newbie to struts. I want to validate my undertsanding of the basic Struts framework viz a viz the VO issue that i will explain thereafter. My understanding of the flow using struts and EJB is as follows: Browser -> ActionServlet -> populates FormBean and instantiates the Action Clas

RE: accessing VO by next view...

2003-06-20 Thread Rajat Nayer
have your collection of FormBeans in scope, > you use the Struts (and/or > JSTL) tag libraries in the DetailPage.jsp to access > the fields of the FormBeans > > db > > > -Original Message- > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 0

RE: accessing VO by next view...

2003-06-20 Thread Rajat Nayer
the DetailPage.jsp to access > the fields of the FormBeans > > db > > > -Original Message- > From: Rajat Nayer [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 09:49 > To: Struts Users Mailing List > Subject: accessing VO by next view... > > > Hi!! >

RE: accessing VO by next view...

2003-06-23 Thread Rajat Nayer
obably > answer a number of basic questions. > http://www.reumann.net/do/struts/main > > Hope that helps, > Susan Bradeen > > On 06/20/2003 11:23:10 AM Rajat Nayer wrote: > > > Dear All, > > > > Please respond.. I was expecting some good > > hand-h