Re: More that one application resource file

2002-07-08 Thread @Basebeans.com
Subject: Re: More that one application resource file From: Davor Cengija <[EMAIL PROTECTED]> === Craig R. McClanahan wrote: >> Is it possible, and if yes, how, to have more than one application >> resource file in a single application? >> > > Can't you do the merging as part of your build pro

RE: errors.suffix

2002-07-08 Thread Andrew Hill
This week would suit Daniel & I quite nicely. :-) -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 13:42 To: 'Struts Users Mailing List' Subject: RE: errors.suffix >From your options, I'd say 'almost' right now. -- Martin Cooper > -Or

RE: errors.suffix

2002-07-08 Thread Martin Cooper
>From your options, I'd say 'almost' right now. -- Martin Cooper > -Original Message- > From: Daniel J. D'Cotta [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 10:44 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: errors.suffix > > > Well, I seen that bef

RE: errors.suffix

2002-07-08 Thread Daniel J. D'Cotta
Well, I seen that before, but I was hoping that if 'the upcoming 1.1-beta-2' was drawing close to release, that a rough time frame might be made known to all. Maybe just a a 'almost', 'half-way', or 'no-where near' answer. Regards, Daniel -Original Message- From: Andrew Hill [mailto:[E

RE: marking checkboxes checked from a List

2002-07-08 Thread Rahul Kumar Saxena
Inside JobObjects bean, add one attribute for checking if this job is checked, say selectedFlag (Not a good name). Set the value of selectedFlag to true for all the JobObjects which you want to show as selected.This you can do in the action class which forwards to this JSP. While creating the chec

RE: DynaActionForm Advantages

2002-07-08 Thread Jacob Hookom
I agree with James on the extra level aspect. I've been finding that the finer the granularity in my struts application, the easier it is to maintain [for each action, a specialized form/bean]. I did opt though for the validator, since it brought regexp validation to the table which is invaluabl

RE: DynaActionForm Advantages

2002-07-08 Thread Andrew Hill
+1 -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 11:37 To: [EMAIL PROTECTED] Subject: RE: DynaActionForm Advantages My two cents on the topic. As mentioned, once you move to a good Java IDE like JBuilder, writing getters and setters is no

RE: DynaActionForm Advantages

2002-07-08 Thread James Turner
My two cents on the topic. As mentioned, once you move to a good Java IDE like JBuilder, writing getters and setters is no longer nearly the pain it used to be. What bothers me about the DynaBean approach is that it's *yet another* file, and *yet another* level of indirection that obscure what

RE: DynaActionForm Advantages

2002-07-08 Thread Andrew Hill
Actually JBuilder comes with a tool for bean generation but I find its a bit like using a sledgehammer to crack a nut for the relatively small forms I am using (a lot have only 2 or 3 properties I need to track with 8 probably being a good average!). As for productivity , Ive always considered nu

RE: DynaActionForm Advantages

2002-07-08 Thread Craig R. McClanahan
On Tue, 9 Jul 2002, Andrew Hill wrote: > Date: Tue, 9 Jul 2002 10:47:46 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: DynaActionForm Advantages

RE: DynaActionForm Advantages

2002-07-08 Thread Andrew Hill
I do my rendering using DOM and server side java code. While a lot of it is now done in abstract superclasses (making use of PropertyUtils to get stuff from the form) a lot is also still making direct use of specific actionForms, and I find having real methods in my action form is useful in catchi

RE: errors.suffix

2002-07-08 Thread Andrew Hill
http://jakarta.apache.org/struts/kickstart.html#release ;-) -Original Message- From: Daniel J. D'Cotta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 10:21 To: Struts Users Mailing List Subject: RE: errors.suffix Hi, Any planned date for 'the upcoming 1.1-beta-2' ? Regards,

RE: errors.suffix

2002-07-08 Thread Daniel J. D'Cotta
Hi, Any planned date for 'the upcoming 1.1-beta-2' ? Regards, Daniel -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:38 PM To: Struts Users Mailing List Subject: Re: errors.suffix On Mon, 8 Jul 2002, Kiss Attila wrote: > Date:

RE: MessageResources problem under JBoss 3.0

2002-07-08 Thread Brian Topping
> From: Martin Cooper > Subject: RE: MessageResources problem under JBoss 3.0 > Date: Mon, 08 Jul 2002 15:18:56 -0700 > > - --- > > > -Original Message- > > From: Brian Topping [mailto:[EMAIL PROTECTED]] > > S

RE: DynaActionForm Advantages

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Joseph Barefoot wrote: > Date: Mon, 8 Jul 2002 17:21:32 -0700 > From: Joseph Barefoot <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: DynaActionForm Adv

RE: DynaActionForm Advantages

2002-07-08 Thread Joseph Barefoot
hmmm...I'm sure this bespeaks my ignorance of DynaActionForm beans, but how would one implement custom validation (say to validate date or other field ranges) using DynaActionForm beans, since their specifications are in your configuration file? peace, Joe Barefoot > -Original Message- >

OT: squeaky wheel with struts experience needs a job

2002-07-08 Thread Dominique Plante
I have recently heard the saying: "The squeaky wheel gets the grease", so I thought I would take a minute to be a "squeaky wheel". I am familiar bunch of technologies and projects in addition to Struts, including JSP, Java, and HTML, ANT, cactus, and Tomcat. I am also very interested and have ex

Re: With Struts tag, Size of ArrayList

2002-07-08 Thread @Basebeans.com
Subject: Re: With Struts tag, Size of ArrayList From: "Senén de Diego" <[EMAIL PROTECTED]> === You can use: .. For a description of bean-size: http://jakarta.apache.org/struts/struts-bean#size Senén "Daniel Jaffa" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED]... > Did a

Re: DynaActionForm Advantages

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote: > > Tell me again why I should use the standard form beans? > > > I'm trying to understand because it seems to add complexity having two > different ways of doing Form Beans. Why not polish up the Dyna bean stuff > and then dump (er, deprecate) normal

RE: MessageResources problem under JBoss 3.0

2002-07-08 Thread Martin Cooper
> -Original Message- > From: Brian Topping [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:49 PM > To: [EMAIL PROTECTED] > Subject: MessageResources problem under JBoss 3.0 > > > Hiyas, > > I'm looking at a classloader problem with JBoss 3 and Struts > 1.1B1. It would > a

RE: Content Management Systems - Any advice?

2002-07-08 Thread Sandra Cann
snip Mete Kural > I'm looking for a content management system to ease > website maintenance. What advice would you give on a > CMS to use with a Struts-based webapp? Sorry for the late reply (I've been on my honeymoon). Just wanted to drop a note that there is a comprehensive content management s

Re: DynaActionForm Advantages

2002-07-08 Thread Kevin . Bedell
> Possible reasons why not: > > * You're currently still stuck with Struts 1.0.2 :-). > Not an issue post 1.0.2... > * Non-trivial getter and setter implementations that do more than just > manipulate an instance variable. > Couldn't this logic be moved to validate()? Something like: p

MessageResources problem under JBoss 3.0

2002-07-08 Thread Brian Topping
Hiyas, I'm looking at a classloader problem with JBoss 3 and Struts 1.1B1. It would appear that this is the source of problems in loading properties files for struts users on JBoss. If there is anyone out there that is using JBoss 3, can you comment on your ability to load or not load propertie

Re: DynaActionForm Advantages

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 8 Jul 2002 16:06:26 -0400 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: DynaActionForm Advantages > > > > > The benefit of using Dyna

RE: Netscape cannot pre-check the checkbox!

2002-07-08 Thread Bartley, Chris P
Something like this doesn't work for you? Or, this, if you're using XHTML: chris > -Original Message- > From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: Netscape cannot pre-check the checkbox! > > > Su

Re: DynaActionForm Advantages

2002-07-08 Thread Kevin . Bedell
> The benefit of using DynaActionForm instead is in one of the following two > use cases: > > * If your ActionForm bean doesn't have a custom reset() or validate() > method, you don't need to write your own form bean class at all - > simply configure the properties in struts-config.xml. > >

RE: "mission critical application" that use "Struts" Frame work.

2002-07-08 Thread Mark Nichols
http://jakarta.apache.org/struts/resources/powered.html > -Original Message- > From: Farshad Ahvazi [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:03 PM > To: [EMAIL PROTECTED] > Subject: "mission critical application" that use "Struts" Frame work. > > > Hi All > > I am ne

RE: XML based application resources?

2002-07-08 Thread Martin Cooper
You may be interested in RBManager. It's a free tool available from AlphaWorks which lets you easily work with multiple translations. http://www.alphaworks.ibm.com/tech/rbmanager -- Martin Cooper > -Original Message- > From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] > Sent: Monday, J

Netscape cannot pre-check the checkbox!

2002-07-08 Thread @Basebeans.com
Subject: Netscape cannot pre-check the checkbox! From: "J. Jason Zhou" <[EMAIL PROTECTED]> === When a checkbox need to be pre-checked, IE works fine but Netscape does not show the check mark on the checkbox. Anyone has the same experience? -- Best Regards, J. Jason Zhou Business Intelligence P

Re: XML based application resources?

2002-07-08 Thread @Basebeans.com
Subject: Re: XML based application resources? From: "Loren Halvorson" <[EMAIL PROTECTED]> === 1) if you do something like this, you may want to look at TMX. It's an XML format well-suited for this application. Plus there is tool support. Info here: http://lisa.org/tmx/ Once upon a time we wrot

"mission critical application" that use "Struts" Frame work.

2002-07-08 Thread Farshad Ahvazi
Hi All I am new on Struts world. and I am gathering some info about that. can you guys tell me some "mission critical application" that use "Struts" Frame work. Thanks in advance Farshad -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Struts + EJB ?

2002-07-08 Thread Kevin . Bedell
I can second this - xdoclet is a great app put together by one of the people involved with Boss - but you can use it with other containers as well. http://sourceforge.net/projects/xdoclet "faisal" <[EMAIL PROTECTED]> on 07/08/2002 10:34:28 PM Please respond to "Struts Users Mailing List"

RE: XML based application resources?

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Tero P Paananen wrote: > Date: Mon, 8 Jul 2002 14:36:25 -0400 > From: Tero P Paananen <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: XML based application resources? > > > Is t

RE: Object Relational Bridge is great ? A Basic Problem

2002-07-08 Thread Adolfo Miguelez
Eric, many thanks for throwing light for me in this issue. Most of times, the more difficult responses to find, are not how are the things done, but rather why are not they done in different way. Most of reports, software comments, ... says what they do, but not why they do not apply a differ

Using Reset to Load Drop Downs?

2002-07-08 Thread Graham Lounder
Hell All, I'm having a small problem with loading my drop downs after a validation error (since my action is not being called again). It is recomended/good practice to load my drop downs in the reset method of the form? Is it possible? I would load them once my application starts, but I need t

RE: XML based application resources?

2002-07-08 Thread Tero P Paananen
> Is there an extension or maybe some trick in Struts which > would allow me to have xml-based application resource files? Extend PropertyMessageResources.java (& the corresponding factory class) and implement your own loadLocale() method, then, in your struts-config.xml, point application and f

Re: Struts + EJB ?

2002-07-08 Thread faisal
It's form www.sourceforge.net - Original Message - From: "Oren Gross" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 1:31 AM Subject: RE: Struts + EJB ? > Do you have a link for Xdoclet? > TIA > > ---

RE: DynaActionForm Advantages

2002-07-08 Thread Jerry Jalenak
Craig, Thanks for the quick reply. Most of my forms do have some sort of a custom validation requirement - hence my confusion about the advantage(s) of DynaActionForms over ActionForms. Thanks again! jerry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: M

Re: DynaActionForm Advantages

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Jerry Jalenak wrote: > Date: Mon, 8 Jul 2002 13:03:48 -0500 > From: Jerry Jalenak <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: DynaActionForm Advantages > > All, > > What are the adva

DynaActionForm Advantages

2002-07-08 Thread Jerry Jalenak
All, What are the advantages to using DynaActionForms over the traditional Struts ActionForms? I'm in the process of looking at some of the newer features of Struts 1.1, and frankly, I don't see where DynaActionForms is going to do much for me. In fact, in my limited view of the universe, it lo

Re: Struts Validation - Stop on fail?

2002-07-08 Thread Peter Onthrops
 Are you using javascript validation? If not, disregard this message. If so, the javascript rendered by the JavascriptValidatorTag performs each required validation before checking for the float validation. Since an error is found in validateRequired, validateFloat is not called. if you check out

RE: More that one application resource file

2002-07-08 Thread wbchmura
This is part of my Ant build.xml file... It concatinates a lot of property files... Extending this to handle the i18n stuff is easy -Original Message- From: craigmcc [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 1:43 PM To: struts-user Subject:

Re: More that one application resource file

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Struts Newsgroup wrote: > Date: Mon, 8 Jul 2002 10:40:03 -0700 > From: Struts Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: More that one application resource file > > Subject: More that one applica

More that one application resource file

2002-07-08 Thread @Basebeans.com
Subject: More that one application resource file From: Davor Cengija <[EMAIL PROTECTED]> === Is it possible, and if yes, how, to have more than one application resource file in a single application? I'm working on a project where diffrerent people at different levels maintain a set of messages

XML based application resources?

2002-07-08 Thread @Basebeans.com
Subject: XML based application resources? From: Davor Cengija <[EMAIL PROTECTED]> === Is there an extension or maybe some trick in Struts which would allow me to have xml-based application resource files? It is very complicated to maintain 4 or even more .properties files in different languages

RE: [ARTICLE] Using JAAS and Struts

2002-07-08 Thread Phase Web and Multimedia
This all sounds great if you are running only one app on Tomcat. I don't see where it addresses having webapp level control of url mappings. It sounds to me like JAAS serves well on a container level/single app level. But in a shared hosting environment where you need to have specific webapps with

To Manfred Wolff < Struts + EJB ? >

2002-07-08 Thread Boney Sze
>>> I use Struts, Tomcat, JBoss, XDoclett, PostgreSQL, >>> Ant, Log4J in a 5 "person year" project (not large >>> but not small also) and it works really fine. hello manfred, thanks for the reply. may i know what versions of Struts, Tomcat, Jboss, XDoclett, PostgreSQL, Ant, Log4J you are using

Re: With Struts tag, Size of ArrayList

2002-07-08 Thread Daniel Jaffa
So that is the 1.1 fix to present, right - Original Message - From: "SATISH.T" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 9:21 AM Subject: Re: With Struts tag, Size of ArrayList > Use logic:present to check if the list is null or h

Re: [ARTICLE] Using JAAS and Struts

2002-07-08 Thread @Basebeans.com
Subject: Re: [ARTICLE] Using JAAS and Struts From: "Sebastian Millies" <[EMAIL PROTECTED]> === That's a nice article, and describes the sort of approach which I am sure many people (including me) have taken. I sure would have profited by reading this before figuring it all out myself ... My prop

RE: Struts 1.1 on Weblogic

2002-07-08 Thread Anand Narayan
Weblogic 6.1 service pack 2 has a problem running Struts 1.1 web apps Moving to sp3 or sp1 worked for me. -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 5:49 AM To: 'Struts Users Mailing List' Subject: RE: Struts 1.1 on Weblogic Hi All,

Re: [ANNOUNCE] stxx 1.0.0 released

2002-07-08 Thread Jeff Pennal
The license is the same as Struts, the Apache license. Jeff Brian Topping wrote: >>-Original Message- >>From: Jeff Pennal [mailto:[EMAIL PROTECTED]] >>Sent: Sunday, July 07, 2002 3:26 PM >>Subject: Re: [ANNOUNCE] stxx 1.0.0 released >> >> >>You can find stxx at http://www.openroad.ca/ope

RE: Struts + EJB ?

2002-07-08 Thread Clay Graham
I use struts extensively, and although I think EJB can be an asset on some projects that require object relational mapping or complex deployment configurations, I find it entirely unessesary for the JSP and business logic layers of my current project and would be just another step for me to do

Re: Doing business logic validation in the Action -ValdiatableAction

2002-07-08 Thread Peter S. Hamlen
James, I'll just mention that we've taken an alternate approach from the others mentioned on the newsgroup. What we did was the following: 1) Create an interface called "ValidatableAction", with a method called "validate". 2) Create a "ValidatingForm" (bad name, I know) - within its Validat

Struts article

2002-07-08 Thread Dan Cancro
Oops, here it is http://www.e-promag.com/eparchive/index.cfm?fuseaction=viewarticle&ContentID =1742&websiteid= > -Original Message- > From: Dan Cancro > Sent: Monday, July 08, 2002 9:03 AM > To: 'Struts Users Mailing List' > Subject: RE: Return an ActionForward with additional query dat

AW: Re: Struts + EJB ?

2002-07-08 Thread Manfred Wolff
Hi. Struts and EJB is no problem. You use the "business delegate" pattern to seperate business logic in the EJB Container (e.g. JBoss). You use also the "value object" pattern to transport your data from the action to the fassade on the EJB Container. Than you do all your logic in the application

RE: Return an ActionForward with additional query data?

2002-07-08 Thread Dan Cancro
Here's another Struts article for the list: -- To unsubscribe, e-mail: For additional commands, e-mail:

Any Struts Tag

2002-07-08 Thread @Basebeans.com
Subject: Any Struts Tag From: "bkrishna" <[EMAIL PROTECTED]> === Hi All, I am trying to achieve the following 1. from a Form using a button open a window (popup) (I am doing this by calling a javasript window.open function) 2. do some processing in the popup window and display a result set. (

RE: Re: [ARTICLE] Using JAAS and Struts

2002-07-08 Thread Seymore, Walter BGI UK
But surely this is handled by the container. If the container's implementation is not sufficient (e.g. it doesn't allow password file validation that an app requires), should it not allow something like a JAAS module to be plugged in? This would allow code to be written in a consistent way (or not

Can't find logonAction?

2002-07-08 Thread Thinh Doan
Hi, My app often locks up and tomcat logs indicated that it's trying to find (instantiate) the logonAction. It had previously "found" the logonForm however. The status bar on the browser showed the jsessionid generated. The app was running fine before this condition occured. Any clues on what mi

RE: Object Relational Bridge is great ? A Basic Problem

2002-07-08 Thread Schneider, Eric
Adolfo, I understand what you are getting at, but there is a reason why this framework doesn't exist. It's because it is an extremely difficult problem. I have used a couple of O/R frameworks that come close to doing what you describe. Instead of creating concrete classes with accessors for ev

RE: Stability ??

2002-07-08 Thread Martin Cooper
We're getting close to 1.1 Beta 2, so you should be fine with the most recent nightly build. In addition to bug fixes over 1.1 Beta 1, you'll also get to use the latest and greatest features. ;-) However, if you'd be more comfortable with 1.1 Beta 1, that is also pretty stable. -- Martin Cooper

RE: Re: [ARTICLE] Using JAAS and Struts

2002-07-08 Thread James Ward
Not if you want to have security on the method level of your ejb's. JAAS is the way to go for security in distributed apps. If you just have a simple web app with no j2ee stuff, then sure, add a few lines to your web.xml file. If you have something more complex, use JAAS. -James > -Origin

Re: [ARTICLE] Using JAAS and Struts

2002-07-08 Thread @Basebeans.com
Subject: Re: [ARTICLE] Using JAAS and Struts From: "Vic C." <[EMAIL PROTECTED]> === If I may, he does a *lot* more than he needs and mkaes it complex. He can just set up a few lines in WEB.XML and he is done. matt_raible wrote: > I saw this from the Denver JUG this morning, thought some folks

Re: errors.suffix

2002-07-08 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Kiss Attila wrote: > Date: Mon, 8 Jul 2002 14:18:21 +0200 > From: Kiss Attila <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: errors.suffix > > but i want to use suffix becouse a

RE: i18n is killing me!

2002-07-08 Thread Martin Cooper
For the default resource bundle, you should not be specifying a key in your entry in struts-config.xml. -- Martin Cooper > -Original Message- > From: Brian Topping [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 07, 2002 9:46 PM > To: [EMAIL PROTECTED] > Subject: i18n is killing me! >

RE: i18n is killing me!

2002-07-08 Thread Brian Topping
> -Original Message- > From: Zayed [mailto:[EMAIL PROTECTED]] > Subject: Re: i18n is killing me! > > > try by renaming your properties file as XXX_en_US.properties. > > Cheers!! > Zayed Thanks for the tip, no, doesn't work. Makes *no* sense. Gurus: Is there any points in the strut

RE: Re: Struts + EJB ?

2002-07-08 Thread Brian Topping
I hope all my potential competitors read this... i sure would love to have them not using EJB out of the gate!!! :P -b > -Original Message- > From: Struts Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 2:10 AM > To: [EMAIL PROTECTED] > Subject: Re: St

marking checkboxes checked from a List

2002-07-08 Thread Rick Reumann
I'm sure there is a good way to handle this in Struts but me being the dumbass I thought I'd ask for help: Picture a case where you display a list of "jobs" - where next to each job name is a checkbox (Just using jobs for this example). Each checkbox corresponding to the job will have a value tha

RE: Object Relational Bridge is great ? A Basic Problem

2002-07-08 Thread Adolfo Miguelez
Thanks Eric, I will have it a look. Looks like interesting. However, a question more, for you or whoever. I would like to hear someone agreeing my suspicions that for most of O/R mapping frameworks, we need to create the object classes that map database tables by compiling code or using ant

RE: Problem with html:link and html:img

2002-07-08 Thread Ravi Kora
Yes, that is what I have tried. But it doesn't seem to work. Regards, Ravi Kora -Original Message- From: Nina-Annick Stranzenbach [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 9:44 AM To: 'Struts Users Mailing List' Subject: Re: Problem with html:link and html:img have you tr

Re: Problem with html:link and html:img

2002-07-08 Thread Nina-Annick Stranzenbach
have you tried ? On Mon, 2002-07-08 at 16:08, Ravi Kora wrote: > Hi, > I have a page where I want to combine my html:link and html:img tags. In > regular html, it would be something like this. > > > I want to write the same thing using struts tags

Re: Property exception after upgrading to JDK 1.4

2002-07-08 Thread Erich Meier
On Mon, Jul 08, 2002 at 01:11:26PM +0200, Erich Meier wrote: > Hi all, > > after upgrading JDK from 1.3.1 to 1.4.0, the tag throws an > exception under some strange circumstances: > > java.lang.Error: PropertyDescriptor: internal error while merging PDs: type mismatch >between read and write m

[ARTICLE] Using JAAS and Struts

2002-07-08 Thread matt_raible
I saw this from the Denver JUG this morning, thought some folks might be interested: http://www.mooreds.com/jaas.html Downloads and code samples from: http://www.mooreds.com/ -- To unsubscribe, e-mail: For additional commands, e-mail:

Problem with html:link and html:img

2002-07-08 Thread Ravi Kora
Hi, I have a page where I want to combine my html:link and html:img tags. In regular html, it would be something like this. I want to write the same thing using struts tags.On clicking the image, I want to invoke a JavaScript function which eventually submits the form. So, I wrote my code like

problem with error messages

2002-07-08 Thread @Basebeans.com
Subject: problem with error messages From: [EMAIL PROTECTED] === Hello, I am getting the following error message on one of my jsps: javax.servlet.ServletException: Exception creating bean of class com.valleyrec.toteboard.beans.Toteboard: {1} I know from browsing the struts source that the {1}

Re: With Struts tag, Size of ArrayList

2002-07-08 Thread SATISH.T
Use logic:present to check if the list is null or has any objs inside it. - Original Message - From: "Daniel Jaffa" <[EMAIL PROTECTED]> Date: Monday, July 8, 2002 6:45 pm Subject: With Struts tag, Size of ArrayList > Did a little research and could not find an elegant way to find > out

With Struts tag, Size of ArrayList

2002-07-08 Thread Daniel Jaffa
Did a little research and could not find an elegant way to find out if an arraylist that i send over is populated or not. Currently I send the size of the array list. But would like to do something like -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: errors.suffix

2002-07-08 Thread Kiss Attila
Thanks Ted - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 2:50 PM Subject: Re: errors.suffix > Are you using the nightly build. The errors.prefix and errors.suffix > are not available except in

Re: errors.suffix

2002-07-08 Thread Ted Husted
Are you using the nightly build. The errors.prefix and errors.suffix are not available except in the nightly build. Kiss Attila wrote: > > but i want to use suffix becouse a want to put some text after every error > message! > - Original Message - > From: "Oren Gross" <[EMAIL PROTECTED]

RE: logic:iterate populating with multiple String[]

2002-07-08 Thread Kamholz, Keith (corp-staff) USX
I just remembered those table resources that I was talking about. It's the tag library. I haven't used it, so I'm not sure exactly how it works, but I read the description and it seems like it allows the creation of tables column by column. I'm not sure though, since I haven't read past the su

RE: logic:iterate populating with multiple String[]

2002-07-08 Thread Kamholz, Keith (corp-staff) USX
Hey, I can't think of a quick fix for this offhand. However, I think there are some resources available online somewhere that allow you to create tables column by column rather than line by line. I can't remember where I saw this, but I'll let you know if I do. One quick fix I came up with when

Re: errors.suffix

2002-07-08 Thread Kiss Attila
how? i have just one ActionError object - Original Message - From: "Nina-Annick Stranzenbach" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 1:45 PM Subject: Re: errors.suffix > u can do that with errors.footer > > On Mon, 2002-07-08

Re: errors.suffix

2002-07-08 Thread Nina-Annick Stranzenbach
u can do that with errors.footer On Mon, 2002-07-08 at 14:18, Kiss Attila wrote: > but i want to use suffix becouse a want to put some text after every error > message! > - Original Message - > From: "Oren Gross" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

Re: errors.suffix

2002-07-08 Thread Kiss Attila
but i want to use suffix becouse a want to put some text after every error message! - Original Message - From: "Oren Gross" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, July 08, 2002 3:11 PM Subject: RE: errors.suffix > You should use header and

RE: errors.suffix

2002-07-08 Thread Oren Gross
You should use header and footer - Oren Gross Java(TM) Developer Mercury Interactive APM TAC R&D +972-3-5399407 [EMAIL PROTECTED] -Original Message- From: Kiss Attila [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002

errors.suffix

2002-07-08 Thread Kiss Attila
hy all i trying to use errors.suffix= ... in my properties file and i see that struts is not use that. whit errors.header is workink well . could someone tell me why? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: dynamicaly generated forms and ActionForms

2002-07-08 Thread Andrew Hill
Does XDoclet allow for _runtime_ generation of ActionForms based on information only available at runtime? >From what I saw it looked rather like a design time utility (?). Ive noticed quite a few folk looking for a way of doing ActionForms at runtime (the DynaActionForm is alas still a design ti

AW: dynamicaly generated forms and ActionForms

2002-07-08 Thread Manfred Wolff
Hi. We use XDoclet to generate our EJB's (CMP). There is also a tag to generate the struts form. With XDoclet you describe your bean with javadoc commentarys: * @ejb:bean type="CMP" * name="TelekomVerbindung" * view-type="local" * use-soft-locking="true" *

RE: back office tool (urgent, TIA)

2002-07-08 Thread Adolfo Miguelez
Hi Frank, thanks for your response. I am actually interested in testing your app. I do not if it is a commercial product or a free or open source one, but I am interested anyway. I would appreciate to know how can I have a sample of your application. You could send it by email to [EMAIL PROT

Property exception after upgrading to JDK 1.4

2002-07-08 Thread Erich Meier
Hi all, after upgrading JDK from 1.3.1 to 1.4.0, the tag throws an exception under some strange circumstances: java.lang.Error: PropertyDescriptor: internal error while merging PDs: type mismatch between read and write methods at java.beans.PropertyDescriptor.(PropertyDescriptor.java:3

Stability ??

2002-07-08 Thread Arnaud HERITIER
Hi guys !! I need to use struts 1.1 b1 or a nightbuild. I'm actually using struts 1.0.2. Is struts 1.1 B1 stable or should I use a nightbuild (which one) ?? is someone success the upgrade ??? Thanks for your advices. Arnaud HERITIER EAI Consulting Sopra Group Tél. : +33 (0)1 53 33 44

Client side validation

2002-07-08 Thread Marian Skalsky
Hi there! If I wanna use JavaScript client side validation with Struts I follow these: 1) set up my validation.xml 2) set up ApplicationResources for messages 3) extend ValidatorForm 4) .. and how to enable client side validation (in JSPs?) 5) .. will the server side validation be performed

RE: back office tool (urgent, TIA)

2002-07-08 Thread Bacco, F. ing. DTO/SLAS/DMSEISC/RPV
Adolfo, If you are interested we have a struts application that can analyse an Oracle 8i database and is able to do any CRUDS operation you want. Even if the tables have forreign keys etc., than it works with drop down boxes. You can use this application if you want. Frank Bacco -Oorspronke

RE: i18n on html:submit tag

2002-07-08 Thread Lisa van Gelder
Don't worry. Worked it out. :) You can put the i18n key in the middle of the tag. That wasn't obvious to me from the user guide! Lisa

i18n on html:submit tag

2002-07-08 Thread Lisa van Gelder
Hi all Can anybody tell me how to use i18n with a html:submit tag, so the value of the input is internationalised? It should be a simple thing, but I can't find an attribute in the tag reference that will let me do it. "value" isn't internationalised, and "titleKey" just gives it a title. The w

Validator Rollback on Error

2002-07-08 Thread Jacob Hookom
Hi All, I was wondering if anyone found a solid [or any] work around for form validating and returning back to pages/forms that have specialized parameters. Example (/workspace-insert.jsp is the form): Instead of rolling back to: /workspace-insert.jsp Rollback to: /workspace-insert.jsp?id=21932E

RE: Struts + EJB ?

2002-07-08 Thread Oren Gross
You right. Sorry about that. Thank you very much! - Oren Gross Java(TM) Developer Mercury Interactive APM TAC R&D +972-3-5399407 [EMAIL PROTECTED] -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Monda

RE: Struts + EJB ?

2002-07-08 Thread Andrew Hill
http://sourceforge.net/projects/xdoclet (Which took Google all of 0.06 seconds to find...) -Original Message- From: Oren Gross [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 16:31 To: 'Struts Users Mailing List' Subject: RE: Struts + EJB ? Do you have a link for Xdoclet? TIA -

RE: Struts + EJB ?

2002-07-08 Thread Oren Gross
Do you have a link for Xdoclet? TIA - Oren Gross Java(TM) Developer Mercury Interactive APM TAC R&D +972-3-5399407 [EMAIL PROTECTED] -Original Message- From: Brian Topping [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08,

Re: dynamicaly generated forms and ActionForms

2002-07-08 Thread Gilles . Vandaele
Did somebody have a starting point to deal whith this use case? Gilles Vandaele "Craig R.

  1   2   >