Re: I Apologize

2006-03-28 Thread Karsten Krieg
Guys, Struts is being used, even 1.x. People are asking questions about their problems and do's and don'ts. They (at least including me) don't want to see and hear you all acting like some pubertal teenagers fighting about whatever. Stop shouting at each other, take this discussion to the develop

Re: Debate and Free Speech 101

2006-03-28 Thread Henri Yandell
I've always thought I had a Gandhi complex, not a God one. *Sits in the road and hums until people are nice to each other and other such things that only happen in cartoons for 5 year olds - like talking goldfish* Hen On 3/28/06, Dakota Jack <[EMAIL PROTECTED]> wrote: > Thank you for this decisi

Re: maintaining human standards [was Re: [FRIDAY] Re: has struts reached the saturation]

2006-03-28 Thread Dakota Jack
If you leave out the substance of a conversation to say something that is so dark that no one can figure out what it means, then you have truly, truly reached the apex of the natural curve to your career, Newton. Congratulations. Would you care to say something about the issues Jonathan has raised

Re: I Apologize

2006-03-28 Thread Dion Gillard
Does WebWork2/SAF2 *require* Java5? I know Stripes does, but it's not obvious anywhere on the webwork home page about it's JDK/JRE requirements. It does say it fully supports Java5 annotations, but that doesn't preclude support for older JDKs. On 3/29/06, Michael Jouravlev <[EMAIL PROTECTED]> wro

Re: I Apologize

2006-03-28 Thread Dakota Jack
Mahaul Jive Velcro, You are not even close to anything that was actually discussed. If you are careful hanging around these straw men you are going to get one of those itches the toadies on this list talk about scratching. Why don't you just answer the question? Do you have an answer? Why go d

Re: I Apologize

2006-03-28 Thread Dakota Jack
Good god, this seems to be a disease that is catching. Why don't YOU answer the question, then, Bart? It is amazing to watch someone kiss ass and be arrogant at the same time. On 3/28/06, Bart Busschots <[EMAIL PROTECTED]> wrote: > > Larry Meadors wrote: > > >LOL, Jon, do you read your own posts

Re: I Apologize

2006-03-28 Thread Dakota Jack
A breath of fresh air. Thank you, Henri. On 3/28/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > On 3/28/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > Henri Yandell wrote: > > > Not a very impressive joke. This was a major breach of manners 10 > > > years ago, and it still is today. > > > > > >

Re: I Apologize

2006-03-28 Thread Dakota Jack
People are supposed to stop trying to get a decent or any answer to a real question because the Struts committers and their toadies turn it into a flame war? I see Jonathan as fairly calm under the circumstances and the more he asks people to answer the question the goofier they become. But, ther

Re: I Apologize

2006-03-28 Thread Dakota Jack
Dear Veto Wanted, Would you care to add anything of substance? I have decided, until you prove otherwise, that you simply are incapable of adult conversation. On 3/28/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > Larry Meadors wrote: > > LOL, Jon, do you read your own posts? > > > > Who has

Re: I Apologize

2006-03-28 Thread Dakota Jack
Dreary Morals, you are simply incoherent. Do you recognize at all that your points have no logic or sense to them? Don't you care if they are logical? On 3/28/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > > LOL, Jon, do you read your own posts? > > On 3/28/06, Jonathan Revusky <[EMAIL PROTECT

Re: Debate and Free Speech 101

2006-03-28 Thread Dakota Jack
Thank you for this decision from on high, Dreary Morals. I guess you are going to stop the car now? LOL Sorry about the anagram. I couldn't resist. Anyway, I think that people should talk if they want to even if you and others with this God-complex want them to stop. Just don't read it for Go

Re: Debate and Free Speech 101

2006-03-28 Thread Larry Meadors
*sigh* Enough noise. On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANNOUNCE] Struts Shale Framework 1.0.2 Alpha

2006-03-28 Thread Wendy Smoak
The Struts team is pleased to announce the release of Struts Shale 1.0.2 Alpha. http://struts.apache.org/downloads.html The Struts Shale Framework is a set of loosely coupled services, fundamentally based on JavaServer Faces, which may be combined as needed to meet particular application req

Re: I Apologize

2006-03-28 Thread Michael Jouravlev
On 3/27/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: > Well, your taste is questionable. You guys think that Struts 1.x is good > code. The Struts developers don't even think that. Struts 1.x sucks compared to WebWork 2, I think everybody got it. Actually, you are not the first who is saying th

