Re: Re[2]: Are you sure?

2004-03-25 Thread [EMAIL PROTECTED]
PROTECTED] [mailto:[EMAIL PROTECTED] JS Sent: Tuesday, March 23, 2004 3:10 PM JS To: [EMAIL PROTECTED] JS Subject: are you sure? JS Hi list, JS Still a struts newbie, I try to write an are you sure javascript JS confirmation box for my submit button. JS The question is: how can I

are you sure?

2004-03-23 Thread [EMAIL PROTECTED]
onsubmit=areyousure() Whatever the user clicks, yes or no, the form gets submitted. I want to stop submitting the form when the user click no. thanks, Rinke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to set the selected value in an select rendered by optionsCollection

2004-03-10 Thread [EMAIL PROTECTED]
it in requestScope, does the html:form/ Tag take notice of it, or simply 'overrides' it ? It is my first Struts app and this is quit complex for me, hope Nagiel or someone else will help. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED

row counts in logic:iterate...

2004-02-26 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

(Fwd) row counts in logic:iterate...

2004-02-26 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread [EMAIL PROTECTED]
/logic:iterate Niall - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 12:11 PM Subject: error no getter method defined while inside logic:iterate Hi list, I am having a form which contains a single property, an array

error no getter method defined while inside logic:iterate

2004-02-24 Thread [EMAIL PROTECTED]
inside the logic:iterate tags?? What am i doing wrong here?? thanks, Rinke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

multiple records in one form

2004-02-21 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

spontaneous disappering ApplicationResources.properties

2004-02-21 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Link and Arrays

2004-02-11 Thread [EMAIL PROTECTED]
/ . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5

2003-12-09 Thread [EMAIL PROTECTED]
Hi friends, Anybody using Tomcat 5? Everything allright with it? Specially when using it with struts. Paulo

Re: dynamic generation of select fields problem

2003-12-05 Thread [EMAIL PROTECTED]
- From: Ruben Pardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:07 PM Subject: dynamic generation of select fields problem Hi everybody! This is my problem, i've to generate a variable quantity of select fields. The solution i thougth was a map backed

checkbox onclick event not getting called

2003-11-25 Thread [EMAIL PROTECTED]
Hi, My code is like the following, when I click the checkbox, nothing happened (the 'add' button suppose to get disabled). I put a alert statment in the javascript, and didn't get it showed when click the checkbox... seems the function didn't get called at all, can anybody tell me why? Thanks

RE: checkbox onclick event not getting called

2003-11-25 Thread [EMAIL PROTECTED]
It's still not working. Any other option? I am using Mozilla, will that be the reason? Jimmy Emmanual [EMAIL PROTECTED] wrote:try onclick=check(this.myname) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 11:20 AM To: [EMAIL PROTECTED

disable submit button unless all required fields are filled

2003-11-24 Thread [EMAIL PROTECTED]
Hi, I want to have the submit button disabled unless the required text field is filled by the user. I have two buttons in the form, submit and cancel. The cancel button should always be enabled. Can anybody help me? Please! Thanks in advance! - Do you

Re: AW: JavaScript function inside JSP not working

2003-11-20 Thread [EMAIL PROTECTED]
Thanks for all the input. So what's the solution to my problem, can anybody give me a sample code? --- [EMAIL PROTECTED] wrote: Hi Firat, thanks for your answer - i'm not sure, but i guess the origin question is about refering to a form element by name, not by index. Problems potentially

How to identify submit button in JSP

2003-11-19 Thread [EMAIL PROTECTED]
with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to identify submit button in JSP

2003-11-19 Thread [EMAIL PROTECTED]
That's what I did. But the 'modify' button didn't react at all. --- Yann Lebreton [EMAIL PROTECTED] wrote: Try: function Disable() { frm=document.forms['form1'] if(frm.ids.checked) {frm.modify.disabled=false} else

RE: How to identify submit button in JSP

2003-11-19 Thread [EMAIL PROTECTED]
Well, I have a couple of other forms with the same form name 'idForm' but diffrent action, does that cause the problem? How should I handle that? I checked the form name in html output, it is right. I didn't get any javascript error. Thanks. --- Yann Lebreton [EMAIL PROTECTED] wrote: Do you

JavaScript function inside JSP not working

2003-11-19 Thread [EMAIL PROTECTED]
/html:form __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

reacting to changes on the checkbox

2003-11-18 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:select

2003-10-30 Thread [EMAIL PROTECTED]
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamic Layouts in Tiles

2003-10-26 Thread [EMAIL PROTECTED]
, Micael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

validation

2003-10-17 Thread [EMAIL PROTECTED]
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

format string bean write - property editor

2003-10-15 Thread [EMAIL PROTECTED]
pourrez chercher longtemps avant de trouver moins cher ! Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ Offre soumise à conditions. - To unsubscribe, e-mail: [EMAIL PROTECTED

validator

2003-10-14 Thread [EMAIL PROTECTED]
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to pull messages from multiple Bundles?

2003-09-17 Thread [EMAIL PROTECTED]
I asked virtually the same question yesterday and got a similar answer. Unfortunately this seems to imply that the jsp has to know about how you arrange your message files which is disappointing. - Original Message - From: Thomas Cornet [EMAIL PROTECTED] Newsgroups: Struts Sent

Multiple message resource files

2003-09-16 Thread [EMAIL PROTECTED]
in something like: ???en_US.error.tote.toteNotFound??? How do I persuade my application to display errors from either of two files? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tiles Definition problem

2003-08-24 Thread [EMAIL PROTECTED]
Bryce, You don't have to write the path wbeginning witha a slash. Try this: forward name=defaulttile redirect=true path=default.layout/ Antonio Gonzalez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

How to get Messages Resources from the validate method?

2003-08-24 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE: Does Tiles supports skins???

2003-08-22 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Does Tiles supports skins???

2003-08-20 Thread [EMAIL PROTECTED]
put in the value a %= = the results is an empty string form this tile. Does someone know a method to do this? Thanks folks. Antonio González - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Struts + jetty

2003-08-18 Thread [EMAIL PROTECTED]
i would like to know if anyone has successfully installed struts on jetty and what problems they ran into. I am developing a struts application that i would like to integrate with jetty to form a standalone application. thanks Louis

messages into struts 1.1

2003-04-02 Thread [EMAIL PROTECTED]
) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Io exception

2003-03-25 Thread [EMAIL PROTECTED]
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

bean:write question

2003-03-19 Thread [EMAIL PROTECTED]
ici: http://register.tiscali.fr/adsl/ Offre soumise à conditions. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: bean:write question

2003-03-19 Thread [EMAIL PROTECTED]
de 15,95 EUR/mois et le modem ADSL offert ? C'est en exclusivité chez Tiscali ! Pour profiter de cette offre, cliquez ici: http://register.tiscali.fr/adsl/ Offre soumise à conditions. - To unsubscribe, e-mail: [EMAIL PROTECTED

Compiling Javascript files in order to render tags

2003-02-25 Thread kimbabilida [EMAIL PROTECTED]
want to include all the javascript in my page because I need it accessable to several pages. Has anyone come across this problem, or know how to compile .js files? Thanks, Kim - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Validator Question

2003-02-24 Thread richardtandoh [EMAIL PROTECTED]
K Pullin Upgrading from 1.1 beta 2 to beta 3 got rid of this problem for me. However upgrading to RC1 introduced a further problem - see my message to the group of a few minutes ago. rt. --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I've got 3 fields on a form and in the validation.xml

Re: Where are my ActionForm's changes?

2003-02-21 Thread MarwanSalam [EMAIL PROTECTED]
I removed name and type attributes from my html:form tag. I also changed the name of the form in action-mappings but still the same problem. Is there a bug in Struts that the nested tags don't work with objects? Thanks, Marwan --- In [EMAIL PROTECTED], Sri Sankaran [EMAIL PROTECTED] wrote

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan [EMAIL PROTECTED]
either. form name=updateOrderForm method=post action=/supplyWeb/updateOrder.do input type=hidden name=action value=updateOrder Thanks, Marwan --- In [EMAIL PROTECTED], Sri Sankaran [EMAIL PROTECTED] wrote: Are the debug statements in the action showing the updated values? Can you check

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan Salam [EMAIL PROTECTED]
/ /html:form Marwan --- In [EMAIL PROTECTED], Ray Madigan [EMAIL PROTECTED] wrote: Should the form really be html:form and input be some other html -Original Message- From: Sri Sankaran [mailto:Sri.Sankaran@s...] Sent: Friday, February 21, 2003 10:41 AM To: Struts Users Mailing

Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
=/updateorder.jsp/ /action The reset method does not have any code that initializes the form parameters so I don't know why this is happening. Marwan --- In [EMAIL PROTECTED], Sri Sankaran [EMAIL PROTECTED] wrote: I'm not sure I understand completely. Are you returning to the same page

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
//td tdhtml:text name=parameter property=quantityCancelled indexed=true size=3 maxlength=3//td tdhtml:text name=parameter property=status indexed=true size=3 maxlength=3//td /tr /logic:iterate html:submit/ /html:form I appreciate your help. Marwan --- In [EMAIL PROTECTED], Sri Sankaran [EMAIL

Could not find Java 1.4 encode method

2003-02-19 Thread MarwanSalam [EMAIL PROTECTED]
) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Struts and Design Patterns

2003-02-17 Thread Matt Raible [EMAIL PROTECTED]
Figures... I own the book and left it at work. Anyone care to save me a trip into the office to verify this? Thanks, Matt --- In [EMAIL PROTECTED], Jerome Jacobsen [EMAIL PROTECTED] wrote: This has already been done by Ted in his book, I think. At least in the downloadable draft version

Attribute indexed invalid according to the specified TLD

2003-02-17 Thread MarwanSalam [EMAIL PROTECTED]
, Marwan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error 500: Cannot retrieve definition for form bean null

2003-02-13 Thread MarwanSalam [EMAIL PROTECTED]
/ /action Here is my form-bean definition from struts-config: form-bean name=updateOrderForm type=mypackage.UpdateOrderForm/ Thanks, Marwan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Need Advise: use Struts/XSLT

2003-02-12 Thread rablists [EMAIL PROTECTED]
PROTECTED], Oguz Kologlu [EMAIL PROTECTED] wrote: There is actually a lot of work being done on cocoon. Cocoon in fact resembles struts in many ways - the developers will freely admit they take the best ideas from each project to integrate into cocoon. Some of the features: - schematron ( same

Re: posting an updated collection back to Action

2003-02-12 Thread MarwanSalam [EMAIL PROTECTED]
is retrieve the grid of data from the JSP to my Action class with one submit button. That's all. Thanks, Marwan --- In [EMAIL PROTECTED], John Espey [EMAIL PROTECTED] wrote: You can create indexed properties ( getOrderDetail(int), setOrderDetail(int, string) ) You have to back them whatever

posting an updated collection back to Action

2003-02-10 Thread MarwanSalam [EMAIL PROTECTED]
!!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BeanUtils.copyProperties() vs. ActionForm-Value Object mapper

2003-02-04 Thread smart_runner23 [EMAIL PROTECTED]
those back to the parent bean? Thanks, Trevor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

j_security_check with LogonAction

2003-01-31 Thread MarwanSalam [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot find bean categoryArray in scope request

2003-01-31 Thread MarwanSalam [EMAIL PROTECTED]
in figuring out what the problem is. I am using WebSphere 4.0.3 for the Servlet container. Thanks, Marwan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

I Frames

2003-01-30 Thread vinay singh [EMAIL PROTECTED]
How can we I frames with Struts?I wan't to click on one link and display its content in the same page but invisible frame Vinay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Exception handling - DispatchAction

2003-01-24 Thread [EMAIL PROTECTED]
:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Any Struts-based calendar examples out there?

2003-01-23 Thread Matt Raible [EMAIL PROTECTED]
popup-calendar, check out: http://www.mattkruse.com/javascript/calendarpopup/ #2 is my fav. Matt --- In [EMAIL PROTECTED], James Mitchell [EMAIL PROTECTED] wrote: This should give you a few ideas.although it requires javascript: http://javascript.internet.com/calendars

Struts starts to return blank files after the application has been running a while

2003-01-20 Thread [EMAIL PROTECTED]
on here! I am hoping that someone has met an identical problem, and will recognise it. Phil Rice -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to use Tiles or templates with CSS and Javascript

2003-01-20 Thread smart_runner23 [EMAIL PROTECTED]
: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

sslext, JasperException

2003-01-15 Thread javaenterprisecoder [EMAIL PROTECTED]
wrong with my configuration ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to integrate servlet with parameters into tiles definition

2003-01-13 Thread bdealy1 [EMAIL PROTECTED]
PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts and TagLibrary Xtags

2003-01-09 Thread Rajshree Vivekanandan [EMAIL PROTECTED]
with higher versions of Struts - then it is not the path I would look into. Thanks V --- In [EMAIL PROTECTED], Mouratidis, Georg [EMAIL PROTECTED] wrote: the dis is that it does not work with struts 1.1.2!?! this is my experience. i have been trying since two days but i have no results only

Struts and Taglibrary XTags

2003-01-08 Thread Rajshree Vivekanandan [EMAIL PROTECTED]
. Thank you V -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

extending ActionMappings in Struts 1.1 ?

2003-01-05 Thread javaenterprisecoder [EMAIL PROTECTED]
methods. Consequently Java throws a ClassCastException when i try to cast the passed mapping-Object back to my Class-type. any help would be greatly appreciated. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: login mechanism

2002-12-30 Thread Matt Raible [EMAIL PROTECTED]
); dispatcher.forward(request, response); return; // stop processing } } --- In [EMAIL PROTECTED], usha [EMAIL PROTECTED] wrote: Hi can you tell me briefly how you are using filtes in security-example application. Thanks usha Matt Raible wrote

Re: [Validator] Client-side works, but not server-side

2002-12-30 Thread Matt Raible [EMAIL PROTECTED]
: forward name=editProfile path=/userProfile.do/ I've tried using the path instead (input=/userProfile.do) and it doesn't seem to work either. I'm sure it's something simple, I just can't seem to figure it out right now. Thanks, Matt --- In [EMAIL PROTECTED], Michelle Wynn [EMAIL PROTECTED

Re: login mechanism

2002-12-29 Thread Matt Raible [EMAIL PROTECTED]
You could use a filter to map to all your protected resources. This is what I do in the security-example application I recently wrote. You can download the source at: http://javawebapps.com/downloads/security-example.zip (14MB) HTH, Matt --- In [EMAIL PROTECTED], usha [EMAIL PROTECTED

Unable to compile class (The major.minor version '48.0' is too recent for this tool to understand)

2002-11-02 Thread [EMAIL PROTECTED]
I'm trying to start up the struts-example application and I'm receiving the following compilation error when I go to http://localhost:8080/struts-example Has anyone had this error before? I can't seem to find a solution for it anywhere. - Billy - org.apache.jasper.JasperException: Unable to

RE: Best practices using value objects

2002-10-14 Thread [EMAIL PROTECTED]
Thanks but I still does not understand what to do with the attributes representing a list of other value objects. I will have to write two converters for each VO in the tree. Is that it or am I missing something? Stephan -Message d'origine- De : David Graham [mailto:[EMAIL PROTECTED

Nested form and value object conversion

2002-10-14 Thread [EMAIL PROTECTED]
was clear on what I wanted to do exactly. Thank you. Stephan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

i18n of internal messages

2002-08-26 Thread [EMAIL PROTECTED]
. Is there a better solution than replacing the original messages files in the my struts.jar file ? -- Faites un voeu et puis Voila ! www.voila.fr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

String indexed properties

2002-07-12 Thread [EMAIL PROTECTED]
I added support for tags to access properties throught a string index; in practice you can access to a bean method like 'getContents(String index)' using a tag like 'bean:write name=bean property=contents{the String index}/'. If anybody is interested in, mail me to [EMAIL PROTECTED]

what to store in session?

2002-06-26 Thread [EMAIL PROTECTED]
this object. 2. Put in session only user unique identifier (key) and then load neccessary data from database only when it's requested. Which one is better approach? md -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

ServletException with Nested Taglib and Template Taglib in Struts 1b1

2002-05-29 Thread DEZALAY david - SOP ( [EMAIL PROTECTED] )
who could help me? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

html:file property type ?

2002-05-27 Thread [EMAIL PROTECTED]
Which must be the type of the property of a formbean when used as property-attribute of a html:file tag. And how is this html:file handled, should one implement some sort of multipart request handler in the formbean ? thx -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Tag development

2002-05-16 Thread [EMAIL PROTECTED]
Jour et Modem ADSL remboursé Cliquez ici, http://register.tiscali.fr/forfaits_ls/ Offres soumises à conditions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Connection Pool Sample

2002-04-10 Thread [EMAIL PROTECTED]
Hi, I would like to see a sample where the Connction Pool mechanism of struts is implementet. Can anyone please point one out for me? thanx, rainer

RE: the best way to log action hits

2002-03-12 Thread [EMAIL PROTECTED]
mail2web - Check your email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: logic:iterate Strin :Problem

2002-03-05 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
* SchlumbergerSema Arnaud FARINE Ingénieur chargé d'études Tel: 04.97.15.79.18 [EMAIL PROTECTED] 150, Allée Pierre Ziller Les Bouillides - BP279 06905 Sophia-Antipolis Cedex Fax: 04.94.15.89.01 * Hi Use bean:write name=val / Inside your iterate As I

Re : logic:iterate String

2002-03-05 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
If I write this I obtain somthing like this: [myval1,myval2] Why I've got [ and ,? Thx * SchlumbergerSema Arnaud FARINE Ingénieur chargé d'études Tel: 04.97.15.79.18 [EMAIL PROTECTED] 150, Allée Pierre Ziller Les Bouillides - BP279 06905

logic:iterate String.

2002-03-01 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
: 04.97.15.79.18 [EMAIL PROTECTED] 150, Allée Pierre Ziller Les Bouillides - BP279 06905 Sophia-Antipolis Cedex Fax: 04.94.15.89.01 * -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts runtime failure on Weblogic 5.1Sp8 (in custom tag 'message')

2002-02-18 Thread [EMAIL PROTECTED]
créer votre adresse : http://www.nomade.fr/courrier/ouvrir.asp NOMADE.FR, pourquoi chercher ailleurs ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts IDE

2001-12-20 Thread [EMAIL PROTECTED]
PROTECTED] , including a copy of this message. *** -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Grid View

