RE: can anyone help me address this issue

2004-03-11 Thread Andrew Hill
Users Mailing List Subject: RE: can anyone help me address this issue You can't send "data structures" over HTTP you can only send strings. You could set those values as hidden form elements with a naming convention that would enable your server side code to recognize the elements

RE: can anyone help me address this issue

2004-03-11 Thread Michael McGrady
M > To: [EMAIL PROTECTED] > Subject: RE: can anyone help me address this issue > > > Sorry,maybe I didnt make my question clear > my question is: > > the java script variable is supposed to be an array of such a > strutcture(although java doesnt have a struture, I just use

RE: can anyone help me address this issue

2004-03-11 Thread Robert Taylor
ucture. This is essentially what Chris has suggested. robert > -Original Message- > From: Mu Mike [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 11, 2004 8:25 PM > To: [EMAIL PROTECTED] > Subject: RE: can anyone help me address this issue > > > Sorry,maybe I didnt

RE: can anyone help me address this issue

2004-03-11 Thread Mu Mike
? Structure[] javascriptvalue; Structure{ int colIndex int newWidth } Thanks&Regards From: "McCormack, Chris" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sub

RE: can anyone help me address this issue

2004-03-11 Thread McCormack, Chris
[mailto:[EMAIL PROTECTED] Sent: 11 March 2004 12:16 To: [EMAIL PROTECTED] Subject: RE: can anyone help me address this issue I really need to get some idea about this issue, any suggestions? Thanks&Regards >From: "Mu Mike" <[EMAIL PROTECTED]> >Reply-To: "Str

Re: can anyone help me address this issue

2004-03-11 Thread Niall Pemberton
Its not a struts issue - its a dhtml/javascript issue - maybe you should ask the question on a dhtml/javascript list. Niall - Original Message - From: "Mu Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 12:16 PM Subject: RE: can

RE: can anyone help me address this issue

2004-03-11 Thread Mu Mike
I really need to get some idea about this issue, any suggestions? Thanks&Regards From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: can anyone help me address this issue Date: Thu, 11 Mar 2004 05:12:16 + I m using java

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
L>cc: Subject: RE: Can anyone help me out with this 02/04/2003 12:51 PM

RE: Can anyone help me out with this

2003-02-04 Thread Jarnot Voytek Contr AU HQ/SC
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 11:46 AM > To: Struts Users Mailing List > Subject: RE: Can anyone help me out with this > > > > So if I changed my global forward name = "welcome&quo

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
ELL.AF.MIL>cc: Subject: RE: Can anyone help me out with this 02/04/2003 12:36 PM

RE: Can anyone help me out with this

2003-02-04 Thread Jarnot Voytek Contr AU HQ/SC
, 2003 11:33 AM > To: Struts Users Mailing List > Subject: RE: Can anyone help me out with this > > > > package binary.solutions; > > import javax.servlet.*; > import javax.servlet.http.*; > import org.apache.struts.action.*; > > public final class BinaryAction

RE: Can anyone help me out with this

2003-02-04 Thread jmattucci
/SC To: "'Struts Users Mailing List'" ELL.AF.MIL>cc: Subject: RE: Can an

RE: Can anyone help me out with this

2003-02-04 Thread Jarnot Voytek Contr AU HQ/SC
what does binary.solutions.BinaryAction do? post the code. -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 11:08 AM > To: Struts Users Mailing List > Subject: Can any

RE: Can anyone help me out with this

2003-02-03 Thread Ashish Kulkarni
s Users Mailing List" > > > <[EMAIL PROTECTED]> > > 02/03/2003 03:58 cc: > > >

Re: Can anyone help me out with this

2003-02-03 Thread Ashish Kulkarni
@yahoo.com> > <[EMAIL PROTECTED]> > >cc: > > > 02/03/2003 03:31 > Subje

RE: Can anyone help me out with this

2003-02-03 Thread jmattucci
Subject: RE: Can anyone help me out with this Please respond to "Struts Users

RE: Can anyone help me out with this

2003-02-03 Thread Brandon Goodin
Did you check your tomcat catalina logs. Sometimes you will find more info there. I am assuming you are receiving the following error in your browser. It sounds to me like the particual webapp instance has not been properly initialized. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (4

Re: Can anyone help me out with this

2003-02-03 Thread jmattucci
cc: 02/03/2003 03:31 Subject: Re: Can anyone help me out with this PM Please resp

Re: Can anyone help me out with this

2003-02-03 Thread Ashish Kulkarni
Hi, Which app server are u using, if u are using tomcat check if the application has started http://localhost:8080/manager/list I dont know , but I may be wrong --- [EMAIL PROTECTED] wrote: > > When I attempt to forward to welcome.do the page > remains at index.jsp > and I get > the following err

Re: can anyone help me??

2002-03-13 Thread keithBacon
>> Cannot find bean user in scope null This is a bit mis-leading. I think it means you have used wrote: > Hello, > > I had the same exception when I started using Struts. This is caused > probalbly because you have not created the bean . Make sure that you have > created the user bean either fr

RE: can anyone help me??

2002-03-13 Thread Galbreath, Mark
Yes. Read the following: http://www.tuxedo.org/~esr/faqs/smart-questions.html -Original Message- From: Vaddiyar, Raghuramudu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 4:58 AM Hi, am new to struts. can anyone help me?? -- To unsubscribe, e-mail:

Re: can anyone help me??

2002-03-13 Thread Konstantina Stamopoulou
Hello, I had the same exception when I started using Struts. This is caused probalbly because you have not created the bean . Make sure that you have created the user bean either from within your Action class (getServletContext.setAttribute("user", userclass) or from your .jsp file (). Of cource

RE: can anyone help me??

2002-03-13 Thread Arik Levin ( Tikal )
I'm not a magician you know, describe, what you are doing. -Original Message- From: Vaddiyar, Raghuramudu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:58 AM To: Struts (E-mail) Subject: can anyone help me?? Hi, am new to struts. can anyone help me?? What does the below

RE: Can anyone help me how to unsubscribe

2002-02-06 Thread Bill Page
actually it was McCoy. bill page [EMAIL PROTECTED] Digital Garden Software, Inc. 856 US Hwy 206 Bldg B Ste 15 Hillsborough, NJ 08844 908.904.0664 > > > Good luck. Remember Scotty never did trust the transporters. > > > Jim Berg > Sr. Soft

Re: Can anyone help me how to unsubscribe

2002-02-06 Thread STEVE WILKINSON
hese instructions, you do not get the desired results, please contact my owner at [EMAIL PROTECTED] Please be patient, my owner is a lot slower than I am ;-) --- END: Administrative commands for the struts-user list --- Hope this helps Steve - Original Message - From: [EMAIL PROTECTED] Se

RE: Can anyone help me how to unsubscribe

2002-02-06 Thread jayanta . roy
esday, February 06, 2002 6:44 PM To: Struts Users Mailing List Subject: RE: Can anyone help me how to unsubscribe You can send an email to the following: [EMAIL PROTECTED] When you get a response back, make sure that you send a blank reply to the address indicated in the message. If yo

RE: Can anyone help me how to unsubscribe

2002-02-06 Thread Jim.W.Berg
. Software Specialist PSCI [EMAIL PROTECTED] "Galbreath, Mark" <[EMAIL PROTECTED]> 06-Feb-2002 08:07 Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" cc:

RE: Can anyone help me how to unsubscribe

2002-02-06 Thread Galbreath, Mark
Welcome to the Hotel California Mark -Original Message- From: Krishnamoorthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 1:12 AM To: Struts Users Mailing List Subject: Can anyone help me how to unsubscribe Actually I tried in all the possible ways to unsubscribe.

Re: Can anyone help me how to unsubscribe

2002-02-05 Thread Antony Stace
Kicha What does sending mail to [EMAIL PROTECTED] do? On Wed, 06 Feb 2002 11:41:54 +0530 Krishnamoorthy <[EMAIL PROTECTED]> wrote: > Actually I tried in all the possible ways to unsubscribe. > Not only me lots of other guys are tring to do it.but no use , > could anyone help us to unsubscribe