RE: Urgent

2004-03-22 Thread Gopalakrishnan, Jayesh
Review your set method and make sure you are storing the value in appropriate member variable ... and are accessing the same variable in the get method. thats all I can say with the info I have. You need to provide more information for us to understand the issue. Please provide the bean code

RE: Urgent

2004-03-22 Thread Dhaliwal, Pritpal (HQP)
Hello Vishal, You should provide more information. How did you declare your bean. Copy that line from the struts-config.xml. Where do you set the values and where do you try to access them? How about if you try to access them right after you set them. I am sure that will work. I think it seems

Re: urgent - data-source and container managed datasource

2004-03-16 Thread Richard Yee
Janice, Check out these links: http://otn.oracle.com/sample_code/tech/java/codesnippet/j2ee/jdbc/JDBC_in_J2EE.html http://otn.oracle.com/products/jdev/tips/duff/mysql_and_oc4j3.html It works fine for me. -Richard --- Janice [EMAIL PROTECTED] wrote: Hi There, I'm getting ready to ship off

Re: urgent - data-source and container managed datasource

2004-03-16 Thread Shyam A
Hello, I have configured my data source on OC4J standalone version. Given below are snippets from the relevant files: In my data-sources.xml , I have data-source class=com.evermind.sql.DriverManagerDataSource name=TestDS location=jdbc/OracleCoreDS

RE: urgent please -- XML document reading/parsing through SAX for the given snippet.

2004-02-23 Thread Navjot Singh
create a hashmap object and while you run SAX thru your xml document. is yourStartElement(), save the tag name currentElement variable. in characters(), save the characters value to your hash with key as currentElement. in the end, your element will filled. if you multiple such case tags. add

RE: urgent please -- XML document reading/parsing through SAX for the given snippet.

2004-02-23 Thread Marco Mistroni
Hi, Check on the net for SAX handlers examples...you have To maintain the state yourself after each sax event. Example quick? Create a global case object in your handler, and At each start element check if it is a case or an assigned or something else.. If it is a case, instantiate a new

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Ivan
Try to rewrite the taglib :) for your needs (and then share it) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:13 PM Subject: Urgent repost: How to avoid bean:writeto print null on the screen Hi, I am using bean:write in a

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Hubert Rabago
I don't use bean:write a lot, so I'm not sure if there's a solution for this. It doesn't look like anyone else either. If there aren't any alternatives, and it's as urgent as your reposts suggest, why not subclass the tag and make a new one which does what you want? That would be much faster

RE: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread anant.parnami
, 2004 5:57 PM To: Struts Users Mailing List Subject: Re: Urgent repost: How to avoid bean:writeto print null on the screen Try to rewrite the taglib :) for your needs (and then share it) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:13

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Mark Lowe
-Original Message- From: Ivan [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 5:57 PM To: Struts Users Mailing List Subject: Re: Urgent repost: How to avoid bean:writeto print null on the screen Try to rewrite the taglib :) for your needs (and then share it) - Original

RE: Urgent: Call ActionClass from link