RE: [Shale] Getting the JSF Session Started

2006-03-28 Thread James Reynolds
Oh, OK. Thanks again, I'm going back under the hood :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, March 28, 2006 5:33 PM To: Struts Users Mailing List Subject: Re: [Shale] Getting the JSF Session Started On 3/28/06,

Re: [Shale] Getting the JSF Session Started

2006-03-28 Thread Craig McClanahan
On 3/28/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > Thanks so much for taking the time to do this. Actually, I do have > outputLinks and commandLinks inside the same form to the JSF books> is that bad practice? No, that's fine ... I'm just suggesting that temporarily creating a 10 line JS

RE: [Shale] Getting the JSF Session Started

2006-03-28 Thread James Reynolds
Thanks so much for taking the time to do this. Actually, I do have outputLinks and commandLinks inside the same form is that bad practice? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, March 28, 2006 5:12 PM To: Struts

Re: [Shale] Getting the JSF Session Started

2006-03-28 Thread Craig McClanahan
On 3/28/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > (Oh I hope there's nothing stupid here) Nothing obvious stands out (I presume that the "std" thing is loaded in messages.jspx?). When I run into scenarios like that, I try to get to the simplest possible case first (say, a form with a com

RE: [Shale] Getting the JSF Session Started

2006-03-28 Thread James Reynolds
(Oh I hope there's nothing stupid here) <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"; %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"; %> <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"; %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> <%@ i

Re: [Shale] Getting the JSF Session Started

2006-03-28 Thread Craig McClanahan
On 3/28/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > Ah, I was barking up the wrong tree again :) > > Thanks for the suggestion. I do have a messages component on my page > and I'm not seeing any errors. However, I have not implemented a > backing bean for this first page (no real need for i

RE: [Shale] Getting the JSF Session Started

2006-03-28 Thread James Reynolds
Ah, I was barking up the wrong tree again :) Thanks for the suggestion. I do have a messages component on my page and I'm not seeing any errors. However, I have not implemented a backing bean for this first page (no real need for it yet) so I am seeing the corresponding warnings in the console.

Re: [Shale] Getting the JSF Session Started

2006-03-28 Thread Craig McClanahan
On 3/28/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > > I'm having to click twice to get a session started. I based my app on > the Shale-blank code, which includes an index.jsp file which contains a > tag to "welcome.jsf" to, as I understand it, get a session > started in the framework. JS

[Shale] Getting the JSF Session Started

2006-03-28 Thread James Reynolds
I'm having to click twice to get a session started. I based my app on the Shale-blank code, which includes an index.jsp file which contains a tag to "welcome.jsf" to, as I understand it, get a session started in the framework. However, I still need to click twice on command buttons or command l

Messages in session scope / flash scope

