Simple problem.

2003-05-30 Thread Abhinav (Cognizant)
]"/> primKey is an Array in the Fom Bean. So I have to Index it in the . . . Surprisingly, When I hardcode indices such as , the proper value is

Re: a complex solution for a simple problem

2002-10-29 Thread David Graham
x27;t think this is overkill and it allows you to reuse the jdbc logic. David From: Vincent Stoessel <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users <[EMAIL PROTECTED]> Subject: a complex solution for a simple problem Date

a complex solution for a simple problem

2002-10-29 Thread Vincent Stoessel
Hello Here is my situation. I need to copy information from one database (da_A) and insert it into another (db_B).I get the id for the from an ActionForm. I guess the easiest thing to do would be to write code in my acton class that basically makes jdbc calls to both databases and do a jdbc get -

RE: Please help with simple problem

2002-06-12 Thread Jim Clayson
Thanks for that! Jim -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED]] Sent: 12 June 2002 18:02 To: Struts Users Mailing List Subject: Re: Please help with simple problem The original request goes out of scope when you load the frameset (the success mapping). Each of

Re: Please help with simple problem

2002-06-12 Thread Joe Germuska
The original request goes out of scope when you load the frameset (the success mapping). Each of the subsequent frames is loaded with a new request. You'll have to pass it in the session. If that feels like you're polluting the session, you can use "removeAttribute" in a JSP... Joe At 6:0

Re: Please help with simple problem

2002-06-12 Thread Adolfo Miguelez
. >From: Jim Clayson <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Please help with simple problem >Date: Wed, 12 Jun 2002 18:06:52 +0100 > >H

Please help with simple problem

2002-06-12 Thread Jim Clayson
Hi, 1.I have a Struts action class, "LoginAction" which extends Action. 2.I set an attribute on the request inside the perform method like this: request.setAttribute("test", "sometxt"); 3.The success mapping goes to a jsp page which consists of frames. 4.I am trying to access

Re: Hopefully a simple problem with 0.5

2000-11-22 Thread Craig R. McClanahan
Doug Ahmann wrote: > Sorry to spam you all with what I hope is a simple config issue: > > Error: 500 > Location: /vserver/login.jsp > Internal Servlet Error: > > org.apache.jasper.JasperException: Unable to open taglibrary > /WEB-INF/struts.tld : Parse Error in the tag library descriptor: Element

Hopefully a simple problem with 0.5

2000-11-22 Thread Doug Ahmann
Sorry to spam you all with what I hope is a simple config issue: Error: 500 Location: /vserver/login.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to open taglibrary /WEB-INF/struts.tld : Parse Error in the tag library descriptor: Element "web-app" does not allow "servlet