AW: AW: display tag and struts

2003-10-15 Thread Otto, Frank
Hello Dirk, thanks for your answer. how can I use JSTL in this way? Regards, Frank -Ursprüngliche Nachricht- Von: Dirk Markert [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Oktober 2003 08:43 An: Struts Users Mailing List Betreff: Re: AW: display tag and struts Hello Frank,

Re: AW: display tag and struts

2003-10-15 Thread Dirk Markert
Hello Frank, use something like: Or you can use JSTL. *** OF> Hi, OF> I have asked this question in display-tag maillist, but I got no answer. OF> I think the i18n with display-tag is a "struts problem", because I read th

Re: Validator vs. XForms

2003-10-15 Thread Craig R. McClanahan
Stephan Wiesner wrote: ? The validator lets me set rules for the input fields in my forms. So does XForms. There are already tools to generate the necessary JavaScript for that (IBM Alphaworks) or to validate the input on the Server (Chiba) and display errors. The challenge for XForms is that

RE: html:hidden, disabled attribute

2003-10-15 Thread Robert Lamping
Dear Haiwei, >but sometime we want the hidden tag to be disabled so its value will not be posted to the server. What is then the purpose of have the hidden tag in it? You could also leave it out. You can always access a property using the tag. Kind regards, Robert -Original Message-

AW: display tag and struts

2003-10-15 Thread Otto, Frank
Hi, I have asked this question in display-tag maillist, but I got no answer. I think the i18n with display-tag is a "struts problem", because I read the mail from Nelson in display-tag maillist and he has the same problem. Struts can't parse nested tags. Mail of Nelson: ---

Re: intRange Validation works but displays always null

2003-10-15 Thread Dirk Markert
Hello Martin, change to *** MG> Hello togehter, MG> i have a problem with range validation. I think it is a simple thing but I MG> can't get it solved. MG> I already searched the archive but can't find a solution

Is this a bug? html:image tag rewriting src attribute

2003-10-15 Thread James JKE95 Kerridge
Hi, I am using the tag and I notice that if I open a new browser and access the page with the image tag I get an error (i.e. internet explorer says ! Done but with errors in the bottom left of the status bar.) Also the image doesn't load correctly. On inspection I notice that: has been ren

Re: Validator vs. XForms

2003-10-15 Thread Stephan Wiesner
? The validator lets me set rules for the input fields in my forms. So does XForms. There are already tools to generate the necessary JavaScript for that (IBM Alphaworks) or to validate the input on the Server (Chiba) and display errors. Stephan Yansheng Lin wrote: Sorry, I don't get it. It

RE: html:checkbox Tag problem

2003-10-15 Thread Lynn Guy
I think multibox will return the "value" of the checked items which might help you out. --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > Faisal wrote: > > I populate data from database in to the Action > form, which i am using > to > > display multiple records in the JSP Page. Here i > am using > > a

Re: Struts and Links

2003-10-15 Thread Max Cooper
The forward is a forward, not necessarily a request that Struts will know how to handle when it comes in from the outside (which is what will happen with a link). With the JSP residing in the WEB-INF subtree, it could not be served directly anyway. You probably want to setup a doGetCostCenter acti

Help : Great concern on why mapped back ActionForm works in EJB tier

2003-10-15 Thread Low Han Ming
Hi, I'm using mapped back ActionForm in my project and it is running fine. However, I have great concern as I don't understand why it works. My flow of events is as follows 1) User submit action 2) Action handles and mapped to a mapped back ActionForm 3) An event object is JavaBean that wrap th

Cannot find ActionMappings or ActionFormBeans collection

2003-10-15 Thread Juan José Velázquez Garcia
Hello, I'm trying to run a sample from the book Struts in Action without success. I getting "Cannot find ActionMappings or ActionFormBeans collection" error. If anyone can help me ... Thanks in advance. The source code is: ActionForm.java === package app; imp

Struts and Links

2003-10-15 Thread Bryce Fischer
I'm crossposting this into the Struts group, as this question may have to do with me not understanding how to access a Global Forward inside an tag. Specifically, this deals with DisplayTag. I don't know if I can use the tag there I'm trying to create a link in my tag that will call a global for