2001-09-26 Thread Dudley [EMAIL PROTECTED]
Hi all, Could u guys please help me out here. What we want to do is to be able to display a list of taxpayers along with specific attributes that we can either check or uncheck using checkboxes, then submit the form and update these attributes. Has anyone got nay experience with Grid like views

RE: logic:equal tag with more than one value?

2001-09-04 Thread Dudley [EMAIL PROTECTED]
somethingsdcsdc /logic... -Original Message- From: Marcel Andres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 2:46 PM To: struts-user Subject: logic:equal tag with more than one value? Hello, I could not find information on the following topic: I would like to use the logic:equal

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-31 Thread Ian Kallen [EMAIL PROTECTED]
the different lib directories in Catalina? Also, one of the causes of these problems is that the error message printed out doesn't mention the XML parser at all (so people then think it's a Tomcat 4 problem). Wouldn't it be a good idea to fix that too ? cheers, -Ian -- Ian Kallen [EMAIL PROTECTED

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Dudley [EMAIL PROTECTED]
i'm having the same problem , please help anyone? -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:32 PM To: struts-user@jakarta. apache. org (E-mail) Subject: STRANGE: session.invalidate() is not invalidating the session Hi

RE: Attribute value should be quoted

2001-08-30 Thread Dudley [EMAIL PROTECTED]
send a copy of your jsp, its usually a html tag just above or below the line in question -Original Message- From: David Corbin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:04 PM To: Struts User Subject: Attribute value should be quoted I'm getting the following

