HI All Regarding Struts Depolyment in Weblogic

2004-03-16 Thread jbalaji
HI, How to depoly struts in weblogicApplications erver7.0 Give with an example and proecdure. Tx, balaji Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam

RE: Hi

2004-02-13 Thread Navjot Singh
PM To: [EMAIL PROTECTED] Subject: Re: Hi Hi i am using the pool implementation using apache commons pool and dbcp how can i test if it works? clement - Original Message - From: Navjot Singh [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 13, 2004

Hi

2004-02-12 Thread Vishal Arora
Please anyone knowing how to use the Connection Pooling in struts or Tomcat5.0 with Informix as database help me out.. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Hi

2004-02-12 Thread Navjot Singh
:31 AM To: [EMAIL PROTECTED] Subject: Hi Please anyone knowing how to use the Connection Pooling in struts or Tomcat5.0 with Informix as database help me out.. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Hi

2004-02-12 Thread Vishal Arora
PROTECTED] Sent: Friday, February 13, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Hi Please anyone knowing how to use the Connection Pooling in struts or Tomcat5.0 with Informix as database help me out.. Thanks in advance

RE: Hi

2004-02-05 Thread A Umesh
Hi Umesh A - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Hi

2004-02-05 Thread A Umesh
Can any body make me aware about StrutsEJB Umesh A -Original Message- From: A Umesh Sent: Thursday, February 05, 2004 5:31 PM To: Struts Users Mailing List Subject: RE: Hi Hi Umesh A - To unsubscribe, e-mail

RE: Hi

2004-02-05 Thread Andrew Hill
G'day -Original Message- From: A Umesh [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 20:01 To: Struts Users Mailing List Subject: RE: Hi Hi Umesh A - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Hi

2004-02-05 Thread A Umesh
: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 5:34 PM To: Struts Users Mailing List Subject: RE: Hi G'day -Original Message- From: A Umesh [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 20:01 To: Struts Users Mailing List Subject: RE: Hi Hi Umesh

Hi

2004-01-15 Thread Yajamanyam Venugopal
Hi , Can anybody help me when we get the following exception ActionFormBeans collection]: javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:798) Action mappings are avialable My context

RE: Hi