Initializing Configuration Parameters..

2003-10-15 Thread Ritvik
Hi There, In Struts, How to load application specific environment parameters from an external file i.e properties file at the time of Servlet load up? How to make suub class of ActionServlet read the evironment\Service information from a properties file? regards, Ritvik

RE: javax.servlet.ServletException: Missing message for key "inde x.title"

2003-10-15 Thread Timothy Stewart
Ended up being action org.apache.struts.action.ActionServlet application org.apache.struts.webapp.example.ApplicationResources in my struts-config.xml I have defined When I look at the server debug output it reads 17:06:54,917

Re: IDE

2003-10-15 Thread Kirk Wylie
Is there a price that you would feel comfortable paying, or by "a bit more open" do you mean that you're looking for a pure open source/free-as-in-beer solution? In addition, our marketing people tell me that we are currently selling 4.0 Professional for $1495. Kirk Wylie M7 Corporation Voinea

Re: javax.servlet.ServletException: Missing message for key "index.title"

2003-10-15 Thread Martin Gainty
action org.apache.struts.action.ActionServlet application resources.properties.messages -Martin Gainty *Everything has a price..* - Original Message - From: "Timothy Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Oc

Re: javax.servlet.ServletException: Missing message for key "index.title"

2003-10-15 Thread Barry Volpe
Have not looked at the struts-example in awhile but here is the entry for the web.xml file: application ApplicationResources Barry - Original Message - From: "Timothy Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 2:56 PM Subject: javax.s

Multiple HTML Parameters stuff

2003-10-15 Thread Joanne L Corless
I'm not sure if it's due to the time of night or maybe I'm just so not getting this but I'm having trouble getting the values out of the request in the action class for the multiple parameters I'm passing in from the jsp. When I passed a single value through struts-config declared a form bean

javax.servlet.ServletException: Missing message for key "index.ti tle"

2003-10-15 Thread Timothy Stewart
I am trying to view the struts-example/index.jsp when the page loads I get the javax.servlet.ServletException: Missing message for key "index.title" I found the entry in ApplicationResources.properties that defines index.title. I verified that the ApplicationResources.properties is in the war I

RE: Validator vs. XForms

2003-10-15 Thread Yansheng Lin
Sorry, I don't get it. It has nothing to do with the Validator Any pointers appreciated! -Original Message- From: Stephan Wiesner [mailto:[EMAIL PROTECTED] Sent: October 15, 2003 11:49 AM To: Struts Users Mailing List Subject: Validator vs. XForms What is the future of the Valida

RE: display tag and struts

2003-10-15 Thread Yansheng Lin
Hi Frank, you might want to ask this question on display-tag maillist. I subscribed to that list a while ago, and as far as I can tell, there are quite a few nice people on the list. As to your sorting problem, I don't think it has anything to do with the scope. I got it working with request sco

Re: Can we override in struts-config?

2003-10-15 Thread Craig R. McClanahan
Derek Richardson wrote: If I have an action mapping for path "/abc" in struts config a, and a different mapping for path "/abc" in struts config b, and I specify struts config b after struts config a in my init param for the action servlet, does the mapping in b override the mapping in a? If so, i

Re: struts 1.1 and multiple applications

2003-10-15 Thread Craig R. McClanahan
Scott Tiger wrote: We have one struts application working on a weblogic server 5.1 service pack 13. I have put all the struts and apache libraries(struts.jar and commo**.jar, xerces.jar etc ) in the server class path. They are not in the web-inf/lib directory. This is not a supported configura

Re: IDE

2003-10-15 Thread Barry Volpe
Eclipse, Tomcat, JBoss, Xdoclet all open and free. Works for me.. Barry - Original Message - From: "Voinea, Marina" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 2:19 PM Subject: RE: IDE > But that's expensive : 2000 $ (or

RE: IDE

2003-10-15 Thread Voinea, Marina
But that's expensive : 2000 $ (or else, evaluation for 1 month only). Is there anything a bit more "open" ? Thanks, Marina -Original Message- From: Kirk Wylie [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 4:53 PM To: Struts Users Mailing List Subject: Re: IDE You might wa