2004-01-22 Thread Saul Q Yuan
I guess you're missing the web context in the action, try use html:rewrite page=InfoAction.do / instead of InfoAction.do in the open function, that way it'll prefix the web context in the action. Saul -Original Message- From: Manuel Lenz [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Urgent: Call ActionClass from link

2004-01-22 Thread Manuel Lenz
Thema RE: Urgent: Call ActionClass from link Bitte antworten

RE: Urgent: Call ActionClass from link

2004-01-22 Thread Brian Holzer
Thema RE: Urgent: Call ActionClass from link Bitte antworten

RE: Urgent: Call ActionClass from link

2004-01-22 Thread Wendy Smoak
From: Manuel Lenz [mailto:[EMAIL PROTECTED] I have to parameters which have the same name. One is a String which is sent with the request and the other parameter is an abstractObject which is populated in the formBean. Struts tried to set the string value from request into the

Re: URGENT - Help defending Struts

2003-12-19 Thread James Mitchell
On Thu, 18 Dec 2003 [EMAIL PROTECTED] wrote: That's funny. I'm on a contract right now with Accenture and we are using it as part of GRNDS. All: Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably

Re: URGENT - Help defending Struts

2003-12-19 Thread Mark Lowe
We've only got the 1st phase done, and there's still much to be done but http://www.murphyandnye.com This is a B2C site, but just displays the products and allows simple ordering at the moment. Next phase is the full ecommerce stuff. As it happens its done with struts. We've carved this out

Re: URGENT - Help defending Struts [slightly off-topic]

2003-12-19 Thread Brice Ruth
] To: [EMAIL PROTECTED] Subject: RE: URGENT - Help defending Struts Date: Thu, 18 Dec 2003 10:28:05 -0600 Sorry about that - Joe caught a Freudian slip in my mail. It is the client CIO (I tend to slip that way and think of him as mine). Accenture uses Struts all of the time (we use it in our base

RE: URGENT - Help defending Struts

2003-12-18 Thread Long, Robert
www.travelocity.com (flight + hotel search section) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:49 AM To: [EMAIL PROTECTED] Subject:URGENT - Help defending Struts Importance: High All: Our CIO is

RE: URGENT - Help defending Struts

2003-12-18 Thread Ben Anderson
http://www.paychex.com/demos/s125/index.html you can't directly access it, because it's a subsription service, but there's a flash tour of the site. From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: URGENT - Help defending Struts Date:

Re: URGENT - Help defending Struts

2003-12-18 Thread ian_d_stewart
http://www.paymentech.com Also, IBM uses Struts for the WebSphere Admin Console HTH, Ian [EMAIL PROTECTED]

Re: URGENT - Help defending Struts

2003-12-18 Thread Andrew Shirk
www.roomandboard.com http://www.retrospecthome.com At 09:48 AM 12/18/2003, you wrote: All: Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably commerce sites that are using Struts? This would be extremely

Re: URGENT - Help defending Struts

2003-12-18 Thread Andy Engle
[EMAIL PROTECTED] wrote: Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably commerce sites that are using Struts? This would be extremely helpful. It looks like www.verizonwireless.com has their

Re: URGENT - Help defending Struts

2003-12-18 Thread Brice Ruth
http://www.fiskars.com/ - our buy online functionality is launching later this evening, integrating with a 3rd-party fulfillment vendor. All aspects of the site, including the localization to French German (with 12 more localizations to launch in Q1/Q2 of '04) are driven through Struts.

RE: URGENT - Help defending Struts

2003-12-18 Thread Fullam, Jonathan
www.verizonwireless.com -Original Message- From: Ben Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 10:53 AM To: [EMAIL PROTECTED] Subject: RE: URGENT - Help defending Struts http://www.paychex.com/demos/s125/index.html you can't directly access it, because it's

Re: URGENT - Help defending Struts

2003-12-18 Thread Max Cooper
http://www.fiskars.com/ is using Struts, too. -Max - Original Message - From: Andy Engle [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 7:58 AM Subject: Re: URGENT - Help defending Struts [EMAIL PROTECTED] wrote: Our CIO

Re: URGENT - Help defending Struts

2003-12-18 Thread Brice Ruth
I believe that major portions of the kraft.com and saralee.com consumer sites are also driven using J2EE/Struts, based on a training session I went to yesterday with the consulting group that is helping/developing their sites. Brice Ruth wrote: http://www.fiskars.com/ - our buy online

RE: URGENT - Help defending Struts

2003-12-18 Thread Chappell, Simon P
This question comes up periodically, so I started a list of Struts-powered sites. http://simonpeter.com/techie/java/struts/sites.html I hope this helps. I know that I wouldn't like to think about not using it on the Intranet application that I head up the development team for. It has greatly

Re: URGENT - Help defending Struts

2003-12-18 Thread daniel
what frame work does he want to use then? Im not a struts user yet, but from what i see the framework is not BtoC / BtoB specific. imo. im guessing the cio hasnt even looked at struts to see if it would help provide support to the project. next my question is how big is the site? if its just a few

Re: URGENT - Help defending Struts

2003-12-18 Thread Joe Germuska
Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably commerce sites that are using Struts? This would be extremely helpful. The CIO of a company as big as Accenture is going to decide whether Struts should

Re: URGENT - Help defending Struts

2003-12-18 Thread Steven J. Owens
On Thu, Dec 18, 2003 at 10:13:24AM -0600, Joe Germuska wrote: Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably commerce sites that are using Struts? This would be extremely helpful. The CIO of a

RE: URGENT - Help defending Struts

2003-12-18 Thread russell . c . friedberg
, Russell [EMAIL PROTECTED] 310-426-5587 -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 10:13 AM To: Struts Users Mailing List Subject: Re: URGENT - Help defending Struts Importance: High Our CIO is currently fighting the use of Struts

Re: URGENT - Help defending Struts

2003-12-18 Thread Max Cooper
that I know of, and has been for long time. :-) -Max - Original Message - From: Joe Germuska [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:13 AM Subject: Re: URGENT - Help defending Struts Our CIO is currently fighting the use

Re: URGENT - Help defending Struts

2003-12-18 Thread Andreas Steinwachs
Hello Russell, you might want to have a look at http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsWebLinks I also found the following site: http://www.isdcards.com ..but you'll probably find many more searching the Internet (for example, if you search google for powered by Struts). HTH

Re: URGENT - Help defending Struts

2003-12-18 Thread Mark Lowe
Cooper wrote: http://www.fiskars.com/ is using Struts, too. -Max - Original Message - From: Andy Engle [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 7:58 AM Subject: Re: URGENT - Help defending Struts [EMAIL PROTECTED] wrote: Our

RE: URGENT - Help defending Struts

2003-12-18 Thread Greg Ludington
TiVO Central Online (the service by which people log in and schedule programs and other operations on their TiVOs through the web) runs on Struts. https://www3.tivo.com/tivo-com/tco/index.do Of course, you have to have a TiVO with Home Media Option to log in and do anything meaningful on the

RE: URGENT - Help defending Struts

2003-12-18 Thread Paananen, Tero
The UK National Lottery at http://www.national-lottery.co.uk/ runs on Struts. Let me assure you that Struts works JUST fine on B2C sites. That site has gone to hell and back during the testing period, including thorough security audits and performance testing to make sure the performance

RE: URGENT - Help defending Struts

2003-12-18 Thread Dalmia, Swati
First Bank is B2C . they are using https://www.efirstbank.com/ibank1/logonload.do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:49 AM To: [EMAIL PROTECTED] Subject: URGENT - Help defending Struts Importance: High All:

RE: URGENT - Help defending Struts

2003-12-18 Thread Nadeem Bitar
Capitalone Officedepot hotels.com On 木, 2003-12-18 at 13:30, Dalmia, Swati wrote: First Bank is B2C . they are using https://www.efirstbank.com/ibank1/logonload.do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:49 AM

RE: URGENT - Help defending Struts

2003-12-18 Thread Craig Tataryn
. hunting rifles) were required to be registered by Jan 1 2001). Craig W. Tataryn From: Chappell, Simon P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: URGENT - Help defending Struts Date: Thu, 18 Dec 2003 10

