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

2003-12-18 Thread ajay brar
hi! i was going to take this opportunity to point out how CIO's are generally big duds, esp the CIO in Accenture, who is an even greater dud going by what little contact i have had with Accenture staff. why? well there was this project i did as part of uni which used Struts and the accenture p

[TEST] Ping

2003-12-18 Thread Andrew Hill
Pls excuse this msg. Just testing something related to posting to the list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [SPAM] Your Support Question

2003-12-18 Thread Krishnakumar N
Perhaps you would like to buy their SPAM Inspector. Only $29.95 ;-) Cheers, Krishna > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Friday, December 19, 2003 12:04 PM > To: Struts > Subject: [SPAM] Your Support Question > > > Im starting to get more than a lit

RE: BUG!!! FormFile

2003-12-18 Thread Ben Janes
Hi Dan, The bug itself is in PropertyUtils.java, which is in the Commons-BeanUtils jar,, the workaround is very simple.. (lines in bold are the ones I added) public static void setSimpleProperty(Object bean, String name, Object value) [Some other c

[SPAM] Your Support Question

2003-12-18 Thread Andrew Hill
Im starting to get more than a little p***d off with these guys. Im getting several unsolicited messages from them everyday asking me to cough up 250 bucks for a 'struts support license'. Anyone else getting spammed by this mob? -Original Message- From: Support Administrator [mailto:[EMAI

RE: [ANNOUNCE] Struts Console v4.2

2003-12-18 Thread Jitesh Sinha
Does it help in development by struts?Changing config files is not something I do everydayI don't require to change config files frequently -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:47 AM To: Struts Users Mailing List Subject:

RE: [ANNOUNCE] Struts Console v4.2

2003-12-18 Thread Andrew Hill
Gives you a nice GUI for editing your struts-config.xml and a few other config files. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Friday, 19 December 2003 14:24 To: Struts Users Mailing List Subject: RE: [ANNOUNCE] Struts Console v4.2 Well,I don't have any idea

RE: [ANNOUNCE] Struts Console v4.2

2003-12-18 Thread Jitesh Sinha
Well,I don't have any idea what Struts console does.Can anybody briefly explain what it can be used for?I use IntelliJ IDEA for my development works. Thanks, Jitesh -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 6:04 PM To: 'Struts Users Ma

Re: what is the defferent betwwen normal struts tag and EL tag ?

2003-12-18 Thread Derek Clarkson
On Friday 19 December 2003 15:26, Andrew Hill wrote: > Nah mate. EL, is FAR from being a "new version". Its just an extra taglib. > (The taglibs are like 5% of what struts does (well ok, a bit more if you > include tiles in the equation!)). I dont even use JSP myself, so I could be > barking up the

RE: what is the defferent betwwen normal struts tag and EL tag ?

2003-12-18 Thread Andrew Hill
Nah mate. EL, is FAR from being a "new version". Its just an extra taglib. (The taglibs are like 5% of what struts does (well ok, a bit more if you include tiles in the equation!)). I dont even use JSP myself, so I could be barking up the wrong tree, but AFAIK there is absolutely nothing to stop yo

Re: what is the defferent betwwen normal struts tag and EL tag ?

2003-12-18 Thread Derek Clarkson
Hi, Don't consider me an expert, but struts-EL is the new version of struts. It is designated as a seperate product at the moment because it requires a later version of the JSP in order to be used. You will find that most people are using it in preference to just struts. Practical differences a

RE: Modules with Tiles Problem

2003-12-18 Thread Patrick Cheng
Thanks David, The multiconfig eliminates the error message. Another question is, the is screwed up. In traditional webpages, we've got, Header, Navbar, Body, maybe Footer. The s on the Navbar adds the context in their href locations. EG, original link in root context: now, the link after module s

Re: OT: Examples of HTML-based user interfaces?

2003-12-18 Thread Brice Ruth
You might be interested in a previous post that talked about Macromedia's new Flash+Struts integration ... that would give you all the GUI goodness you could imagine, without getting into writing what would almost necessarily have to be some ugly DHTML. http://www.macromedia.com/devnet/flex/art

Re: action local forward to a tile

2003-12-18 Thread Brice Ruth
Try commenting out the element in your struts-config.xml. I had problems with this and that did the trick for me. Lemme know if that works for you! Ebersole, Steven wrote: hey all, i'm running into an issue I just cannot seem to figure out. It deals with trying to define an action local forwa

RE: OT: Examples of HTML-based user interfaces?

2003-12-18 Thread Craig Tataryn
We implemented that very widget you describe in javascript and wrapped a taglib around it at my previous job. I don't have access to the code, but I'm sure I could whip up something similar to it. It was all client side w.r.t. when you clicked the add/remove/up/down arrows. If I remember cor

RE: URGENT - Help defending Struts

2003-12-18 Thread Craig Tataryn
Canadian Firearms Registry system. (https://secure.ecom.cfc-ccaf.gc.ca/eCFRSInternet/openLicenceEntry.do?language=English) It must be scalable because I waited until close to the deadline for registering my firearms and it was responsive (last year all non-restricted firearms in Canada (i.e. hu

RE: Off-topic : Calendar Struts

2003-12-18 Thread David Friedman
Okay Martin, I'll ask. I read your recommended jakarta taglib page. It doesn't have a specific item for a calendar. I see it does have components of calendars such as month and weekday lists. I even checked the CVS listing for the version 1.1 (show on the Jakarta navigation bars) and there is

OT: Examples of HTML-based user interfaces?

2003-12-18 Thread Ajay Patil
Dear Wendy, I am interested in knowing about any good tip/tricks to implement the functionalities that you mentioned. So, if you discover/invent anything, please let me know. Presently, I use the same mechanism that you are doing, i.e go to the server on every button click, modify session data (f

what is the defferent betwwen normal struts tag and EL tag ?

2003-12-18 Thread Eric Chow
Hello, html or html-el, bean or bean-el, etc ? What should be used and what is the defference ??? Eric == If you know what you are doing, it is not called RESEARCH! == -

RE: Off-topic : Calendar Struts

2003-12-18 Thread David Friedman
If you want calendars as a grid layout like so: Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 ...etc For Javascript try: http://dynarch.com/mishoo/calendar.epl for For a JSP Taglib try: http://www.servletsuite.com/servlets/caltag.htm OR http://www.aoc.nrao.edu/~bwaters/pub/taglib/calendar-tagl

RE: DynaValidatorForm and setting initial value for the html-el:text tag

2003-12-18 Thread Wendy Smoak
> From: Jim Kennedy [mailto:[EMAIL PROTECTED] > The values to prepopulate the form are in a bean. However, > value="${user.firstName}" inside my tag does > not allow newly entered values to stick. I think the struts-example webapp has an example of using BeanUtils.copyProperties to copy value

DynaValidatorForm and setting initial value for the html-el:text tag

2003-12-18 Thread Jim Kennedy
I am using a DynaValidatorForm for one of my forms and would like to initialize the fields to a value that would tend to stick unless changed. It would follow that if there were errors, any user entered value would replace the value initially set. It should not revert back to the initial value

RE: Examples of HTML-based user interfaces?

2003-12-18 Thread Ebersole, Steven
Tapestry has a really good example of what you are talking about in the first question. In fact its one of its standard components. That would be a good starting place. Its not really all that difficult, but is pretty tedious and involves a lot of javascript to accomplish. Here is the bulk of t

Implementing Model in Struts

2003-12-18 Thread Nehal Dave
Hi Guys I am using Sapient framework in current project & we want to migrate to Struts. I have a question regarding model part of the framework. In our current framework we have "modeler" class like "Action" class in struts which is mapped to JSP(s). Before jsp is executed each time this modeler i

OT: Examples of HTML-based user interfaces?

2003-12-18 Thread Wendy Smoak
Does anyone have examples of some fancy things to do with HTML-based user interfaces? For example, I've currently got a request to show two "boxes" of items with add/remove arrows. So selecting in the left-hand box and clicking the arrow will move the item to the right hand box. I'm sure it's po

RE: URGENT - Help defending Struts

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

RE: Disable INFO Log messages in struts

2003-12-18 Thread Ebersole, Steven
Depends. Are you _certain_ this is the properties file being used to configure log4j? Try setting the system property to log4j.debug to true (i.e., -Dlog4j.debug=true)... The best place for it in a web app is as a file named log4j.properties in WEB-INF/classes... -Original Message-

RE: Disable INFO Log messages in struts

2003-12-18 Thread Gerald_Beattie
Any suggestions this is not working to remove struts INFO messages # Set root category priority to DEBUG and set its only appender to A1 log4j.rootCategory=ERROR, A1 # A1 is set to be a ConsoleAppender (writes to system console). log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses Patte

RE: URGENT - Help defending Struts

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

ClassCastException coming from DynaValidatorForm.validate()

2003-12-18 Thread Janice
Hello all, I did have validation, etc, working in another application, but now I'm starting a new application and I'm getting an error that I can't explain. When I submit my form, I call: ActionErrors errors = form.validate(mapping, request); which spits up this error: ** error stuff starts here

RE: Disable INFO Log messages in struts

2003-12-18 Thread Dalmia, Swati
In Log4J properties file you can add this lines # # # Print only messages of level WARN or above in the package struts # # #log4j.logger.org.apache.struts.action.RequestProcessor=WAR

RE: Disable INFO Log messages in struts

2003-12-18 Thread Ebersole, Steven
The debug action init param has no effect. Struts totally does logging through commons logging, which you've said you've set up to use log4j. So in your log4j config file, add a logger for org.apache.struts and set it to an appropriate level. You may also have to set additivity appropriately d

Disable INFO Log messages in struts

2003-12-18 Thread Gerald_Beattie
I have set DEBUG to Zero in the action init parms. I am still getting too many INFO messages from struts INFO util.PropertyMessageResources - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true I am using a commons-logging.properties file which points to a log4j

action local forward to a tile

2003-12-18 Thread Ebersole, Steven
hey all, i'm running into an issue I just cannot seem to figure out. It deals with trying to define an action local forward whose path is a tile. I searched the mailing list and found all sorts of questions and comments on this, but none of the solutions helped with my problem. I am using struts

Re: Is there a way to set variable using Struts?

2003-12-18 Thread Janusz Dziadon
I think that this way is not good. First step (if=1) woks fine, but after that it always will have value equal 2 so not equal 1 then second step will always be executed and finally counter will have value 1. I would prefer defining another bean on start, something like this tableCounter = 2;

RE: How To Output the Value of a String That Is Passed From Another JSP?

2003-12-18 Thread Caroline Jen
Thank you for your time and support. It is the JSTL taglib directive I missed in my page. Now, everything works as expected. --- Robert Taylor <[EMAIL PROTECTED]> wrote: > I bet your missing the JSTL taglib directive in your > page. > Try adding > <%@ taglib uri="http://java.sun.com/jsp/jstl/cor

Re: Enhancement Request or Possible Alternative?

2003-12-18 Thread Vic Cekvenich
Hookom, Jacob wrote: Vic, I did notice that there is pattern matching now available on the CVS head, but I was wondering if your solution was done with Struts as is, or if you had to make modifications to the Struts Config DTD and/or RequestProcessor? The solution of using a workflow to enforce pa

Runtime Generation of DynaValidatorActionForms

2003-12-18 Thread Hookom, Jacob
Runtime Generation of DynaValidatorActionForms, is it possible? We have forms defined in the DB and I want to generate a DynaActionForm that would use Validator. I checked the main struts books we have at the office and couldn't find any reference to something like this, I'm sure others have done

Re: logic:iterate inside a logic:iterate ??

2003-12-18 Thread Jan Vervecken
try something similar to this (of course all the Java code to construct the lists should be in (or called by) a Struts Action class, so focus on the use of the logic:iterate tag) --8 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%

Re: DOTs, wild cards, and action mapping

2003-12-18 Thread Thomas E Enebo
David Friedman wrote: Thomas, (Probably a) Dumb question From the "${area.name}" it looks like you're using Velocity Templates. I thought Velocity couldn't mix with JSP's like that (My impression from ch 17 of 'Struts in Action'. How are you mixing the two? (Or is there a Velocity update

RE: Is there a way to set variable using Struts?

2003-12-18 Thread Syed, Nazeer
I have not seen the if-else in Struts Tag. tableCounter = 2; tableCounter = 1; Thanks Nazeer -Original Message- From: Clark Kent [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 1:17 PM To: usergroup Subject: Is there a way to set variable using Struts? I have the fol

RE: Enhancement Request or Possible Alternative?

2003-12-18 Thread Hookom, Jacob
Vic, I did notice that there is pattern matching now available on the CVS head, but I was wondering if your solution was done with Struts as is, or if you had to make modifications to the Struts Config DTD and/or RequestProcessor? The solution of using a workflow to enforce pathways is not desire

RE: How to get action name

2003-12-18 Thread Wendy Smoak
> From: vasudevrao gupta [mailto:[EMAIL PROTECTED] > Can any one tell me how to get the "actionpath" from the > HTTPRequest or ActionMapping? This belongs on struts-user, not struts-dev. I assume you're trying to do this in the Action. If that's the case, I believe mapping.getPath() will get y

RE: URGENT - Help defending Struts

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

No Action

2003-12-18 Thread Mauricio T. Ferraz
I got the HTTP 500 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No Action

2003-12-18 Thread Mauricio T. Ferraz
Help, please!!! My application dont execute the action anymore, I don´t know what happened The method validate() of the ActionForm is executted return null rigth, but it don´t go to the Action. Any Action im my application work anymore! And I dont get ANY message error on server and ANY log. Anyb

Is there a way to set variable using Struts?

2003-12-18 Thread Clark Kent
I have the following scriptlet code : if(tableCounter == 1){ tableCounter = 2; } else { tableCounter = 1; } How do I achieve the above code using Struts tags (without using JSTL)? Thanks, CK - Do you Yahoo!? New Yahoo! Photos - easier uploading and sh

RE: URGENT - Help defending Struts

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

Re: Are httpSessions thread safe?

2003-12-18 Thread David Erickson
Well what that plugin does is IF you request a session from it, it binds a Hibernate Session to your current executing thread. thus if you are using actions, anywhere in that action and in the resulting jsp the same session is used if you requested it again. And on requests for images or whatever

Re: Are httpSessions thread safe?

2003-12-18 Thread Max Cooper
Most (all?) containers pool the request-handler threads, so it won't be creating hibernate sessions for each request. It would still be thread safe, since a single thread won't be used to process two requests simultaneously. This sounds like a good approach to me -- safe and likely to perform just

RE: [OT] Numeric Overflow

2003-12-18 Thread ian_d_stewart
Makes sense. I'm guessing you have something like: int num = rs.getDouble(1); >From your earlier e-mail, it looks like num is actually a long (i.e., it is a whole number that will not fit into Java's 32-bit int). Try this instead: long num = rs.getLong(1); HTH, Ian

RE: Are httpSessions thread safe?

2003-12-18 Thread Joe Hertz
I guess creating Hibernate Sessions and Destroying them on every request isn't as bad as I imagine it is? I figured creating the session when the user showed up, destroying it when his httpSession expired, and reconnecting/disconnecting on each request was strictly better. I guess doing this isn'

RE: logic:iterate inside a logic:iterate ??

2003-12-18 Thread Robert Taylor
You should probably use JSTL for this. > -Original Message- > From: gentyjp [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 18, 2003 12:16 PM > To: [EMAIL PROTECTED] > Subject: logic:iterate inside a logic:iterate ?? > > > >Hi > > I'am a Struts newbie, s

Re: Are httpSessions thread safe?

2003-12-18 Thread Adolfo Miguelez
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=149353 From: "David Erickson" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: Are httpSessions thread safe? Date: Th

Re: Are httpSessions thread safe?

2003-12-18 Thread David Erickson
That second one actually works great, 43.html. Since each request is running in its own thread it has the possiblity to create a new hibernate session for every request, but it only creates it if you call the getSession method on the filter. And at the end of the request that session is destroyed

Re: Are httpSessions thread safe?

2003-12-18 Thread Max Cooper
Agreed. I wasn't thinking that the question was to literally synchronize on the session object itself. I see now that that may have been the original intent. Synchronizing on the session object itself seems like a really dangerous idea to me (invitation for deadlock, performance issues). And Kris's

RE: Are httpSessions thread safe?

2003-12-18 Thread Joe Hertz
I saw these. I just had this grand idea of minimizing the Hibernate connections by doing what Ted did in his example -- not actually discarding a user's Hibernate Session until his httpSession expired. I've never messed with ThreadLocals before but I suspect that the attempt to put a ThreadLocal i

logic:iterate inside a logic:iterate ??

2003-12-18 Thread gentyjp
Hi I'am a Struts newbie, sorry if it is a "classic" question. My question is about logic:iterate I have a vector of documents. In my application a document is a vector of LabelValueBean. I wish to write both the label and the value. I wish to write all my documents so I iterate

Re: Are httpSessions thread safe?

2003-12-18 Thread David Erickson
Another question along the same vein.. each httpRequest that comes into say Tomcat is given a seperate thread to operate under correct? -David - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003

Struts test cases

2003-12-18 Thread Ovidiu EFTIMIE
Hi, Has anyone used WSAD 5.0 with StrutsTestCase 2.0 ? I've only succeded to make it work after several operation which don't inspire me much confidence, or maybe is just me taking the hard way. Is there anyone there who used this and can give me some hints? Thanx, Ovidiu PS: For anyone interes

RE: [OT] Numeric Overflow

2003-12-18 Thread Voinea, Marina
can you get a BigDecimal() ? -Original Message- From: Raj Yadav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 11:49 AM To: [EMAIL PROTECTED] Subject: [OT] Numeric Overflow Hi All, I have a SQL query which give me sum from a Number column. The number is huge. It is 44515445

RE: [OT] Numeric Overflow

2003-12-18 Thread Raj Yadav
Found Double Required int -raj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 10:56 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: [OT] Numeric Overflow What is the compile time error you're seeing? Ian

Re: [OT] Numeric Overflow

2003-12-18 Thread ian_d_stewart
What is the compile time error you're seeing? Ian "Raj Yadav"

[OT] Numeric Overflow

2003-12-18 Thread Raj Yadav
Hi All, I have a SQL query which give me sum from a Number column. The number is huge. It is 44515445719. I use rs.getInt(1) and it gives me Numeric Overflow Exception at Run time. I tried to use rs.getLong and rs.getDouble and they both give me compile time error. Can some one please help as to w

Re: URGENT - Help defending Struts

2003-12-18 Thread Mark Lowe
just smile a little bit in a "yeah right" manner. he's just challenging you or plain old bulshiting.. Sure struts isn't used in all b2c sites, but so what, is that a point ? IMO If his team take to it then why not, its more a question of java/jsp or not that struts. On 18 Dec 2003, at 16:03, Ma

RE: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
Poked aroung on the Hibernate site for a few minutes and found these: http://www.hibernate.org/42.html http://www.hibernate.org/43.html Quoting Joe Hertz <[EMAIL PROTECTED]>: > Yuck. And may I say, "Yuck", again? > > It's not the Session object per se, as much as it is the particular > attribut

Re: URGENT - Help defending Struts

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

Re: Are httpSessions thread safe?

2003-12-18 Thread Joe Germuska
At 8:22 AM -0800 12/18/03, Max Cooper wrote: Even though you got a few different objects with those calls, they all represent the same conceptual "session" underneath. The concept of a session would be worthless otherwise. In other words, if you stash a reference to some object in the session, you

RE: Are httpSessions thread safe?

2003-12-18 Thread Joe Hertz
Yuck. And may I say, "Yuck", again? It's not the Session object per se, as much as it is the particular attribute I want to store there. It does strike me that the storage of a Hibernate Session in the httpSession is a fairly common thing, so I doubt this bites people very often. It does seem to

Re: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
The point is about synchronizing on the session object, in which case it makes all the difference in the world that different instances are used to represent the same conceptual session. Quoting Max Cooper <[EMAIL PROTECTED]>: > Even though you got a few different objects with those calls, they a

Re: URGENT - Help defending Struts

2003-12-18 Thread Max Cooper
I am sure part of it is just that he doesn't want to choose something that doesn't have a lot of mind/market share. How many people use something is a decent (but not perfect) indicator of how likely it will be that support will be available in the future, and that the skills acquired in learning a

RE: URGENT - Help defending Struts

2003-12-18 Thread russell . c . friedberg
Sorry about that - Joe caught a Freudian slip in my mail. It is the client CIO (I tend to slip that way and think of him as mine). Accenture uses Struts all of the time (we use it in our base offering - that is why we want to use it here). Sorry for the confusion. Thanks again to everyone, Russe

Re: Are httpSessions thread safe?

2003-12-18 Thread Max Cooper
Even though you got a few different objects with those calls, they all represent the same conceptual "session" underneath. The concept of a session would be worthless otherwise. In other words, if you stash a reference to some object in the session, you will be able to get a reference to that same

Re: URGENT - Help defending Struts

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

Re: Possible to add or change Validatorrules at runtime?

2003-12-18 Thread Oliver Thiel
Hi Martin, I try achieve something comparable. But I did not use the xml validation, cause as far as I know you have to reload the xml files - which means you have to change the web.xml timestamp so that the server is aware of the change and reloads . bla bla. Here you are two articles d

Re: URGENT - Help defending Struts

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

RE: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
Synchronizing on the session object may cause you all sorts of grief...or it may not. It all depends on your container. The spec makes no guarantees about the identity of the object returned by methods like PageContext.getSession or HttpServletRequest.getSession. For example, here's a test JSP: <%

Re: URGENT - Help defending Struts

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

RE: URGENT - Help defending Struts

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

Re: Are httpSessions thread safe?

2003-12-18 Thread Max Cooper
Two threads can access and use the same object from the session at the same time. Struts does not prevent this from occurring. It is something to worry about unless you want to be woken up with bug reports in the middle of the night. :-) -Max - Original Message - From: "Joe Hertz" <[EMA

Re: URGENT - Help defending Struts

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

Re: URGENT - Help defending Struts

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

RE: URGENT - Help defending Struts

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

Re: URGENT - Help defending Struts

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

Re: URGENT - Help defending Struts

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

Re: URGENT - Help defending Struts

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

Re: URGENT - Help defending Struts

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

RE: URGENT - Help defending Struts

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

RE: URGENT - Help defending Struts

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

URGENT - Help defending Struts

2003-12-18 Thread russell . c . friedberg
All: Our CIO is currently fighting the use of Struts by saying that it is not widely used in B2C sites. Does anyone know of any sites, preferably commerce sites that are using Struts? This would be extremely helpful. The issue is that the CIO is looking for sites that may be similar to ou

Re: Question about back button on forward.

2003-12-18 Thread Shrihas Shah
Hi Khalid: Thanks for your reply. I just found out some info. If I want to force to send request upon the hitting back button I can put following lines in my jsp and it does force back the request to server. <% response.setHeader("Expires","0");response.setHeader("Cache- Control","no-cache");%

Possible to add or change Validatorrules at runtime?

2003-12-18 Thread Martin Grüneberg
Hi all, I will write a application with fully dynamic htmlforms which i can configure at runtime. For each of the fields of such a form I will define a type (String,Number...) and Constraints like in the validator.xml (range etc.). My question is, is it possible to add form and fielddefinitions

RE: BUG!!! FormFile

2003-12-18 Thread Dan Payne
Ben, So is the bug in Opera or Struts? This problem is extremely annoying. Also, do you mind posting your work around? Thanks, Dan -Original Message- From: Ben Janes [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 1:19 AM To: Struts Users Mailing List Subject: RE: BUG!!! For

RE: [Tiles] tiles controller not processing tiles request

2003-12-18 Thread Craig Tataryn
Thanks David, I did end up figuring it out, thanks for the tip about the controller, I noticed in the plugin source that it would instantiate it if it was not already present. I should add that when I posted my solution, I had the wrong class used on my action, it should read: I think I or

Re: Weblogic 8.1 - Error in using tag library

2003-12-18 Thread aashra
I am sending this message so that if somebody else faces a similar problem they will have an answer to it instead of a hanging thread. The project I am dealing with was purchased and I pulled that project from a version control system on to JBuilder. Since I wanted to use the "struts visualizat

RE: Are httpSessions thread safe?

2003-12-18 Thread Joe Germuska
At 4:09 PM +0800 12/18/03, Andrew Hill wrote: The sessions essentially just a sort of Map. Access to it may be threadsafe, but the stuff thats in it is another matter entirely. Multiple requests associated with the same session will execute simultaneously. There's nothing in the specs that guarante

Re: Tiles in Struts 1.1 - TilesRequestProcessor

2003-12-18 Thread Joe Germuska
The PlugIn takes the liberty of setting your RequestProcessor to the TilesRequestProcessor for you. You only really need to worry about it if you choose to use a custom RequestProcessor of your own; in that case, you'd need to extend the TilesRequestProcessor if you want to use Tiles functio

Test tiles attribute presence

2003-12-18 Thread Franck
Hi, In a tiles template I would like to test if a tiles attribute should be inserted or not : Example : I would like to code something like Something to remplace the non-existing tiles:notEmpty ? Thanks -- Franck Lefebure --

Re: Generate Java class from xml?

2003-12-18 Thread John Ferguson Smart
Must be a new anti-spam filter on the mail server, I guess... Adam Hardy wrote: John, this is off-topic, but why does your message header contain the word ***SPAM** ? On 12/17/2003 08:43 PM John Smart wrote: There's also XMLBeans (http://xml.apache.org/xmlbeans/) , which, unlike Casto

how to not insert javascript into forms

2003-12-18 Thread konf
Hallo, when I use

  1   2   >