Cannot redirect within Tiles?

2003-10-15 Thread David Erickson
Essentially I have a tile that includes a bunch of little jsps. Actually I am integrating Yazd messageboard into our app. But anyway it posts to itself (has the logic to do so) and if the post is successful it does a response.sendRedirect to another page instead of displaying itself again. Well I

Re: IDE

2003-10-15 Thread Kirk Wylie
You might want to evaluate the 4.0 release of the M7 Application Assembly Suite, Professional Edition. http://www.m7.com/ Kirk Wylie M7 Corporation virupaksha wrote: Dear All, I am working on struts using exadel struts studio, Can any one know other open IDE for struts ..? especially for desi

Can we override in struts-config?

2003-10-15 Thread Derek Richardson
If I have an action mapping for path "/abc" in struts config a, and a different mapping for path "/abc" in struts config b, and I specify struts config b after struts config a in my init param for the action servlet, does the mapping in b override the mapping in a? If so, is the accidental behav

RE: Request Scope Lifetime & Propagation

2003-10-15 Thread Wendy Smoak
John wrote: > Is there anyway to propagate data from request to request? > That is I have some data used in one request (which renders a JSP) > which I want included into the next request. > The data in question is in the request scope and > is not really appropriate for the session scope (sinc

[OT] Re: IMPORTANT: & how to tell [I0F0D!H]

2003-10-15 Thread Susan Bradeen
On 10/15/2003 02:17:30 PM Jeff Kyser wrote: > A close second would be: > > 'Fatter than what, dear?" > LOL! No, IMO this is a great response, although the majority of my gender probably wouldn't agree. :) Susan > -jeff > > On Wednesday, October 15, 2003, at 01:12 PM, Chen, Gin wrote: > >

Re: IMPORTANT: & how to tell

2003-10-15 Thread Larry Meadors
Well, I tried this once, (note to self: bad): "No...the dress is fine, the jelly donuts make you look fat." Larry >>> [EMAIL PROTECTED] 10/15/03 12:17 PM >>> A close second would be: 'Fatter than what, dear?" -jeff On Wednesday, October 15, 2003, at 01:12 PM, Chen, Gin wrote: > The

Re: IMPORTANT: & how to tell

2003-10-15 Thread Adam Hardy
Obviously the first act of this review board has been to decide that [Wednesday] is in fact [Friday] On 10/15/2003 08:53 PM Paananen, Tero wrote: I think the best thing for all of us to do is to vote to get Larry out of the struts list. I want to assemble a review board to review this propos

RE: Struts 1.2