2006-03-28 Thread Michael Jouravlev
Struts automatically removes messages from session scope after they were shown. This is good, but what if I have store messages under a key different from Globals.MESSAGE_KEY and Globals.ERROR_KEY? (I want to use different keys because I have different sections on a page, or for Ajax regions, so I

Re: [1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Niall Pemberton
One other aspect is that changes to fully support Validator 1.2.0/1.3.0 have not been ported back to Struts 1.2.x. This does not prevent upgrading to Validator 1.3.0, it just means one feature is not useable (i.e. "Variables in Resource Bundles"). More details here, in the upgrading section. http:

Re: I Apologize

2006-03-28 Thread Bart Busschots
Larry Meadors wrote: LOL, Jon, do you read your own posts? On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: Do keep your eye on the ball, Paul. These people have had every chance to respond to my points via legitimate debate and they chose not to. OK, so what you are saying he

Re: [1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Hubert Rabago
The primary motivation for the recent 1.2.x releases were security issues [1] [2]. Because of this, the goal was to minimize possible upgrade issues, so the changes were limited to security fixes. The upgrade notes on the wiki for 1.2.8 and 1.2.9 [3] mentions that the user may wish to upgrade JCV

[1.2.x] Struts 1.2.x on latest Commons releases?

2006-03-28 Thread Henri Yandell
Before I sit and churn through compiling and testing, does anyone know of any blatant reasons why the Struts 1.2.x release couldn't be using the latest FileUpload and Validator with all the bugfixes? (is there a convention for the [xx] part of the subject when talking about 1.2.x?) Hen -

Re: I Apologize

2006-03-28 Thread Henri Yandell
On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > On 3/28/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > > >>Henri Yandell wrote: > >> > >>>Not a very impressive joke. This was a major breach of manners 10 > >>>years ago, and it still is today. > >>> > >> > >>I thou

SV: SV: [Shale] ClayforEach and Maps

2006-03-28 Thread Hermod Opstvedt
Hi I'll think about it. Actually the message I got when nesting clayForEach tags was that Map was not supported, and that I should change it into a List. Med vennlig hilsen Hermod Opstvedt Webmaster Seiling.org/Norlys.org -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED

Re: I Apologize

2006-03-28 Thread Jonathan Revusky
Henri Yandell wrote: On 3/28/06, Dave Newton <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: Not a very impressive joke. This was a major breach of manners 10 years ago, and it still is today. I thought they were funny 10 years ago, too, especially when it was deliberately, and obviously,

Re: Debate and Free Speech 101

2006-03-28 Thread Jonathan Revusky
Dave Newton wrote: Jonathan Revusky wrote: Paul really seemed to see moral equivalence between me and the people engaging in the vicious attacks -- consider James Mitchell, who was posting a private message in public in order to fan the flames. Or in order to point out what an ass you really

Re: I Apologize

2006-03-28 Thread Dave Newton
Henri Yandell wrote: > However, I'm also certain that escalating these conversations gets us > nowhere. The only positive solution I know of is to try to point the > conversation towards constructive issues and not destructive. It's not > to retaliate with much the same approach. > > That's just a

Re: I Apologize

2006-03-28 Thread Henri Yandell
On 3/28/06, Dave Newton <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > Not a very impressive joke. This was a major breach of manners 10 > > years ago, and it still is today. > > > > I thought they were funny 10 years ago, too, especially when it was > deliberately, and obviously, a joke. I

Re: SV: [Shale] ClayforEach and Maps

2006-03-28 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > It suddendly struck me that what I described below might be the cause of a > problem that I have been struggling with the last day. I have a page where I > display results from a regatta. These results are group by classes. In order > to d

Re: Debate and Free Speech 101

2006-03-28 Thread Dave Newton
Jonathan Revusky wrote: > Paul really seemed to see moral equivalence between me and the people > engaging in the vicious attacks -- consider James Mitchell, who was > posting a private message in public in order to fan the flames. Or in order to point out what an ass you really are or how you con

Re: I Apologize

2006-03-28 Thread Dave Newton
Henri Yandell wrote: > Not a very impressive joke. This was a major breach of manners 10 > years ago, and it still is today. > I thought they were funny 10 years ago, too, especially when it was deliberately, and obviously, a joke. Heck, I even thought they were funny 20 years ago, and back th

Re: OT: (Re: I Apologize)

2006-03-28 Thread Dave Newton
Jonathan Revusky wrote: >> As a side note, back when he was spraying on the Velocity list he was >> the subject of my first Markov chaining program. > What Markov chaining program? What are you talking about? Uh... I'm talking about the first time I wrote a Markov chaining program, just like I sai

Re: I Apologize

2006-03-28 Thread Jason King
Folks, Perhaps its time to table all the "I apologize", "has struts reached its limits", "are the rules for becoming a committer fair" etc threads to bed for while. I honestly suspect most of you have reached the point where you're yelling at each other not talking to each other, so perhaps l

Re: OT: (Re: I Apologize)

2006-03-28 Thread Troll Alert
Members of list: troll >> /dev/null * http://en.wikipedia.org/wiki/Internet_trolls

Re: I Apologize

2006-03-28 Thread Henri Yandell
On 3/27/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > Lighten up. I wrote it. It was supposed to be joke to bring levity to an > incredibly annoying situation. If I wrote actually trying to be you and > truly impersonate you, that would be a different matter. If I wanted to > really spoof being you

Re: Debate and Free Speech 101

2006-03-28 Thread Alexandre Poitras
Man there are some kickes in the ass wasted in this world. On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: > Larry Meadors wrote: > > LOL, Jon, do you read your own posts? > > > > On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: > > > >>Do keep your eye on the ball, Paul. These peop

OT: (Re: I Apologize)

2006-03-28 Thread Jonathan Revusky
Dave Newton wrote: List members. Here I am sorry for the off-topic. Dave Newton seems to be insinuating something -- though it's not 100% clear what. Larry Meadors wrote: LOL, Jon, do you read your own posts? Who has the time? As a side note, back when he was spraying on the Velocity

Debate and Free Speech 101

2006-03-28 Thread Jonathan Revusky
Larry Meadors wrote: LOL, Jon, do you read your own posts? On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: Do keep your eye on the ball, Paul. These people have had every chance to respond to my points via legitimate debate and they chose not to. OK, so what you are saying here is t

[ANNOUNCE] Stylus Studio 2006 Release 2 Now Available

2006-03-28 Thread Stylus Studio
[announce] Hey Everyone, Release 2 of Stylus Studio 2006 is now available for free trial download. The following are some of the highlights of Stylus Studio 2006 Release 2 XML Enterprise Edition: * Enhanced EDI Support: Stylus Studio's EDI-to-XML and XML-to-EDI tools now support hundreds of mes

Re: Tokens and multiple browser windows

2006-03-28 Thread Michael Jouravlev
On 3/28/06, Fredrik Fornwall <[EMAIL PROTECTED]> wrote: > Hello! > > What is the recommended practice (or just a good one :) for the problem > with multiple windows with regards to tokens? > > Case: >(1) A user goes to /createPost.do, which displays a form for creating > a post, in window 1. Th

SV: [Shale] ClayforEach and Maps

2006-03-28 Thread Hermod Opstvedt
Hi It suddendly struck me that what I described below might be the cause of a problem that I have been struggling with the last day. I have a page where I display results from a regatta. These results are group by classes. In order to do this I have a clayForEach tag where information about the cl

[Shale] ClayforEach and Maps

2006-03-28 Thread Hermod Opstvedt
Hi I am currently converting one of my websites from Struts to Shale/Hibernate3/Spring. One of the issues I have had recently is the clayForEach non-support of Maps. I have many many2one relationships, and these return Maps. So I have to convert my Maps into ArrayLists before returning to the view

Re: User Restriction in a web application?

2006-03-28 Thread Ted Husted
Not as such. The general concept is usually called "optimistic locking". It's optimistic because you don't try to lock people out of the function until someone else uses it. A typical usage of optimistic locking is for database updates. A version key is kept in the row. When someone goes to commi

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Leon Rosenberg
JMS as far as I now is comparable with the notification service in corba. Therefore it offers you about 5% of the functionality corba offers you. regards leon Btw, JMS doesn't fit in ANY application, you should have the special type of application to use it. On 3/28/06, Tom Ziemer <[EMAIL PROTEC

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tom Ziemer
Hi Leon, thanks for the input. May I ask how you would rate JMS and if this would also be a suitable solution for decoupling applications? I am a bit reluctant to switch to CORBA since I have absolutely no experience in this area. Regards, Tom Leon Rosenberg wrote: > If you want performance go f

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Leon Rosenberg
If you want performance go for CORBA if you want interface stability go for CORBA If you want simplicity go for RMI If you want use 3rd party products go for EJB (CORBA would do also). In my personal opinion, EJB would be a -10, SOAP -5, RMI 0, CORBA +1. If you are looking for a good (or best) c

Re: I Apologize

2006-03-28 Thread Dave Newton
Larry Meadors wrote: > LOL, Jon, do you read your own posts? > Who has the time? As a side note, back when he was spraying on the Velocity list he was the subject of my first Markov chaining program. Tragically for Jonathon, but amazingly for Markov chaining, I often couldn't distinguish betw

RE: [IE Crashes]

2006-03-28 Thread Paul Benedict
About a year ago, some articles came out toutting how great IE was compared to Firefox because Firefox 1.0ish, would crash during some very bad malformed HTML, but IE would not. You're not using Mozilla, but perhaps IE is crashing due to bad markup? Check it out. When these kind of things happen,

RE: [IE Crashes]

2006-03-28 Thread Slattery, Tim - BLS
> Any idea at which stage, will the browser(IE or Moz) crashes when > handling a jsp application. A browser sees HTML (and sometimes Flash and Shockwave and Java applets and). It does not see JSP pages. It has no idea whether the page it's rendering was generated by JSP, Java servlets, ASP, P

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tamas Szabo
Hi Tom! On 3/28/06, Tom Ziemer <[EMAIL PROTECTED]> wrote: > > Hi Tamas! > > Unfortunately, I cannot include my base-jar in both projects, because I > am using Hibernate, which heavily uses caching. Therefore, updates that > are performed by web services are not visible on the web. Having two > ve

Re: I Apologize

2006-03-28 Thread Larry Meadors
LOL, Jon, do you read your own posts? On 3/28/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: > Do keep your eye on the ball, Paul. These people have had every chance > to respond to my points via legitimate debate and they chose not to. OK, so what you are saying here is that "these people" coul

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tom Ziemer
Hi, thanks for the input - so I'll add EJBs to the list of possible solutions :o). I agree with you, that SOAP is not really the method of choice for this kind of problem - although in some instances it might be. Tom Emmanouil Batsis wrote: > > Hello Tom, > > In short, there is no panacea or g

Re: I Apologize

2006-03-28 Thread Dave Newton
Jonathan Revusky wrote: > Don't do it again, Rick. Or else! Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Emmanouil Batsis
Hello Tom, In short, there is no panacea or golden formula. I usually go for EJBs for my business logic (so, RMI & JMS). You can bypass RMI when on the same JVM by using local interfaces and in some servers AFAIK you dont even have to explicitly do that. Personally, i try to avoid web servi

Re: maintaining human standards [was Re: [FRIDAY] Re: has struts reached the saturation]

2006-03-28 Thread Dave Newton
Dakota Jack wrote: > Newton, you remind me of a 13 year old girl. Ooo, guess I'd better watch my back then, huh. > Have you ever said anything worth reading? > I'll assume that's rhetorical, since only others could answer that. Dave ---

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tom Ziemer
Hi Tamas! Unfortunately, I cannot include my base-jar in both projects, because I am using Hibernate, which heavily uses caching. Therefore, updates that are performed by web services are not visible on the web. Having two versions of a hibernate app accessing the same db is not a good thing to do

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tamas Szabo
Hi Tom, Is there a reason you can't have all the business service layer in a Common project and include it as a jar in both the web gui an the web services app? I usually use this approach if possible... I'm interested in what others say about this but I wouldn't go on the path you want to go if

Re: I Apologize

2006-03-28 Thread Jonathan Revusky
Paul Benedict wrote: Sorry Jonathan this is happening to you. It's really inappropriate what was done. If somebody doesn't like you or your opinions, this isn't a way to treat another person regardless, if this is really a spoof. But you did come down hard on some people and I think, while it i

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tom Ziemer
Hi Tamas, thanks for your reply. Modularity is not my only concern. I am pretty sure that performance considerations will soon force me to separate the app, since the web services will do lots of number crunching, which in turn, will slow down the entire app. Apart from that, I figured it's a bett

Re: the ValidateExtends extension

2006-03-28 Thread Ted Husted
On 3/24/06, Vinny <[EMAIL PROTECTED]> wrote: > I've been using the ValidateExtends extension to validate nested dynaform to > great effect. Currently , it provides no method of using the client > side (javascript) stuff. > Any plans for that to be included? > http://www.niallp.pwp.blueyonder.co.uk/

RE: Building SHALE??? The instructions don't work!

2006-03-28 Thread hermod.opstvedt
Hi I am using the Maven build and have not run into any problems at all. Hermod -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 2:12 AM To: Struts Users Mailing List Subject: Re: Building SHALE??? The instructions don't work! On 3/27/06, Hil

Re: I apologize for maintaining human standards

2006-03-28 Thread Jonathan Revusky
Quinn Stone wrote: Larry Meadors, Rick Reumann, recently departed Jester Moose. Thank you. What are you thanking them for? Let's rewind a sec here. James Mitchell posted a private message to this list that I wrote several days ago when I was angry. He posted the private message in an attempt

Tokens and multiple browser windows

2006-03-28 Thread Fredrik Fornwall
Hello! What is the recommended practice (or just a good one :) for the problem with multiple windows with regards to tokens? Case: (1) A user goes to /createPost.do, which displays a form for creating a post, in window 1. The transaction token is reset. (2) While editing the new post in w

Re: forwarding vs redirecting issue

2006-03-28 Thread Ted Husted
On 3/27/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Session-scoped data allows you to navigate to any action keeping > application state, so you don't need to obey an artificial page flow. > I think this is a benefit usage-wise. > > I prefer to use session-scoped ActionForms and to put every

Re: [IE Crashes]

2006-03-28 Thread David Delbecq
for Moz, you can go to the mozilla bugtrack to get a list of existing browser bugs. For ie, you might need to get the releas note of each ie patch released by microsoft. There is no maximum size supported by browser. However, the most you put in the html, the slowest browsr will be at the renderin

problems with switching from 1.4 to 1.5 -> org/apache/crimson/parser/XMLReaderImpl

2006-03-28 Thread Leon Rosenberg
Hi, after switching to struts 1.2.9, tomcat 5.5.16 and jdk 1.5_06 our webapp which run ok under 1.4 doesn't even load: javax.servlet.UnavailableException at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368) at javax.servlet.GenericServlet.init(GenericServlet.java

Re: How i can check an string to be a correct web site format?

2006-03-28 Thread vijay venkataraman
See Java doc of java.util.regexp.Pattern A compiled representation of a regular expression. A regular expression, specified as a string, must first be compiled into an instance of this class. The resulting pattern can then be used to create a |Matcher| object that can match arbitrary _||_chara

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tamas Szabo
HI, Do I understand it correctly? Do you want to break it up just to ensure that is modular? If it isn't a requirement then I wouldn't add some communication layer between the modules. Be happy that you have everything in one JVM and you don't have to deal with the complexity resulting from ANY o

[IE Crashes]

2006-03-28 Thread Deva Pitchai(NatureSoft)
Hi group... Any idea at which stage, will the browser(IE or Moz) crashes when handling a jsp application. how many lines a browser can handle, without a crash? is there any limitation of the web page size? any thoughts appreciated. -- Regards, Deva. --

Re: How i can check an string to be a correct web site format?

2006-03-28 Thread Legolas Woodland
Jitendra Kumar wrote: I assume you are using form to submit the string. Are you using commons Validator framework ?? If yes, then in validator-rules.xml , there is validation of type "url". Use that. or you can use mask if you want to customize it. Jitendra Thank you for your reply. can yo

Re: Validation Problem

2006-03-28 Thread Thibaut
Hi i found the solution i was looking for : http://wiki.apache.org/struts/StrutsDeprecatedActionErrors Thank you for those who tried to help me. Thibaut Lassalle Thibaut a écrit : Hi I have all the time the same problem and there is a week i try to solve it. It should be trivial but i can

Re: forwarding vs redirecting issue

2006-03-28 Thread Madhav Bhargava
another approach to handle session scoped objects is to create a filter that will be responsible to clean up any session scope objects when they are not needed. Alternatively you can also overwrite the RequestProcessor processPreprocess method and do session cleaning there as well. If you want str

RE: How i can check an string to be a correct web site format?

2006-03-28 Thread Gaurav Jain
Hi, You can use a validator rule "url" in validation.xml from validator-rules.xml. Or You can also use a regular expression as follows in validation.xml:- URL ^http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?$ -Original Message- From: Le

[OT] JMS, RMI, CORBA, SOAP or what?

2006-03-28 Thread Tom Ziemer
Hi, I am a developer, currently working working on a medium scale app. There is a base module, which is Spring managed, that handles data access - a web tier and now a couple of web services. Up until now, we deployed everything as one application, so communication between the modules was API-base

RE: How i can check an string to be a correct web site format?

2006-03-28 Thread Jitendra Kumar
I assume you are using form to submit the string. Are you using commons Validator framework ?? If yes, then in validator-rules.xml , there is validation of type "url". Use that. or you can use mask if you want to customize it. Jitendra -Original Message- From: Legolas Woodland [mailto:

How i can check an string to be a correct web site format?

2006-03-28 Thread Legolas Woodland
Hi Thank you for reading my post. i want to check an string to see whether it is a correct web site name or not. I know that i should use regular expression , but i do not know how i should do this , can some one help me with this ? Thanks -

RE:

2006-03-28 Thread Gaurav Jain
Hi, This should definitely work. Even I am also using the same and its working fine. Gaurav -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 3:50 AM To: Struts Users Mailing List Subject: Re: Iam here with a request.I need to validate a Strut

RE: Regarding weblogic

2006-03-28 Thread Rakesh . Bhat
Weblogic is not an open source; however you can use an evaluation of it. www.bea.com Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : +9

Regarding weblogic

2006-03-28 Thread gomathi
Hi to all, weblogic is open source or not? where we have to download this . Is there is any link for this Kindly Regards gomes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I apologize for maintaining human standards

2006-03-28 Thread David Delbecq
Quinn Stone a écrit : > >I think maybe we should have for users, for developers, and a new > for those that want to have pissing contests. Speaking of saturation... > >Q > > > +1 - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: I apologize for maintaining human standards

2006-03-28 Thread Rakesh.Bhat
That is a great idea to have new group. All members provide your vote. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : +91(080) 5759-68