RE: Need immediate help - Struts, my job is stuck

2009-10-05 Thread Kawczynski, David
. -Original Message- From: kaushal.sharma [mailto:kaushalksharma.mt...@gmail.com] Sent: Sunday, October 04, 2009 4:52 PM To: user@struts.apache.org Subject: Re: Need immediate help - Struts, my job is stuck Hi Paul, Thanks for your prompt reply. i can understand you were in hurry

Need immediate help - Struts, my job is stuck

2009-10-04 Thread kaushal.sharma
Hi, Sorry to be late here, but i need an immediate help. I am new to struts and recently put into a struts project. FYI I have a jsp file, where I am getting values from SQL SERVER 2000 database using an Action Class and A Form Bean. This jsp view is as a tabular format, where data

Re: Need immediate help - Struts, my job is stuck

2009-10-04 Thread Paul Benedict
need an immediate help. I am new to struts and recently put into a struts project. FYI I have a jsp file, where I am getting values from SQL SERVER 2000 database using an Action Class and A Form Bean. This jsp view is as a tabular format, where data is populated.  Selectbox         text

Re: Need immediate help - Struts, my job is stuck

2009-10-04 Thread kaushal.sharma
, but i need an immediate help. I am new to struts and recently put into a struts project. FYI I have a jsp file, where I am getting values from SQL SERVER 2000 database using an Action Class and A Form Bean. This jsp view is as a tabular format, where data is populated.  Selectbox

Using dojo widgets in struts2(Need your help)

2008-11-28 Thread sharath karnati
Hi All,      I'm using dojo widgets for displaying UI, I'm having below code for accepting first name   input type=text id=first_name name=first_name dojoType=dijit.form.ValidationTextBox required=true propercase=true promptMessage=Enter first name. invalidMessage=First name is required.

Re: need some help regarding Display List and Update In Struts2

2008-07-23 Thread hisameer
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/need-some-help-regarding-Display-List-and-Update-In-Struts2-tp18579243p18613005.html Sent from the Struts - User mailing

Re: need some help regarding Display List and Update In Struts2

2008-07-22 Thread Lukasz Lenart
table tr tds:text name=label.user.id//td tds:text name=label.user.login//td tds:text name=label.user.firstname//td tds:text name=label.user.lastname//td /tr s:iterator value=userList

Re: need some help regarding Display List and Update In Struts2

2008-07-22 Thread hisameer
, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/need-some-help-regarding-Display-List-and-Update-In-Struts2-tp18579243p18600253.html Sent from the Struts - User mailing list archive at Nabble.com

Re: need some help regarding Display List and Update In Struts2

2008-07-22 Thread Dave Newton
--- On Tue, 7/22/08, hisameer [EMAIL PROTECTED] wrote: userList.jsp(47,2) Attribute var invalid for tag url according to TLD The {{id}} attribute is deprecated in Struts 2.1.x, and has been replaced by the {{var}} attribute. So if you're using S2.0.x use id. Dave

Re: need some help regarding Display List and Update In Struts2

2008-07-22 Thread Lukasz Lenart
As Dave mentioned, var should be used with Struts 2.1, and if you are using Strust 2.0 you have to use var instead. Regarding your struts.xml, I don't know exactly what your updateUser do, but you should follow below sequence: list.action - success:list.jsp - edit.action - success:edit.jsp -

Re: need some help regarding Display List and Update In Struts2

2008-07-22 Thread Lukasz Lenart
using Strust 2.0 you have to use var instead. should be id instead ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need some help regarding Display List and Update In Struts2