2003-10-15 Thread Wendy Smoak
Erez wrote: > Is there some sort of beta for 1.2? Is anyone working with it right now? Isn't the nightly build what will be 1.2? If so, yes, I'm working with it on a new project. I have 10/14 currently, works fine for me... (Are we going to have the "how stable are the nightly builds" discussio

RE: IMPORTANT: & how to tell

2003-10-15 Thread Paananen, Tero
> I think the best thing for all of us to do > is to vote to get Larry out of the struts list. I want to assemble a review board to review this proposal. I nominate Raghu to head it. -TPP - do we need review board to review the proposals to establish review boards? --

struts 1.1 and multiple applications

2003-10-15 Thread Scott Tiger
We have one struts application working on a weblogic server 5.1 service pack 13. I have put all the struts and apache libraries(struts.jar and commo**.jar, xerces.jar etc ) in the server class path. They are not in the web-inf/lib directory. I added another application which is similar to th

Re: Struts 1.2

2003-10-15 Thread Indrajit Raychaudhuri
- Original Message - From: "Erez Efrati" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, 15 October, 2003 23:25 Subject: Struts 1.2 ... > Is there some sort of beta for 1.2? Is anyone working with it right now? http://cvs.apache.org/builds/jak

Re: IMPORTANT: & how to tell

2003-10-15 Thread Jeff Kyser
A close second would be: 'Fatter than what, dear?" -jeff On Wednesday, October 15, 2003, at 01:12 PM, Chen, Gin wrote: The most stupid (note the grammer Larry ;) thing for a mammal to say is: "Yes Dear.. That dress *does* make you look fat" -Tim -Original Message- From: Larry Meador

RE: html:checkbox Tag problem

2003-10-15 Thread Chen, Gin
Another way is to implement the reset method. This will allow you to initialize all your checkboxes to the unchecked value. -Tim -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 12:42 PM To: Struts Users Mailing List Subject: RE: html:checkb

RE: IMPORTANT: & how to tell

2003-10-15 Thread Chen, Gin
The most stupid (note the grammer Larry ;) thing for a mammal to say is: "Yes Dear.. That dress *does* make you look fat" -Tim -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Re: IMPORTANT: & how to

RE: IMPORTANT: & how to tell

2003-10-15 Thread Raghu.Ramakrishnan
Brandon, I think the best thing for all of us to do is to vote to get Larry out of the struts list. Raghu -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 12:52 PM To: [EMAIL PROTECTED] Subject: Re: IMPORTANT: & how to

RE: Warning message on Startup

2003-10-15 Thread Greg Dunn
It's org.apache.struts.action.ActionServlet -- not org.apache.struts.tiles.ActionServlet - Careful with those cuts and pastes. ;) Greg -Original Message- From: Srinivas Gunturu [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 12

RE: struts/tiles switch from windows to Linux [I0F0D-----H]

2003-10-15 Thread Chen, Gin
Shhh Larry.. What I do on my private time is my own business. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: RE: struts/tiles switch from windows to Linux Yep, Tim's right. Search your app for "

Struts 1.2

2003-10-15 Thread Erez Efrati
As I really wish to put my hands on the validwhen validator I understand that I need to have Struts 1.2 from the nightly builds. Is there some sort of beta for 1.2? Is anyone working with it right now? Do I need to download any other packages like commons-validator or is it all bundled in Struts?

RE: struts/tiles switch from windows to Linux

2003-10-15 Thread Witt, Mike (OH35)
Excellent point. I was assuming when I read the "could not be found part that it was discussing the .jsp file itself. But it is probably referring to something that struts-menu uses. Thanks, I'll take a look. Mike -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Wedne

RE: struts/tiles switch from windows to Linux

2003-10-15 Thread Witt, Mike (OH35)
No, I haven't deployed a .war file. I zipped up my webapp's folder and ftp'd it to someone with the web hosting company. They unzipped it and put it into place. At this time I'm still assuming that everything (file system wise) looks the same as it did. Mike -Original Message- From: Vi

Re: IMPORTANT: & how to tell

2003-10-15 Thread Larry Meadors
Brandon, It is not that you are a stupid person per se, but that idea is quite possibly the stupidest thing I have heard a *mammal* suggest. Larry >>> [EMAIL PROTECTED] 10/15/03 10:06 AM >>> How about we set up a review board that examines every post to the list. Discards pointless discussions (

RE: struts/tiles switch from windows to Linux

2003-10-15 Thread Larry Meadors
Yep, Tim's right. Search your app for "\" characters. Odds are you have some config file that has one. Change 'em to "/" and it will work in either OS. Tim's always right. He is one fart smeller, er, umm smart feller. Larry >>> [EMAIL PROTECTED] 10/15/03 11:42 AM >>> >From the initial look of

Warning message on Startup

2003-10-15 Thread Srinivas Gunturu
Hi All, I am seeing following warning message in my logs when server starts up. The application is functioning properly but not sure if I should ignore this or fix it. I am using Struts as well as Tiles. action: Warning - ActionComponentServlet class: This class is to be used with Struts1.0.

Validator vs. XForms

2003-10-15 Thread Stephan Wiesner
What is the future of the Validator, concerning the now finalized XForms specification? As I understand it, both do about the same. Will there be a kind of merge? Stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: struts/tiles switch from windows to Linux

2003-10-15 Thread Vic Cekvenic
Maybe it neds .js files relative? I assume you are deploying a war file. .V Chen, Gin wrote: From the initial look of it.. It is not having a problem with finding /tiles/CoolMenu.jsp but rather having a problem with code within CoolMenu.jsp page. (Not that the exception is ServletException in /tile

RE: struts/tiles switch from windows to Linux

2003-10-15 Thread Chen, Gin
>From the initial look of it.. It is not having a problem with finding /tiles/CoolMenu.jsp but rather having a problem with code within CoolMenu.jsp page. (Not that the exception is ServletException in /tiles/CoolMenu.jsp not within the page that included it). -Tim -Original Message- From:

Re: IMPORTANT: & how to tell

2003-10-15 Thread Barry Volpe
Thanks all, I was not looking at the correct links Barry - Original Message - From: "Steve Raeburn" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 9:59 AM Subject: RE: IMPORTANT: & how to tell > A little bit more than a weeks wo

RE: html:checkbox Tag problem

2003-10-15 Thread Wendy Smoak
Faisal wrote: > I populate data from database in to the Action form, which i am using to > display multiple records in the JSP Page. Here i am using an indicator to every record in the the page. I have associated the > checkobox with String array Property. My Problem is when i submit the form > a

RE: IMPORTANT: & how to tell

2003-10-15 Thread Wendy Smoak
Barry wrote: > What could be done so that information that has already been posted > can be available to future questions or posts? The 'List Archive' link from the Struts main page appears to go back to 2000. http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42 I use this archive: http://

RE: IMPORTANT: & how to tell

2003-10-15 Thread Steve Raeburn
A little bit more than a weeks worth ;-) http://jakarta.apache.org/struts/resources/archives.html Steve > -Original Message- > From: Barry Volpe [mailto:[EMAIL PROTECTED] > Sent: October 15, 2003 9:23 AM > To: Struts Users Mailing List > Subject: Re: IMPORTANT: & how to tell > > > The li

Re: [REPOST] basic question about global forward

2003-10-15 Thread Barry Volpe
Julien, What I see is that the /logoff is fowarded to the index.jsp. not the logon.jsp. I'm guessing that you have disabled the foward and expect the index.jsp to not be displayed? I'm not saying that this will solve your problem but once in awhile you might want to clear out your browser cache.

struts/tiles switch from windows to Linux

2003-10-15 Thread Witt, Mike (OH35)
I have a webapp I've developed in windows. The production environment is Linux. On windows, I am using Tomcat 4.1.24. In Linux, it is Tomcat 4.1.27 (standalone). Here is the problem: I have a tiles tag that says: This worked fine in my windows version, but on Linux I get: [ServletException

[REPOST] basic question about global forward

2003-10-15 Thread Julien Martin
Hello, Thank you for your reply Barry. Note that I have disabled the local forward. I don't understand how the application knows that "logoff.do" is mapped to the "logon.jsp". Can you tell me? Julien. Here is the struts-config.xml file: http://jakarta.apache.org/stru

Re: IMPORTANT: & how to tell

2003-10-15 Thread Barry Volpe
That helps Thanks Barry - Original Message - From: "Paul McCulloch" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 9:26 AM Subject: RE: IMPORTANT: & how to tell > Try > > http://marc.theaimsgroup.com/?l=struts-user&r=1&w=2 > >

html:checkbox Tag problem

2003-10-15 Thread mohamed ebrahim faisal
Hai I populate data from database in to the Action form, which i am using to display multiple records in the JSP Page. Here i am using form.getPropertyName(), I am getting the values of only the checked items. I would like to know how to iniatilize the unchecked values and how struts handles.

RE: IMPORTANT: & how to tell

2003-10-15 Thread Paul McCulloch
Try http://marc.theaimsgroup.com/?l=struts-user&r=1&w=2 Paul -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: 15 October 2003 17:23 To: Struts Users Mailing List Subject: Re: IMPORTANT: & how to tell The list does have an abundance of valuable information. Am I corr

Re: IMPORTANT: & how to tell

2003-10-15 Thread Mike Deegan
Let me be the first to nominate Raghu to head the committee! Any seconds? - Original Message - From: "Raghu.Ramakrishnan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 10:12 AM Subject: RE: IMPORTANT: & how to tell Brandon,

Re: IMPORTANT: & how to tell

2003-10-15 Thread Barry Volpe
The list does have an abundance of valuable information. Am I correct in saying that the list only archives about a weeks worth of posts? It would be great if the list had a way of cataloging the information. I find that a topic could be discussed for two days and then go away. The next day som

Re: IMPORTANT: & how to tell

2003-10-15 Thread Adam Hardy
On 10/15/2003 06:06 PM Brandon Goodin wrote: How about we set up a review board that examines every post to the list. Discards pointless discussions (like this one) and rates them according to a scale of importance to the community. Then they place them into bugzilla where they will be propagated t

RE: IMPORTANT: & how to tell

2003-10-15 Thread Raghu.Ramakrishnan
Brandon, You are right, lets all vote for a review board and review comitee memebers. So that we are all do not get such junk mail. Raghu -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 11:07 AM To: [EMAIL PROTECTED]

Re: [REPOST] basic question about global forward

2003-10-15 Thread Barry Volpe
It is defined in the Action in the struts-config. If you want a more detailed answer past the config code in your post. Barry - Original Message - From: "Julien Martin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 9:10 AM Sub

[REPOST] basic question about global forward

2003-10-15 Thread Julien Martin
Hello, I am going through the struts sample application (struts-example.war) and I am trying to understand the firtst global forward. Here it is: *** *** How does the application knows that "logoff.do" is mapped to the logon.j

Re: How to i make the default selection of radio button

2003-10-15 Thread Barry Volpe
In your Action: If using DynaValidatorForm: DynaValidatorForm eForm = (DynaValidatorForm)form; eForm.set("radioButtonName","radioButtonValue")); now foward to your form and the radio button will be selected. If using a Form: nameOfForm eForm = new nameOfForm(); eForm.setRadioButtonName("rad

Re: IMPORTANT: & how to tell

2003-10-15 Thread Brandon Goodin
How about we set up a review board that examines every post to the list. Discards pointless discussions (like this one) and rates them according to a scale of importance to the community. Then they place them into bugzilla where they will be propagated to the struts list subscribers as tasks. :-\

RE: Required checkbox field & Validator

2003-10-15 Thread Saul Yuan
Try \- and \s or \s+ for multiple spaces. Saul > -Original Message- > From: Erez Efrati [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 10:05 AM > To: 'Struts Users Mailing List' > Subject: RE: Required checkbox field & Validator > > Forgive me for abusing this thread but

display tag and struts

2003-10-15 Thread Otto, Frank
Hello, I have read something about diplay tag library and have test it. If I want to sort the table by clicking on column, I will get an error, because my collection is null. It isn't saved in the session, only in the request. An idea? My other questions is: - Can I use display tag with i18

RE: [OT]formatting line breaks and tabs in emails?

2003-10-15 Thread Brian McSweeney
Hmm, very strange. I had the exact same error as Mick yesterday. I'm also using \n and I was pulling it in from resource bundles but the breaks were being ignored. Perhaps it has to do with the mailer. My mailer is setting the type of message to "text/html" as you can see by my send method belo

RE: How to i make the default selection of radio button

2003-10-15 Thread Greg Dunn
Set the ActionForm property representing the radio button to equal the value on the individual button you want selected. Greg -Original Message- From: Mahendra K. Kutare [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:00 AM To: Struts Users Mailing List Subject: How to i m

intRange Validation works but displays always null

2003-10-15 Thread Martin Grüneberg
Hello togehter, i have a problem with range validation. I think it is a simple thing but I can't get it solved. I already searched the archive but can't find a solution. I defined a Form in validation.xml with a field like this: // Tried it already with name="range" min 1 max 31

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
Sorry, don't know. Someone else will have to answer this. Adam On 10/15/2003 04:04 PM Erez Efrati wrote: Forgive me for abusing this thread but... by the way how do you insert a '-' and chars into a validator mask regular expression? Erez -Original Message- From: Adam Hardy [mailto:[EMA

Re: IMPORTANT: & how to tell

2003-10-15 Thread Adam Hardy
Perhaps we can work out a coding system like geekcode or whatever it was so that we can prefix every message title in a more community-friendly way: [I3F99D] internationalize blah blah blah where I = interesting for others from 0 - 5 F = frustration level of author: number of times have bang

AW: [OT]formatting line breaks and tabs in emails?

2003-10-15 Thread Otto, Frank
Yes, I use it in property-files. -Ursprüngliche Nachricht- Von: Brian McSweeney [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Oktober 2003 18:08 An: 'Struts Users Mailing List' Betreff: RE: [OT]formatting line breaks and tabs in emails? Are the "\n" values being pulled in from resour

RE: IMPORTANT: internationalize large chunks of text/HTML

2003-10-15 Thread Paul McCulloch
fmt get's the neccessary from the headers the broweser puts in the request by default I believe. Have a look at the Jakarta JSTL examples application. Paul -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: 15 October 2003 14:55 To: Struts Users Mailing List Subject: Re

RE: [OT]formatting line breaks and tabs in emails?

2003-10-15 Thread Brian McSweeney
Are the "\n" values being pulled in from resource bundles? -Original Message- From: Otto, Frank [mailto:[EMAIL PROTECTED] Sent: 15 October 2003 14:57 To: 'Struts Users Mailing List' Subject: AW: [OT]formatting line breaks and tabs in emails? I using \n as line breaks in mails and it func

RE: format string bean write - property editor

2003-10-15 Thread Paul McCulloch
I'd create a custom tag and pass as the body. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 October 2003 14:53 To: struts-user Subject: format string bean write - property editor Hello I read this mailing list since 1 year, but it is my first ques

RE: Converting to Struts, where to put Servlet init() code?

2003-10-15 Thread Brian McSweeney
Cool :-) Glad to be of help! Brian -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 15 October 2003 14:36 To: Struts Users Mailing List Subject: RE: Converting to Struts, where to put Servlet init() code? Brian wrote: > Easier still, you don't have to write a servlet,

Re: OT: Simple is great . (period)

2003-10-15 Thread Greg Reddin
Funny, a coworker and I were discussing this very thing yesterday in the context of J2EE vs. .NET. Neither of us have used .NET so we're just going on our perceptions. But .NET proponents say that it is simpler than J2EE. This is fine as long as you can handle being pigeon-holed into a *simp

AW: [OT]formatting line breaks and tabs in emails?

2003-10-15 Thread Otto, Frank
I using \n as line breaks in mails and it functions. -Ursprüngliche Nachricht- Von: Mick Knutson [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Oktober 2003 16:51 An: struts Betreff: [OT]formatting line breaks and tabs in emails? I am trying to format email messages that need to conta

[OT]formatting line breaks and tabs in emails?

2003-10-15 Thread Mick Knutson
I am trying to format email messages that need to contain line breaks, and tabs. But when I add \n\r or \t, they just seems to be ignored. Is there a way to do this? --- Thanks Mick Knutson The world is a playground...Play Hard, Play Smart. Visit http://www.YourSoS.com to learn how our "Person

RE: Converting to Struts, where to put Servlet init() code?

2003-10-15 Thread Wendy Smoak
Brian wrote: > Easier still, you don't have to write a servlet, just a class that > implements ServletContextListener, eg something like: THIS is the class I was looking for. I kept coming up with Filter but knowing that wasn't right. I've used ServletContextListener before, too! -- Wendy Smo

Re: Passing multiple parameters from a jsp page to action class - using JSTL - How?

2003-10-15 Thread Kris Schneider
Quoting Joanne L Corless <[EMAIL PROTECTED]>: > Hi, > > Spurred on with my recent success regarding passing parameters on html:link > I now want to pass 2 parameters into the action class from the jsp. I > realise I have to create a java.util.map to do this but how can I combine > this w

Passing multiple parameters from a jsp page to action class - using JSTL - How?

2003-10-15 Thread Joanne L Corless
Hi, Spurred on with my recent success regarding passing parameters on html:link I now want to pass 2 parameters into the action class from the jsp. I realise I have to create a java.util.map to do this but how can I combine this with using the JSTL? i.e. Currently I am passing in one parameter

RE: message vs bean:message & Tiles [SOLVED]

2003-10-15 Thread Fenderbosch, Eric
Reading jstl-1_0-fr-spec.pdf helped. I needed -Original Message- From: Fenderbosch, Eric Sent: Wednesday, October 15, 2003 10:05 To: [EMAIL PROTECTED] Subject: fmt:message vs bean:message & Tiles Maybe this would be better off in the taglibs group, but since it is also Tiles related,

Re: fmt:message vs bean:message & Tiles

2003-10-15 Thread Kris Schneider
Try: Of course, you also need to make sure JSTL knows where your messages are stored. You can set a default by including something like this in your web.xml: javax.servlet.jsp.jstl.fmt.localizationContext ApplicationResources Quoting "Fenderbosch, Eric" <[EMAIL PROTECTED]>: > Maybe th

How to i make the default selection of radio button

2003-10-15 Thread Mahendra K. Kutare
Hi all, I am facing an issue of default selecting a radio button in struts. I have written code to create two radio button, but i want one of them to be default selected. Can anyone help me on this ? How to achieve this default selection of one of the radio buttons. Thanks and regards Mahendra

Display Tag :

2003-10-15 Thread MBrewer
The display tag jsp library is pretty cool, but can i do lists where i do not know the Names or number of columns until runtime. Mike The information in this message is confidential and may be legally privileged.

Re: Keeping Actions clean - separating actions from businessmodel from persistence

2003-10-15 Thread Sgarlata Matt
Hi Sasha, sorry it has taken me so long to get back to you. I've been putting a lot of thought into my response, and I would still like to think about the issues here a little more. Specifically, I want to evaluate using the iBATIS DAO layer instead of my own custom DaoManager. I will probably s

fmt:message vs bean:message & Tiles

2003-10-15 Thread Fenderbosch, Eric
Maybe this would be better off in the taglibs group, but since it is also Tiles related, I thought I'd ask here first. I'm trying to get rid of all instances of bean:message in favor of fmt:message, but I'm not getting it to work when referencing a tiles attribute. tiles-config.xml:

RE: Required checkbox field & Validator

2003-10-15 Thread Erez Efrati
Forgive me for abusing this thread but... by the way how do you insert a '-' and chars into a validator mask regular expression? Erez -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:55 PM To: Struts Users Mailing List Subject: Re: Requir

RE: Required checkbox field & Validator

2003-10-15 Thread Shah, Prashant (Controllers, IT)
Please help me in unsubscribing to this list. I have sent multiple request to unsubscribe by sending email to [EMAIL PROTECTED] I get email confirming that I have been unsubscribed successfully but then also I keep getting emails from the user list. Thanks for your help in advance. Prashant S

pre-selecting html input object values

2003-10-15 Thread Manav Gupta
Hi, Is there a standard way to pre-select HTML input object values (such as select, text, checkbox, etc) using struts taglibs? Thanks M - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[OT] TestWEB

2003-10-15 Thread Susan Bradeen
Is anyone using Original Software's TestWEB web application testing tool? http://www.testweb.com/ All was going well while recording test scripts, but editing them is becoming a bear for me. I think my problem lies in all the forwarding my Struts application does ... the fact that the URL does

Re: IMPORTANT: internationalize large chunks of text/HTML

2003-10-15 Thread Mick Knutson
Well, I did not want to put URGENT, but yes, everything is a critical mass as I have a 2 day expo starting tomorrow for 500+ people that I am demonstrating my new application to. So with lack of sleep and heaps of stress, I am sorry but everything is fairly important right now. BTW, I really do ap

Re: Required checkbox field & Validator

2003-10-15 Thread Adam Hardy
If I think you mean what you mean, I think it's done so that any depends validation that fails returns and no more validations on that field are done. But I've seen all fields getting validated in my client-side stuff. On 10/15/2003 03:19 PM Erez Efrati wrote: One thing else I don't get is why d

  1   2   >