RE: Tokens?

2001-08-30 Thread Dudley [EMAIL PROTECTED]
Title: Message one would typically use tokens as a means to prevent the user from submitting a page twice when it is undesirable to do so...if u would like more info and some examples let me know -Original Message-From: Steven Leija [mailto:[EMAIL PROTECTED]]Sent: Wednesday

RE: Attribute value should be quoted

2001-08-30 Thread Dudley [EMAIL PROTECTED]
excellent -Original Message- From: David Corbin [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: Attribute value should be quoted Thanks. I found it, and your assessment was correct. Silly me for trusting the compiler

RE: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
: I got this same error running under Jrun. Look into web.xml and make sure struts stuff is there (tlds etc..) T. -Original Message- From: Ian Kallen [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:17 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0b7

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
parser (which is only mentioned in the logs). After I add one, the app works fine, and the messages are displayed correctly (so the properties file gets correctly loaded). Remy cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen

Tomcat 4.0b7 and struts-example webapp

2001-08-29 Thread Ian Kallen [EMAIL PROTECTED]
... This is the error: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE So what's up? Is there something extra to setup the classpaths inside webapps under Tomcat 4.0? cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen

RE: looking for success stories

2001-08-23 Thread Dudley [EMAIL PROTECTED]
. The user is able to register and recieve and send their tax returns/payments electronically -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 10:06 PM To: [EMAIL PROTECTED] Subject: looking for success stories Hello, We are currently

RE: use of logic-tags

2001-08-23 Thread Dudley [EMAIL PROTECTED]
i'm using Nials new tags, I've built them into my struts.jar file what version of struts r u using. If u like I can send u my jar file and tld, very easy to get working...let me know -Original Message- From: Heritier Arnaud [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 2:08

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

Re: struts-user Digest 22 Aug 2001 16:40:53 -0000 Issue 668

2001-08-22 Thread [EMAIL PROTECTED]
problematic). Bill's idea would provide a slicker way of undoing what Struts does to the prefix layer of our URIs, but it would be nice if Struts would allow us to dynamically map the absolute path prefix somehow to begin with. Thanks again, David McLure [EMAIL PROTECTED] [EMAIL PROTECTED] Date

Relative URL problem in action taglib processing

2001-08-20 Thread [EMAIL PROTECTED]
. Preliminary testing would indicate that this hack does seem to work, but I can't help but wonder: are we missing something? Is there an easier, more elegant way to achieve relative paths in action parameter references? Thanks, David McLure [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: include

2001-08-17 Thread Dudley [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 10:35 AM To: Struts Subject: jsp:include Hello all, I want to include a jsp page in an other. But the struts-tags are not rendered. This ist the code for the include: jsp:include page=menue.jsp flush=true/ and this the code of the menue.jsp

  1   2   >