2004-01-15 Thread Gopalakrishnan, Jayesh
try with html:form action=/techinicalStructure The context root the url mapping(.do) for struts will be taken care of. -jayash -Original Message- From: Yajamanyam Venugopal [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 9:23 AM To: [EMAIL PROTECTED] Subject: Hi Hi

Hi Action Forward problem

2004-01-14 Thread N.N.S.S Ravi Krishna
Hi All, I am trying to redirect to a page using the following piece of code: new ActionForward(https://localhost:1443+getContextPath()+xyz.jsp); when this action takes place the browsers takes me to an error page saying java.lang.illegalArguementException: https://localhost:1443/xyz/xyz.jsp

Re: Hi Action Forward problem

2004-01-14 Thread Anant_Kumar
Subject: Hi Action Forward problem 01/14/04

Re: Hi Action Forward problem

2004-01-14 Thread Mark Lowe
() +xyz.jsp,true); Regds Anant Kumar TCS N.N.S.S Ravi Krishna To: 'struts users' [EMAIL PROTECTED] [EMAIL PROTECTED]cc: l.com Subject: Hi Action Forward problem

Hi Dynamic retrive

2004-01-13 Thread Karthik R
Hi, html:select property=ap onfocus=f(this) onblur=b(this) html:option value=---/html:option html:option value=one/html:option html:option value=two/html:option /html:select/td if i select two then it will include table in same page.plz

Re: Hi Ted, any more on html:control?

2003-10-24 Thread Ted Husted
Sonam Belbase wrote: Has the html:control you mention below been implemented already or is it in the works at all? Not as such. The idea's come up a few times. I've been using FormProc for validation lately, and might try to extend that sometime to support more of the attributes you'd need for

Hi Ted, any more on html:control?

2003-10-23 Thread Sonam Belbase
Hi Ted, Has the html:control you mention below been implemented already or is it in the works at all? Thanks, SB Ted Husted wrote: Shishir K. Singh wrote: Is there a way that I can create a form dynamically based on some XML configurable file. The configurable file will say what kind

RE: Hi Ted, any more on html:control?

2003-10-23 Thread Ghanakota, Vishu
forms, it saves you a lot of time by generating all the forms with get/set. -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 4:14 PM To: Struts Users Mailing List Subject: Hi Ted, any more on html:control? Hi Ted, Has the html:control you

hi..

2003-10-22 Thread Nisith Dash
Hi, is there any way in which i can access the value of the html:option within the scriptlet html:select property="productArea" styleClass="inputCellNum"html:option value="343"Business Information/html:optionhtml:option value="23&qu

RE: hi..

2003-10-22 Thread Navjot Singh
yes, if you can set the value first to some page/request scope variable? see bean:define/ in struts docs Navjot Singh -Original Message- From: Nisith Dash [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:01 PM To: Struts Users Mailing List Subject: hi.. Hi

Re: Hi Ted, where is scaffold.ExistsAttributeAction??

2003-10-13 Thread Ted Husted
layer classes. -Ted. ZYD wrote: Hi Ted, I'm studying your artimus_1_1 codes. I'm confused by some scaffold classes, such as org.apache.struts.scaffold.ExistsAttributeAction. I cannot find it's source code, compiled class file and it's documentation anywhere. There are some other classes like

Hi Ted, where is scaffold.ExistsAttributeAction??

2003-10-11 Thread ZYD
Hi Ted, I'm studying your artimus_1_1 codes. I'm confused by some scaffold classes, such as org.apache.struts.scaffold.ExistsAttributeAction. I cannot find it's source code, compiled class file and it's documentation anywhere. There are some other classes like this one. I noticed

Hi, problem using html:messages id=message property=specific

2003-09-26 Thread suresh kolli
Hi, I couldn't get the following to work: (though trying as per the Struts API reference). --- Doesn't work html:messages id=message property=specific li font color=red bean:write name=message/ /font /li /html:messages -Doesn't work I

Hi, problem using html:messages id=message property=specific

2003-09-26 Thread suresh kolli
Hi, I couldn't get the following to work: (though trying as per the Struts API reference). --- Doesn't work html:messages id=message property=specific li font color=red bean:write name=message/ /font /li /html:messages -Doesn't work I

Hi, problem using html:messages id=message property=specific

2003-09-26 Thread suresh kolli
Hi, I couldn't get the following to work: (though trying as per the Struts API reference). --- Doesn't work html:messages id=message property=specific li font color=red bean:write name=message/ /font /li /html:messages -Doesn't work I

Hi!

2003-09-11 Thread Dhanunjaya Gotur
Hi, I am new to Struts and I am trying to run an Struts example with Tomcat 4.1 and JDK 1.3.4 I am unable to get the message resource..but Without message JSP runs well but after putting bean:message tag in my jsp it is giving error like this .. description The server encountered an internal

Re: Hi!

2003-09-11 Thread Thomas Cornet
The problem certainly comes from your struts-config.xml file and/or your properties file location. Could you let us also see your struts-config.xml ?? Thomas At 09:57 11/09/2003, you wrote: Hi, I am new to Struts and I am trying to run an Struts example with Tomcat 4.1 and JDK 1.3.4 I am

Re: Hi!

2003-09-11 Thread Dhanunjaya Gotur
HI Thomas, Thanx for the early reply..and here my struts-config.xml file .. ** ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http

Re: Hi!

2003-09-11 Thread Dhanunjaya Gotur
HI Thomas, Thanx for the early reply..and here my struts-config.xml file .. ** ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http

Re: Hi!

2003-09-11 Thread Dhanunjaya Gotur
Thomas have u find solution for my problem.. - Original Message - From: Thomas Cornet [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:50 PM Subject: Re: Hi! The problem certainly comes from your struts-config.xml file and/or your

RE: Hi!

2003-09-11 Thread Madala, Srinivasa
hiii dhanu..where did u keep ur messageresources file??? -Original Message- From: Dhanunjaya Gotur [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Hi! Thomas have u find solution for my problem.. - Original Message

RE: Hi!

2003-09-11 Thread Madala, Srinivasa
the thing is it should be under classes directory and needs to be specified in the strutsconfig message resources mapping -Original Message- From: Dhanunjaya Gotur [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:02 PM To: Struts Users Mailing List Subject: Re: Hi! Thomas

Re: Hi!

2003-09-11 Thread Dhanunjaya Gotur
Hi Madala, I am keeping resources file in WEB-INF/classe folder and the 2 resorce files are like this .. 1. ApplicationResources.properties index.title = Struts Tutorial 2. ApplicationResources_de.properties index.title = Struts Einfuhrung and Madala my struts-config.xml file is like

RE: Hi!

2003-09-11 Thread Madala, Srinivasa
PROTECTED] Sent: Thursday, September 11, 2003 3:25 PM To: Struts Users Mailing List Subject: Re: Hi! Hi Madala, I am keeping resources file in WEB-INF/classe folder and the 2 resorce files are like this .. 1. ApplicationResources.properties index.title = Struts Tutorial 2

Hi there

2003-06-06 Thread beatrice_morrison
Title: Untitled Document Copy DVD Software for only $19.95 See here for more information It can also CONVERT VHS INTO DVD! See here for more information If you don't want more emails from us please e-mail : [EMAIL PROTECTED] 11314 Ventura Blvd Suite #141 Studio City, CA 91604

Hi

2003-04-03 Thread C.Bhaskaran
Title: Message Hi Pls unsubscribe me from the mailing list I had mailed thrice for unsubscribing but still i am getting these mails I am fed up of deleting mails from my inbox. Rgds C.Bhaskaran **Disclaimer

hi a problem - Shank

2003-03-21 Thread Jaya Shankar
Hi all How do I populate a jsp with DB field values, just up on loading the page in the browser using struts framework? Thanks in advance shank - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 3:09 PM Subject: RE: creating my Class

Re: hi a problem - Shank

2003-03-21 Thread Navjot Singh
PROTECTED] Sent: Friday, March 21, 2003 3:19 PM Subject: hi a problem - Shank | Hi all | | How do I populate a jsp with DB field values, just up on loading the page in | the browser using struts framework? | | Thanks in advance | shank | | - Original Message - | From: [EMAIL PROTECTED

Re: Hi

2003-02-06 Thread Nicolas De Loof
You could create a servlet (or an action) that uses user Locale object to put the localized image in HttpResponse (a binary stream). Doing so you would have to define a mapping in web.xml (/images/localized/*.gif - LocalizedImageServlet) as I don't think browser will accept image without good

Hi

2003-02-05 Thread George Jacob
Hello Please tell me whether we can change the label of a button which is an image, using internationaliztion in struts. Normal labels we can change. But if anybody has an idea to achieve this for BUTTONS(Note that, the button is image not the normal button), please help me. george

Re: Hi

2003-02-05 Thread Thomas CORNET
IMO, you'll have to create one image per language, and put image's path in your ressource files... Thomas At 06:11 06/02/2003, you wrote: Hello Please tell me whether we can change the label of a button which is an image, using internationaliztion in struts. Normal labels we can change. But

Re: Hi

2003-02-05 Thread Scott Barr
Unless you want to go to the trouble of building images dynamically. Plenty of techniques for doing this, but possible load issue though, generating images when your content like that can be so easily served by the web server Scott On Thu, 2003-02-06 at 15:46, Thomas CORNET wrote: IMO,

RE: Hi

2003-01-28 Thread Uday
Hi, I have a requirement like this. When the user enters into some jsp pae, he can selecte some checkboxes. The data related to these checkboxes i have to store in a file. So that next time when he visited (logoff and logon) this page, he can see the checkboxes what he previously selected. I want

RE: Hi

2003-01-28 Thread Andrew Hill
code runs under the actionservlet) environment. Anyone else can shed some light? -Original Message- From: Uday [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 January 2003 16:20 To: 'Struts Users Mailing List' Subject: RE: Hi Hi, I have a requirement like this. When the user enters into some

Re: Hi

2003-01-28 Thread Peng Tuck Kwok
Just curious, but wouldn't it be easier if the preference for the user was stored in a database ? Uday wrote: Hi, I have a requirement like this. When the user enters into some jsp pae, he can selecte some checkboxes. The data related to these checkboxes i have to store in a file. So that next

Re: Hi

2003-01-28 Thread V. Cekvenich
1. This fals in : I do not have time to do it, but maybe you do. 2. Also this has nothing to do with struts, struts is MVC, so you do not do things in JSP or view. 3. The answer is: You need to grab a hold you your application context, and get the real path. Uday wrote: Hi, I want to read

Hi

2003-01-27 Thread Uday
Hi, I want to read and write from/into the file using strtus (struts-taglibs). Can you tell me how to do it. It is very urgent. Tell me is there any code available on the net. Have a nice day Regards, Uday -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: Hi

2003-01-27 Thread Míguel Ángel Mulero Martínez
] Asunto: Hi Hi, I want to read and write from/into the file using strtus (struts-taglibs). Can you tell me how to do it. It is very urgent. Tell me is there any code available on the net. Have a nice day Regards, Uday -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Hi

2003-01-20 Thread Uday
Hi, As i am new to Struts, Can anyone tell me how to invoke beans using struts-taglibs from my jsp page ? Can you give me the URL where we will get examples on this ? Thanks in advance Regards, Uday -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: Hi

2003-01-20 Thread Sangeetha Nagarjunan
: Subject: Hi 01/20/03 04:04 PM

Re: Hi

2003-01-20 Thread BERNARDO ANTONIO BUFFA
JSPs using the tag libraries you must provide getters / (and setters ?) methods. Hope is useful for U. The users guide is good also a reading mandatory. Bernardo Hi, As i am new to Struts, Can anyone tell me how to invoke beans using struts-taglibs from my jsp page ? Can you give me

RE: Hi

2003-01-20 Thread Uday
Hi, Can you send me the example code if you have. Regards, Uday -Original Message- From: BERNARDO ANTONIO BUFFA [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: Re: Hi You don't need to invoke bussiness logic methods from any tag libs

RE: Hi

2003-01-20 Thread Uday
Hi, Can you just send me the code if you have. Regards, uday -Original Message- From: Sangeetha Nagarjunan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 3:59 PM To: Struts Users Mailing List Subject: Re: Hi http://jakarta.apache.org/struts/userGuide Sangeetha Nagarjunan

RE: Hi

2003-01-20 Thread Manomohan K Kalathil
Sure :-) Send in your credit card information Mano -Original Message- From: Uday [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 4:19 PM To: 'Struts Users Mailing List' Subject: RE: Hi Hi, Can you just send me the code if you have. Regards, uday -Original Message

hi

2002-07-04 Thread Chandra Sekharan Bhaskaran
Title: Message hi , What is the diff bwt property and name attribute int he struts tag. If possible can you compare with the normal html. rgds C.Bhaskaran **Disclaimer Information contained in this E-MAIL being proprietary

RE: hi

2002-04-05 Thread Maris Orbidans
Hi If I understood you correctly the the solution is: If Next button in first page is clicked then forward to the Action class of second form NOT the JSP. Then in second form retrieve user id ( for example from you'r session bean ) and update according fields of the form. For example

hi

2002-04-04 Thread arul
Hi I am involved in developing a small application to get details abt struts. I have four screens thru which i get info from the user and thru the value object i transfer it to the EJB components. I hold all the details of the four screens in four different session beans. I accept a criteria

Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread theron . kousek
In a book I have it says: It is also important to note that the Action class must be designed in a thread-safe manner. This is because there's only a single instance of an Action class per action element in the action-mapping configuration file. So here's my 2 question(s): 1. I then

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread Jim Crossley
[EMAIL PROTECTED] writes: [...] So here's my 2 question(s): 1. I then assume that perform() is synchronized No. If all data objects are local to the perform method, there's no reason for it to be synchronized. If the data objects referred to in perform are shared, then their access

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread Marcelo Vanzin
[EMAIL PROTECTED] wrote: 1. I then assume that perform() is synchronized No it's not, and that's why it needs to be thread-safe. You may have two different threads executing the perform() method simultaneously. 2. What about those cases where 2 different action mappings resort to

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread theron . kousek
: Re: Hi Folks, 2 questions about Actions and their 09:02 AM instance Please respond

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread @Basebeans.com
Subject: Re: Hi Folks, 2 questions about Actions and their instance From: Vic Cekvenich [EMAIL PROTECTED] === Imeditely calling is not good enough. You must use a JDBC driver specific call that returns the last affected rows ID. This gives you the new PK. Vic [EMAIL PROTECTED] wrote

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread theron . kousek
NewsgroupTo: [EMAIL PROTECTED] struts@basebcc: eans.comSubject: Re: Hi Folks, 2 questions about Actions

Re: Hi Folks, 2 questions about Actions and their instance

2002-04-01 Thread Neil Pitman
Subject: Re: Hi Folks, 2 questions about Actions and their instance 04/01/02 10:40

Hi - Ryan Norman

2002-03-25 Thread Ryan Norman
Hi, I am Ryan Norman. I am new to this Struts mailing list. Thanks Ryan Norman

Hi folks, a newbie asking a question about database access from withinstruts applications

2002-02-06 Thread theron . kousek
Hi Folks: I am a newbie to struts so please excuse my ignorance.Can I ask advice or get comments from the struts gurus on this list? What is the best way to do a client/server application from within struts? Do you have your JDBC calls primarily on the server side in your Model (Business

Re: RE: [Fwd: Re: Hi....]]

2002-02-05 Thread Olivier Dinocourt
[EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 12:29 AM Subject: Re: RE: [Fwd: Re: Hi]] I don't agree. If you need to use scriptlets in your JSPs and you use them over and over on many pages, the scriptlet should be a tag. The tag can be reused on many pages, the scriptlet can't

Re: RE: [Fwd: Re: Hi....]]

2002-02-05 Thread Jonathan Gibbons
Hi, The problem with too many tags is one of maintenance. Each tag you write becomes part of your bespoke project 'language'. With large groups producing many tens or hundreds of tags it can become a nightmare for new staff. Far better to stick to the core tags, and struggle not to add

Re: Wizard Interface question / Hi Taylor

2002-02-05 Thread Guillaume Labelle
Hi Taylor, are you the Taylor that used to work for Brightstar in Dallas - Original Message - From: Taylor Cowan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 12:33 PM Subject: RE: Wizard Interface question All

Re: Wizard Interface question / Hi Taylor

2002-02-05 Thread Keith Bacon
--- Guillaume Labelle [EMAIL PROTECTED] wrote: Hi Taylor, are you the Taylor that used to work for Brightstar in Dallas - Original Message - From: Taylor Cowan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 12:33 PM

Re: Hi....

2002-02-04 Thread Arun_Kumar_N
Hello, Hello, The content type for text is setContentType(text/plain); It works fine in IE,but it is not working in Netscape. Will any one please look inot this Regards Arun -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Fwd: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Vic Cekvenich
as possible in presentation/view/jsp. So to me, tags and Struts framework are 2 different things, but bellow is a good book anyway. Vic Original Message Subject: RE: [Fwd: Re: Hi] Date: Wed, 30 Jan 2002 18:49:35 +0100 From: Lacerda, Wellington (AFIS) [EMAIL PROTECTED] Reply

Re: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Elijah Jacobs
Hi Vic, Could you elaborate a lilttle more on why you do not suggest a good number of custom tags in struts? I'll be buidling a software for a client that requires a lot of custom tags and am right now evaluating struts. any input would be helpful, thanks. - ej - - Original Message

Re: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Jay Sissom
must? Is re-use of code a bad habit. :) Jay - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:48 PM Subject: [Fwd: RE: [Fwd: Re: Hi]] The thing on tags is do not use to many tags. Try to avoid writing tags

Re: Hi....

2002-01-30 Thread Amir N. Nashat
Hi Chetan, There are no books available at this time though 2 are currently being written that I know of. However, they will not be available for a while. The best place to start is to go to the website jakarata.apache.org and search under struts. there is A LOT of good information

RE: Hi....

2002-01-30 Thread Chetan Khimjee
Thankz Amir... -Original Message- From: Amir N. Nashat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: Re: Hi Hi Chetan, There are no books available at this time though 2 are currently being written that I know of. However

RE: Hi....

2002-01-30 Thread Chetan Khimjee
Thankz Luis, thats definitely a great help -Original Message- From: Luis M. Rosso [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:56 PM To: Struts Users Mailing List Subject: Re: Hi Hi Chetan, in my case, the following article, which includes samples and appears

RE: Hi....

2002-01-30 Thread Shawn Furgason
a difficult time keeping up. Best of luck, Shawn. -Original Message- From: Chetan Khimjee [EMAIL PROTECTED] Date: Wed Jan 30 02:19:07 GMT-06:00 2002 To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Hi Thankz Amir... -Original Message- From: Amir N. Nashat [mailto:[EMAIL

[Fwd: Re: Hi....]

2002-01-30 Thread Vic Cekvenich
Newsgroups: Struts @ news.basebeans.com References: [EMAIL PROTECTED] One Struts book at http://www.basebeans.com/book.jsp Amir N. Nashat wrote: Hi Chetan, There are no books available at this time though 2 are currently being written that I know of. However, they will not be available

RE: [Fwd: Re: Hi....]

2002-01-30 Thread Lacerda, Wellington (AFIS)
of that. Wellington -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: [Fwd: Re: Hi] Newsgroups: Struts @ news.basebeans.com References: [EMAIL PROTECTED] One Struts book at http://www.basebeans.com

Re: Hi....

2002-01-29 Thread Chetan Khimjee
I'm just a newbie to Struts and find it very interesting, I just want to ask where is it best to start learning struts from... Is there a book out there that I can buy Thankz Chetan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

R: Hi I'm totally new, yes a total idiot on STRUTS ;-) but a free guy

2001-12-17 Thread Samuele Brignoli
PROTECTED]] Inviato: venerdì 14 dicembre 2001 17.38 A: [EMAIL PROTECTED]; Struts Users Mailing List Oggetto: RE: Hi I'm totally new, yes a total idiot on STRUTS ;-) Samuele, snip The second is to put up a sort of content-manager with role-based authentication to permit to my customers

Hi I'm totally new, yes a total idiot on STRUTS ;-)

2001-12-14 Thread Samuele Brignoli
Hi all, I'm totally new on jakarta-struts. As you surely know I've got a mountain of documentation on my desk and I can't figure out where to start. I've got JBuilder 5 Enterprise and I' ve got an Oracle db. I' ve got a couple of things to do in my existence. The first is to write an e-commerce

RE: Hi I'm totally new, yes a total idiot on STRUTS ;-)

2001-12-14 Thread Jon.Ridgway
Hi Samuele, A good starting point might be the examples on Ted Husteds site; see http://husted.com/struts/resources.htm#projects. The link to the Sonic example on the Bluestone site might be of interest. Jon. -Original Message- From: Samuele Brignoli [mailto:[EMAIL PROTECTED]] Sent

Re: Hi I'm totally new, yes a total idiot on STRUTS ;-)

2001-12-14 Thread Linnea Ahlbeck
Hi! I have a link to good article to start with, gives a good overview. Examples are included! Check: http://www7.software.ibm.com/vad.nsf/data/document2557?OpenDocumentp=1BCT= 1Footer=1 /Linnéa - Original Message - From: Samuele Brignoli [EMAIL PROTECTED] To: Struts Users Mailing

Re: Hi I'm totally new, yes a total idiot on STRUTS ;-)

2001-12-14 Thread Pete Carapetyan
I' ve got a couple of things to do in my existence. The first is to write an e-commerce application suitable for all my customers and really easy to maintain and customize. The second is to put up a sort of content-manager with role-based authentication to permit to my customers to publish

RE: Hi I'm totally new, yes a total idiot on STRUTS ;-)

2001-12-14 Thread Sandra Cann
Samuele, snip The second is to put up a sort of content-manager with role-based authentication to permit to my customers to publish datas without HTML or similar knowledge... and maybe some reusable code and configuration written by some goog guy ? How about a jump start and be a hero?

RE: Hi

2001-12-05 Thread Tom Lister
Has anyone opened this or virus checked it. -Original Message- From: Scott Fitzgerald To: Struts-User Sent: 04/12/01 19:13 Subject: Hi How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! gone.scr ATT04885.txt

SV: Hi

2001-12-05 Thread Mikkel Bruun
do not open it... www.news.com -Oprindelig meddelelse- Fra: Tom Lister [mailto:[EMAIL PROTECTED]] Sendt: 5. december 2001 10:32 Til: 'Struts-User ' Emne: RE: Hi Has anyone opened this or virus checked it. -Original Message- From: Scott Fitzgerald To: Struts

Re: Hi

2001-12-05 Thread William Willis
Thanks for the virus From: Scott Fitzgerald [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED] Subject: Hi Date: Tue, 4 Dec 2001 15:43:43 -0330 How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I

Hi

2001-12-04 Thread Scott Fitzgerald
How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it! attachment: gone.scr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Hi !! VIRUS WARNING !!

2001-12-04 Thread John M. Corro
This email is a documented virus. Do not open the attachment. This virus is documented at http://www.antivirus.com on the opening page. - Original Message - From: Scott Fitzgerald [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 11:13 AM Subject: Hi

Alert!!!! DO NOT OPEN Previous email entitled HI...Virus Attached!!

2001-12-04 Thread Scott Fitzgerald
Scott Fitzgerald Application Developer ColabNet Collaborative Network Technologies, Inc. 55 Bond Street, Suite 202, St. John's NF A1C 5V3 Tel: (709) 754-7482 Direct Line: (709) 757-0307 Fax: 754-7406 Website: http://www.colabnet.com

Re: Hi All, especially Nial Pemberton and Ted Husted - Re Logic Tags

2001-08-24 Thread Ted Husted
, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/about/struts/ Dudley Butt@i-Commerce wrote: Hi All, I just want to know wether Nials extra logic tags will ever be put into the Struts build? Thanx Regards, Dudley

Hi All, especially Nial Pemberton and Ted Husted - Re Logic Tags

2001-08-23 Thread Dudley [EMAIL PROTECTED]
Hi All, I just want to know wether Nials extra logic tags will ever be put into the Struts build? Thanx Regards, Dudley Butt Software Analyst/Developer Phone: +27 (0)21 936 7517 Mobile: +27 (0)83 327 5709 E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Hi , Log4j does not write in file

2001-05-13 Thread Harish Muleva
hi am using log4j for sateless bean i want to all INFO and DEBUG Massage in one file say xx_11.i was able to write for client part but i am unable to get from Bean in the xx_11. details of problem is given below i mention in config file as log4j.appender.A2.File=xx_11 and i declere in Client

Re: hi

2001-04-26 Thread Jean-Noel Ribette
the menu tags to display the menu. Jean-Noel - Original Message - From: Rakesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 5:30 PM Subject: hi How do I create Menu Items from my MySQL Database and add it onto struts jsp screen ?

Re: hi

2001-04-26 Thread Rakesh
] To: [EMAIL PROTECTED]; Rakesh [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 9:18 PM Subject: Re: hi You can use the menuing component written by Scott Sayles and available at http://www.husted.com/about/struts In the action class you'll need to - load the items from the database and create

Re: hi

2001-04-26 Thread Jean-Noel Ribette
You can specifiy the link and the image of an item with the MenuComponent class. Jean-Noel - Original Message - From: Rakesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 6:04 PM Subject: Re: hi But what about the 'links' and the 'images'? Rakesh