2008-07-21 Thread hisameer
Hi everyone I was just going through the nabble.com and I found very nice help about struts2. Now I need some more help about it. I hope somebody is kind enough to help me. My problem is that I have to display all the users from the database and all the information related to the user(firstName

Re: need some help regarding Display List and Update In Struts2

2008-07-21 Thread Gabriel Belingueres
help about struts2. Now I need some more help about it. I hope somebody is kind enough to help me. My problem is that I have to display all the users from the database and all the information related to the user(firstName,LastName,EmailAddress,Phone etc.) in a JSP page one by one by using struts2

Need a Help

2008-02-12 Thread mohammed hussain
hi i have eclipse in that iam developing a web apllication,now i want to develop the same using struts ,can it be done using the same eclipse,or else i have to go for another one,pls help me out from this problem tell me how can i develop struts application using ecllipse. thanx

Re: Need a Help

2008-02-12 Thread Giovanni Azua
As far as I can tell, yes it can be done in the same Eclipse. If you already have a web application development setup using Eclipse then the only thing you would require to be able to use Struts in your application is just to drop the relevant jars in e.g. struts2 core, plugins etc and

RE: Need a Help

2008-02-12 Thread Shailendra Kumar Gupta
U can use the same eclipse. Simply create one project in your eclipse by selecting Struts project and you can proceed. -Original Message- From: mohammed hussain [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 2:42 PM To: Struts Users Mailing List Subject: Need a Help hi i

Re: Need a Help

2008-02-12 Thread mohammed hussain
hi Giovanni Azua thanx for ur response can u tell me how can i add that plugin and jar in myeclipse thanx On Feb 12, 2008 2:58 PM, Giovanni Azua [EMAIL PROTECTED] wrote: As far as I can tell, yes it can be done in the same Eclipse. If you

Re: Need a Help

2008-02-12 Thread mohammed hussain
can proceed. -Original Message- From: mohammed hussain [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 2:42 PM To: Struts Users Mailing List Subject: Need a Help hi i have eclipse in that iam developing a web apllication,now i want to develop the same using struts ,can

RE: Need a Help

2008-02-12 Thread Shailendra Kumar Gupta
First get the struts plugin and copy it to your eclipse plugin folder and you will get it. -Original Message- From: mohammed hussain [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 3:05 PM To: Struts Users Mailing List Subject: Re: Need a Help hi Shailendra Kumar Gupta

Re: Need a Help

2008-02-12 Thread mohammed hussain
- From: mohammed hussain [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 3:05 PM To: Struts Users Mailing List Subject: Re: Need a Help hi Shailendra Kumar Gupta In my eclipse struts project is not there,can u tell where i can find that . thanx On Feb 12, 2008 3:00 PM, Shailendra

OT- need some help

2007-05-21 Thread vikas rao
Hi, Can someone point out a tutorial or some place where I can learn how to read values from a .cfg file? Say I have a Input.cfg file which goes like: com MyCompany Common inputDir=C:/vray/xml_files/ outputDir=C:/xm_output / /MyCompany /com Now, if I need the inputDir value inside

Re: OT- need some help

2007-05-21 Thread Martin Kindler
Seems like you are looking for some type of XML reading. I would propose to look at Digester (which stems from the Struts project originally) (http://jakarta.apache.org/commons/digester/) or Betwixt (also from Apache Jakarta Commons http://jakarta.apache.org/commons/betwixt/) which builds on

Re: OT- need some help

2007-05-21 Thread MK Tan
Hi, Just wonder why you need to do this in xml way? Wasn't it much simpler if you do it in properties (key value) format? Most of the time, I just found it people like to overuse xml :-p Best regards, MK Tan On 5/21/07, vikas rao [EMAIL PROTECTED] wrote: Hi, Can someone point out a tutorial

Re: OT- need some help

2007-05-21 Thread vikas rao
Can you give me an example? The reason I chose to do it this way is basically I can change the inputDirectory, outputdirectory and other values without making any changes in the code, hence using it anywhere becomes easy. In our company, we have a jar file which is included in the build path and

Re: OT- need some help

2007-05-21 Thread vikas rao
No, Martin, I wasnt looking at plain xml reading ,in that case i could just use a normal parser and get the values right? Thanks, Vikas. On 5/21/07, vikas rao [EMAIL PROTECTED] wrote: Hi, Can someone point out a tutorial or some place where I can learn how to read values from a .cfg file?

Re: OT- need some help

2007-05-21 Thread Martin Kindler
vikas rao schrieb: No, Martin, I wasnt looking at plain xml reading ,in that case i could just use a normal parser and get the values right? Thanks, Vikas. Yes, sure, you could just use an XML parser and do your own stuff. The problem with this approach would be that changing your XML

Re: OT- need some help

2007-05-21 Thread MK Tan
On 5/21/07, vikas rao [EMAIL PROTECTED] wrote: Can you give me an example? The reason I chose to do it this way is basically I can change the inputDirectory, outputdirectory and other values without making any changes in the code, hence using it anywhere becomes easy. In our company, we

Re: OT- need some help

2007-05-21 Thread vikas rao
Hi martin, Yes, Now that I look at Digester's faq, seems like this can be pretty useful.Once the info in the files are available through java beans, i can use them anywhere I want using the getter methods. However, in my current scenario, looks like a simple key value pair, ie having a

HI need some help

2006-10-09 Thread B . Sridhar
I sent mail to user@struts.apache.org regarding my problem, but still its not visible there. Am I seeing the wrong list or it takes time to display it in the list..Can u help me.. http://mail-archives.apache.org/mod_mbox/struts-user/200610.mbox/browser this is the link I am looking in.. I am

Need ur help !

2006-07-27 Thread sunil.prabhu
Hi there, I am in need of SAMS struts kick start ebook. Do u have it. If so can u please send me through email. [EMAIL PROTECTED] Thanks Regards, Sunil Prabhu eXensys Software Solutions Ltd. Legal

Re: Need ur help !

2006-07-27 Thread Antonio Petrelli
sunil.prabhu ha scritto: I am in need of SAMS struts kick start ebook. Do u have it. If so can u please send me through email. I think it's not legal to send through mail copyrighted material... Why don't you try: http://www.objectsource.com/ Ciao Antonio

Re: need urgent help

2006-06-20 Thread Ed Griebel
This exception is caused by outputting a message without specifying a message resource in your struts-config.xml file. You can learn some more about Struts starting at these links: http://struts.apache.org/struts-action/index.html http://struts.apache.org/struts-action/userGuide/index.html -ed

Re: need urgent help

2006-06-20 Thread Medicherla Lakshmi
Thank you. I resolved it. Ed Griebel [EMAIL PROTECTED] wrote: This exception is caused by outputting a message without specifying a message resource in your struts-config.xml file. You can learn some more about Struts starting at these links: http://struts.apache.org/struts-action/index.html

need urgent help

2006-06-19 Thread Medicherla Lakshmi
hi, I have a problem, please give me soln. I have an actionform which has String aswellas int types with get and set methods. In the jsp, when am trying to get the int type value of that actionform using bean:write name=ele property=empid where empid is one of the get/set method in the

Re: Hi, need of help

2006-06-06 Thread Ted Husted
On 5/26/06, Medicherla Lakshmi [EMAIL PROTECTED] wrote: Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my

Re: Hi, need urgent help

2006-05-28 Thread Suresh Babu S
Hi Lakshmi, i can understand your situation. if you have any problem, post here. i hope our readers will definitely help you out Suresh Babu S On 5/26/06, Medicherla Lakshmi [EMAIL PROTECTED] wrote: Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone

Hi, need of help

2006-05-26 Thread Medicherla Lakshmi
Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first project. So, please, please,

Hi, need urgent help

2006-05-26 Thread Medicherla Lakshmi
Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first project. So, please, please,

Re: Hi, need of help

2006-05-26 Thread Antonio Petrelli
Medicherla Lakshmi ha scritto: Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first

Re: Hi, need of help

2006-05-26 Thread Dave Newton
Medicherla Lakshmi wrote: Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first project. So, please,

Re: Hi, need of help

2006-05-26 Thread Ranganathan Srinivasan
Hey, Well you tell the problems you face..you will get answers automatically !!! Regards, Ranganathan On 5/26/06, Dave Newton [EMAIL PROTECTED] wrote: Medicherla Lakshmi wrote: Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is

RE: Hi, need of help

2006-05-26 Thread Chaudhary, Harsh
:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 8:24 AM To: Struts Users Mailing List Subject: Re: Hi, need of help Medicherla Lakshmi wrote: Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java

RE: Hi, need of help

2006-05-26 Thread David Friedman
Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 8:25 AM To: user@struts.apache.org Subject: Hi, need of help Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new

[ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
I have a WSDL that is managed and generated by a different group than mine. This wsdl has many complex types within complex types for each service. Thus I get composite objects being generated, and we use a flattened version of these objects in our Struts UI. But Currently, we create an

Re: [ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Martin Gainty
: Mick Knutson [EMAIL PROTECTED] To: user@struts.apache.org Sent: Wednesday, October 19, 2005 2:36 PM Subject: [ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone? I have a WSDL that is managed and generated by a different group than mine. This wsdl has many complex types

Re: [ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Dave Newton
Martin Gainty wrote: I'm assuming you have already used Axis wsdl2java to automate the generation of the Java Class? http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL Or if that doesn't do what you need, just write a simple script in

RE: [ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
, October 19, 2005 12:03 PM To: Struts Users Mailing List Subject: Re: [ot] Need Design help for Axis ComplextTypes to ActionForms please...anyone? Martin Gainty wrote: I'm assuming you have already used Axis wsdl2java to automate the generation of the Java Class? http://ws.apache.org/axis/java

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread yue pengfei
Good idea! Yahoo IM:yuepengfei1978 MSN IM : [EMAIL PROTECTED] Amit Gupta [EMAIL PROTECTED] wrote: Can we create group in Yahoo/MSN messenger to help those who need fast help? Amit Gupta Mobile: 91-9818052171 Yahoo IM: amitguptainn MSN IM : amitguptainn

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread James Mitchell
: Amit Gupta [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, December 28, 2004 2:23 AM Subject: Can we create group in Yahoo/MSN messenger to help those who need fast help Can we create group in Yahoo/MSN messenger to help those who need fast help? Amit Gupta

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread Bryce Fischer
, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Amit Gupta [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, December 28, 2004 2:23 AM Subject: Can we create group in Yahoo/MSN messenger to help those who need fast help Can we create group

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread James Mitchell
, 2004 9:14 AM Subject: Re: Can we create group in Yahoo/MSN messenger to help those who need fast help gmane.org Google will return results from there. James Mitchell wrote: Why would you do this? You will end up answering the same questions over and over again because there is no history

RE: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread Jim Barrows
How would that be any faster then here? Are you going to pay people to hang out and wait for a question? If you really need fast help either pay for it or get really good at going through the source code. -Original Message- From: Amit Gupta [mailto:[EMAIL PROTECTED] Sent

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread Don Brown
and wait for a question? If you really need fast help either pay for it or get really good at going through the source code. -Original Message- From: Amit Gupta [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 12:24 AM To: Struts Users Mailing List Subject: Can

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread klute
- and the channel is #struts Feel free to stop by. Don On Tue, 28 Dec 2004 08:51:00 -0700, Jim Barrows [EMAIL PROTECTED] wrote: How would that be any faster then here? Are you going to pay people to hang out and wait for a question? If you really need fast help either pay for it or get

Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-27 Thread Amit Gupta
Can we create group in Yahoo/MSN messenger to help those who need fast help? Amit Gupta Mobile: 91-9818052171 Yahoo IM: amitguptainn MSN IM : amitguptainn

Application Resources via EJB's - Need some help plz

2004-05-24 Thread Johan Wasserman - BCX - Mngd Services
Title: Message Hi, I'm trying to make Struts to use EJB's AND files to get the Resource propperties. For example, I'll have standard (static) App-resources files under (for instance) WEB-INF/classes/acme/Application.properties and I'll have an EJBunder(for example [jndiName])