RE: URGENT - Help defending Struts [slightly off-topic]

2003-12-18 Thread ajay brar
thats my $0.02 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: URGENT - Help defending Struts Date: Thu, 18 Dec 2003 10:28:05 -0600 Sorry about that - Joe caught a Freudian slip in my mail. It is the client CIO (I tend to slip

RE: Urgent Help Struts on Linux

2003-11-27 Thread David Friedman
I've developed on a Windows platform and ported to Linux for Struts/Tiles/Tomcat before and not had this problem. I've used Tomcat 4.1.24 and higher, not 4.0.6. Is your deployment bringing over all .jars and putting them in WEB-INF/lib as well as bringing over your WEB-INF/struts-config.xml (and

Re: Urgent Help Struts on Linux

2003-11-27 Thread James Mitchell
Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:30 PM Subject: RE: Urgent Help Struts on Linux I've developed on a Windows platform and ported to Linux for Struts/Tiles/Tomcat before and not had this problem. I've used Tomcat 4.1.24 and higher, not 4.0.6. Is your

RE: Urgent Help Struts on Linux

2003-11-27 Thread David Friedman
- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 12:10 PM To: Struts Users Mailing List Subject: Re: Urgent Help Struts on Linux HI David, Thanks and i realy appreciate your Help. We have found we are using Tomcat4.0 and now we are going to install Tomcat 4.1

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
We are using 1.1 - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:52 PM Subject: Re: Urgent Help Struts on Linux On Thu, 27 Nov 2003, Gurpreet Dhanoa wrote: What version of Struts are you

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
- Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:58 PM Subject: Re: Urgent Help Struts on Linux We are using 1.1 - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Jimmy Emmanual
just create a hidden control on the form and assign the value to the session variable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 10:42 AM To: [EMAIL PROTECTED] Subject: URGENT: getting a Session Attribute from ActionForm Hi All

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread mohan
When the user logons to the system, it takes him to a form. Based on the logon values, if the user already has filled the form, form should be populated with values the user can then modify existing values save, if not the user can fill in the fresh form and save it. For this i need to get this

Re: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Rick Reumann
[EMAIL PROTECTED] wrote: Hi All is there a way i can pass a request in an ActionForm. I need to get a session attribute thro the request and write the getters in ActionForm according to the values in the session.Please let me know I'm not sure what you are really asking mohan. You don't have to

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread alvin antony
Hi, may be you can implement this by overloading reset(request,response) mthod in your actionform HTH, Alvin Jimmy Emmanual [EMAIL PROTECTED] wrote: just create a hidden control on the form and assign the value to the session variable. -Original Message- From: [EMAIL

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] When the user logons to the system, it takes him to a form. Based on the logon values, if the user already has filled the form, form should be populated with values the user can then modify existing values save, if not the user can fill in

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread mohan
My aim is to get a session Attribute called as userinfo in the ActionForm. In the ActionForm i have methods called getAddress,getAddress1,getAddress2. These are all addresses of this person. So what i want to do is, if all the info is already present in the db, i want to pre-populate it.If not

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] My aim is to get a session Attribute called as userinfo in the ActionForm. In the ActionForm i have methods called getAddress,getAddress1,getAddress2. These are all addresses of this person. So what i want to do is, if all the info is

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Yee, Richard K,,DMDCWEST
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 8:22 AM To: [EMAIL PROTECTED] Subject: RE: URGENT: getting a Session Attribute from ActionForm My aim is to get a session Attribute called as userinfo in the ActionForm. In the ActionForm i have

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread Mainguy, Mike
, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 4:58 PM To: 'Struts Users Mailing List' Subject: RE: URGENT: getting a Session Attribute from ActionForm Mohan, I agree with Wendy. Prepopulate the form by instantiating it in the action that forwards to the page

Re: URGENT :: Disable enter key in HTML:FORM by using onKeyPress function

2003-11-20 Thread Sergey Smirnov
Chawla, Yogesh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, In normal forms, we can disable enter key by calling onKeyPress() function in the form tag. However, this is not supported in the html:form definition for Struts. Can anybody give a solution to this ... If it is

RE: URGENT :: Disable enter key in HTML:FORM by using onKeyPress function

2003-11-20 Thread Chawla, Yogesh
Smirnov [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 2:29 PM To: [EMAIL PROTECTED] Subject: Re: URGENT :: Disable enter key in HTML:FORM by using onKeyPress function Chawla, Yogesh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, In normal forms, we can disable enter key

Re: URGENT :: Disable enter key in HTML:FORM by using onKeyPress func tion

2003-11-20 Thread James Mitchell
On Thu, 20 Nov 2003, Chawla, Yogesh wrote: Hi, In normal forms, we can disable enter key by calling onKeyPress() function in the form tag. However, this is not supported in the html:form definition for Struts. Can anybody give a solution to this ... Your best bet for stopping the user

Re: URGENT: struts random tag

2003-11-12 Thread Ajay Patil
Hi Mohan, I am out of touch with Struts. But, I think you should make a property in your Form class, and assign it the random value there. Other quick and dirty way is to simply use: % String random1 = ; // Java code to create random number. out.println(html:hidden value= + random1

Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations ????

2003-10-14 Thread Kwok Peng Tuck
Sure it works, but you don't specify the property of the variable, name of the variable to be compared to. So that's why it doesn't evaulate to equal. Here, take a peek : http://jakarta.apache.org/struts/userGuide/struts-logic.html#equal Chawla, Yogesh wrote: Hello, I have a repeat nested tag

Re: Urgent: username case insensitive for j_security_check?

2003-10-14 Thread Adam Hardy
On 10/14/2003 06:06 AM Mick Knutson wrote: I guess I never thought about this, but all my usernames have not been entered in a case insensitive fashion. I can easily enough fix this in the Action Class to make everything lowercase, but how do I do this with the j_security_check form? I also need

RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? N ot R epeat Iterations ????

2003-10-14 Thread Chawla, Yogesh
logic:equal name=childDetail parameter=rateClassTCSGRTE value=%=ss%/ Any ideas.. regards. -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 1:18 PM To: Struts Users Mailing List Subject: Re: URGENT :: LOGIC:EQUAL

RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations ????

2003-10-14 Thread shirishchandra.sakhare
' Subject: RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations I am specifying the complete values. The e.g I had written was simplistic for getitng some help! The code is something like this.. logic:equal name=aUpdateForm property

RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? N ot R epeat Iterations ????

2003-10-14 Thread Chawla, Yogesh
/logic:iterate /logic:equal ALL suggestions welcome !! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 2:07 PM To: [EMAIL PROTECTED] Subject: RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat

Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations ????

2003-10-14 Thread Nicolas De Loof
PROTECTED] Sent: Tuesday, October 14, 2003 2:07 PM To: [EMAIL PROTECTED] Subject: RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations Try a combination of logic:equal and logic:NotEqual... Also try TRUE (In caps..)I had similar problems and i solved

RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? N ot R epeat Iterations ????

2003-10-14 Thread Chawla, Yogesh
-Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 2:36 PM To: Struts Users Mailing List Subject: Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations You are missusing logic:equal tag : logic:equal name

Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations ????

2003-10-14 Thread Nicolas De Loof
Users Mailing List Subject: Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations You are missusing logic:equal tag : logic:equal name=childDetail parameter=rateClassTCSGRTE - if you want to test a bean property, use name= property= - if you want

[SOLVED] RE: URGENT :: LOGIC:EQUAL works only with one constant V alue ?? Not R epeat Iterations ????

2003-10-14 Thread Chawla, Yogesh
De Loof [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 2:47 PM To: Struts Users Mailing List Subject: Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations You're code has a XML error : property=rateClassTCSGRTE value=%=ss%/ The / close the tag

Re: [SOLVED] RE: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations ????

2003-10-14 Thread Nicolas De Loof
:) -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 2:47 PM To: Struts Users Mailing List Subject: Re: URGENT :: LOGIC:EQUAL works only with one constant Value ?? Not R epeat Iterations You're code has a XML error : property

RE: URGENT: html:options

2003-10-14 Thread Daniel Haynes
I think your collection needs to implement the List interface (use an ArrayList instead of a vector) -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: 14 October 2003 12:45 To: [EMAIL PROTECTED] Subject: URGENT: html:options hi! i'm getting a problem with my html:options

RE: URGENT: html:options

2003-10-14 Thread ajay brar
hi! I think your collection needs to implement the List interface (use an ArrayList instead of a vector) but a vector implements the List interface, or so says the api any other ideas -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: 14 October 2003 12:45 To: [EMAIL

Re: URGENT: html:options

2003-10-14 Thread Nicolas De Loof
=agencyId html:options collection=agencyIds label=label value=value / /html:select Nico. - Original Message - From: ajay brar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 2:53 PM Subject: RE: URGENT: html:options hi! I think your

Re: URGENT: html:options

2003-10-14 Thread ajay brar
List [EMAIL PROTECTED] Subject: Re: URGENT: html:options Date: Tue, 14 Oct 2003 15:11:57 +0200 collection attribute of html:options tag is used to set the name of a bean (in some scope) that is a collection of the items off the select-box. You need to put your Vector into page or request scope to use

Re: URGENT: html:options

2003-10-14 Thread Nicolas De Loof
should use something like this, assuming populateAgencyIds(List) adds items to an existing List : % MyUtils.populateAgencyIds(agencyIds); % Nico. - Original Message - From: ajay brar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 3:18 PM Subject: Re: URGENT

Re: Urgent: username case insensitive for j_security_check?

2003-10-14 Thread Mick Knutson
://wwp.icq.com/316498480 --- - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 12:53 AM Subject: Re: Urgent: username case insensitive for j_security_check? On 10/14/2003 06:06 AM Mick Knutson wrote: I

Re: Urgent: username case insensitive for j_security_check?

2003-10-14 Thread Adam Hardy
--- - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 12:53 AM Subject: Re: Urgent: username case insensitive for j_security_check? On 10/14/2003 06:06 AM Mick Knutson wrote: I guess I never thought about this, but all

Re: Urgent: username case insensitive for j_security_check?

2003-10-14 Thread Mick Knutson
: mickknutson ICQ: 316498480 ICQ URL: http://wwp.icq.com/316498480 --- - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 7:27 AM Subject: Re: Urgent: username case insensitive for j_security_check? Mick

RE: Urgent: issue with logic:present role=user, gold, platinum

2003-10-13 Thread Syed, Nazeer
Remove the space after , this may work. logic:present role=user,gold,platinum Thanks Nazeer -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 12:20 PM To: struts Subject: Urgent: issue with logic:present role=user, gold, platinum I am

Re: Urgent: issue with logic:present role=user, gold, platinum

2003-10-13 Thread Mick Knutson
List [EMAIL PROTECTED]; Mick Knutson [EMAIL PROTECTED] Sent: Monday, October 13, 2003 9:26 AM Subject: RE: Urgent: issue with logic:present role=user, gold, platinum Remove the space after , this may work. logic:present role=user,gold,platinum Thanks Nazeer -Original Message- From: Mick

RE: URGENT... HELP NEEDED...

2003-10-02 Thread Paananen, Tero
Hi All... Reading the subject I thought you'd offer me $10K in exchange for me shipping your millions to the US from Nigeria. I was so dissapointed to find out I wasn't about to get rich :( -TPP - This email may contain

RE: URGENT... HELP NEEDED...

2003-10-02 Thread jbaker
Users Mailing List' [EMAIL PROTECTED] cc: Subject:RE: URGENT... HELP NEEDED... Hi All... Reading the subject I thought you'd offer me $10K in exchange for me shipping your millions to the US from Nigeria. I was so dissapointed to find out I wasn't about to get rich

Re: URGENT... HELP NEEDED...

2003-10-02 Thread atta-ur rehman
Okay. its not a struts questions and probably should be sent to a JavaScript forum. but i spirit of Struts; here is what i would call a very crude method of doing it. i hope it would give you a starting point. javascript function doIt() { var today = new Date(); var fridays = new Array();

RE: URGENT... HELP NEEDED...

2003-10-02 Thread Daniel Joshua
ha ha ha Regards, Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 03 October, 2003 2:58 AM To: Struts Users Mailing List Subject: RE: URGENT... HELP NEEDED... Attn Sir. I understand quite well that this message will sound so strange

RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean

2003-10-01 Thread shirishchandra.sakhare
You can use the Logic:iterate tag...Inside that you can uye any HTMl tag you want... Also have a look at nested tags ...They will help you. Why are you using the Arry and all this a bit difficult syntax?Why not use a list instead?Then you dont have to keep worrying about setting the counter

RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean

2003-10-01 Thread Chawla, Yogesh
, October 01, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean You can use the Logic:iterate tag...Inside that you can uye any HTMl tag you want... Also have a look at nested tags ...They will help you. Why are you using

RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean

2003-10-01 Thread Chawla, Yogesh
How to use the logic.iterate tag in this case - can let me know.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean You

RE: Urgent help reqd Stuck..!! - Getting a value String[] from a Form Bean

2003-10-01 Thread Mark Galbreath
1. setRate() isn't doing a thing. 2. use JSTL to iterate over the array using c:forEach after setting a page-scoped variable containing the array: c:set var='arrayValues' value='${pageScope.request.myForm.rate}'/ tr c:forEach items='$(arrayValues)' var='item' td c:out

RE: Urgent: No Getter Method found

2003-09-26 Thread Navjot Singh
change the variable txtusergroupcode to txtUserGroupCode. it will work. |-Original Message- |From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] |Sent: Friday, September 26, 2003 12:13 PM |To: Struts Users Mailing List |Subject: Urgent: No Getter Method found | | |hi All |I am getting

Re: Urgent: No Getter Method found

2003-09-26 Thread Abhijeet Mahalkar
Do i need to chnage form-bean entries name also from struts-config asd well as jsp file thanks for reply... abhijeet - Original Message - From: Navjot Singh [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:21 PM Subject: RE: Urgent

RE: Urgent: No Getter Method found

2003-09-26 Thread hari_s
Change u with U for variable txtusergroupcode -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:43 PM To: Struts Users Mailing List Subject: Urgent: No Getter Method found hi All I am getting following error while invoking JSP file

RE: Urgent: No Getter Method found

2003-09-26 Thread Andrew Hill
1. Dont mark you messages urgent if you hope to get a response (a lot of the list members autotrash such posts!) (See: http://www.catb.org/~esr/faqs/smart-questions.html#urgent ) 2. Why are you putting the getter and setter in the Action class? They should surely be in the appropriate ActionForm

RE: Urgent: No Getter Method found

2003-09-26 Thread Andrew Hill
if he liked and it should still work? -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Friday, 26 September 2003 14:51 To: Struts Users Mailing List Subject: RE: Urgent: No Getter Method found change the variable txtusergroupcode to txtUserGroupCode. it will work

[SOLVED]Re: Urgent: No Getter Method found

2003-09-26 Thread Abhijeet Mahalkar
Mailing List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:36 PM Subject: RE: Urgent: No Getter Method found I dont understand what the name of the instance variable used internally in the class as got to do with the error he is getting (which results from a failed introspection attempt

RE: Urgent: No Getter Method found

2003-09-26 Thread Karr, David
-Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] txtUserGroupCode of bean org.apache.struts.taglib.html.BEAN]: javax.servlet.jsp.JspException: No getter method for property txtUserGroupCode of bean org.apache.struts.taglib.html.BEAN i have following code in

RE: URGENT - not finding applications.properties

2003-09-26 Thread David G Friedman
Are you struts related .jar files all locally loaded under your application in WEB-INF/lib or are they in a common shared area for your application server? Regards, David -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:26 PM To:

Re: URGENT - not finding applications.properties

2003-09-26 Thread David Thielen
locally loaded (I think - I'm using JRun and it has more than it's share of issues). thanks - dave - Original Message - From: David G Friedman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 26, 2003 11:43 AM Subject: RE: URGENT - not finding

RE: Urgent: Changing URLs for existing struts project

2003-09-25 Thread Matt Raible
Your best bet is to ask this question on the tomcat user list since it's really a tomcat issue. My suggestion would be to put apache in front of Tomcat and create a mapping for the jk to map javapps/* to tomcat. OT: javapps makes no sense, I'd use /javaapps or /java or /apps. And when are

Re: Urgent: Changing URLs for existing struts project

2003-09-25 Thread James Mitchell
If you have developed your application in struts friendly way, this should be as easy as changing servlet-mapping servlet-nameaction/servlet-name url-pattern*.do/url-pattern /servlet-mapping to servlet-mapping servlet-nameaction/servlet-name

Re: Urgent: Changing URLs for existing struts project

2003-09-25 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Hi All I am currently running tomcat4.1.27 and apache1.3.x. I am using struts. I used call my webapplication xyz using www.abc.org/xyz. Now company has decided that pople should be able to access this webapplication through the URL www.abc/javapps/xyz. Do i need to change

Re: Urgent: Changing URLs for existing struts project

2003-09-25 Thread mohan
Because i was already using mod_jk2 , the best to configure was to change it to add the Context in the server.xml with the desired URL. This is cool isnt itMailing List are great thanx to u all --Mohan If you have developed your application in struts friendly way, this should be as easy

RE: Urgent: generating PDF from form data

2003-08-14 Thread Greg Ludington
Hi All I use struts. I wanted to know if there is a we can generate a PDF with the form data the user submits so that the users can print the pages. Please let me know if there is any resource on it or if there is something related to it. You may wish to look into these two open source

  1   2   3   >