Comparing beans

2006-07-26 Thread Julian Tillmann
Hi everyone, does someone know of a good way to check a java bean whether a certain value has already been added or not? thanks Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net

Re: Re: Performance Tests on Action Level

2006-07-11 Thread Julian Tillmann
HI! Thank you for your link! I tried to deploy the war-file on tomcat 4 and tomcat 5 but always get the same exception "major-minor version". Does it require JDK 1.5? I hope not because I would be very interested in this tool! Thanks Julian Original-Nachricht

Performance Tests on Action Level

2006-07-11 Thread Julian Tillmann
possible via filter? The problem is that there's a constant, high CPU usage on our Tomcat and we'd like to find out why. I’m sure that it’s because of the struts-application. thanks very much Julian -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Mode

Short Validation Pattern Question

2006-07-06 Thread Julian Tillmann
Hi I hava two fields where a user should enter a time between 00:00 and 23:59. Is it right that HH:mm is the right pattern to check this? Thanks a lot Julian -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Re: Re: Using the c-tag with Struts?!

2006-07-05 Thread Julian Tillmann
thanks for the good information :) Julian Original-Nachricht Datum: Wed, 5 Jul 2006 06:55:33 -0700 Von: Wendy Smoak <[EMAIL PROTECTED]> An: Struts Users Mailing List Betreff: Re: Using the c-tag with Struts?! > On 7/5/06, Julian Tillmann <[EMAIL PROTECTED]> wr

Using the c-tag with Struts?!

2006-07-05 Thread Julian Tillmann
Hi I’d like to use the c-tag of the core tag library as it seems to be powerful. For example "else if" is not implemented in Struts-logic and this is often needed. Are there any disadvantages of doing so or can also you recommend it? Thanks for your suggestions! Julian --

Starting a Struts-Intranet Applikation from the Client

2006-06-20 Thread Julian Tillmann
ce on this subject? thank you very much Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Re: Extending Struts with Spring

2006-06-08 Thread Julian Tillmann
Thanks very much for all your answers, I'd be very keen to learn more about this soon. -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PR

Re: Re: Extending Struts with Spring

2006-06-08 Thread Julian Tillmann
I'm not expert enough to understand this up to date! Thanks I watched this example of IBM with the interceptor. Which other business-cases (aspects) could you reasonable use this way? Isn't this a performance problem, because interceptors always have to use refelection? Thank y

Extending Struts with Spring

2006-06-07 Thread Julian Tillmann
asily achieved with a filter? I'm thinking about using this extension but I don't have any kind of practical experience with it. Could someone help me with this? ciao & thx Julian -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: ht

Form shared between 2 Action, how to change bool-value?

2006-05-31 Thread Julian Tillmann
and I also implemented the reset method with reset(...) { boolean value = false; } both doesn't work so what is the common way to achieve this? Or may this be correct and the error should be found somewhere else? thanks Julian -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlin

Re: Re: Re: Re: How to lock the access of methods within an action?

2006-05-30 Thread Julian Tillmann
Hi Miguel, thanks for the tip, is it possible to use this in a struts action which is not thread save? ciao 4 now Julian >  Original-Nachricht > Datum: Tue, 30 May 2006 09:28:36 -0300 > Von: Miguel Galves <[EMAIL PROTECTED]> > An: Struts Users Mailing L

Re: Re: Re: How to lock the access of methods within an action?

2006-05-30 Thread Julian Tillmann
action? >  > i think transaction manager will take care of this. > > On 5/30/06, Julian Tillmann <[EMAIL PROTECTED]> wrote: > > > > Thanks a lot for your answer! > > > > My thinking behind is the application level! > > > > I'm not sure but the goal

Re: Re: How to lock the access of methods within an action?

2006-05-30 Thread Julian Tillmann
t is being edited and base access restrictions off of that. > However you have to be very carefull about making sure you don't get > any deadlock or race conditions. > > I suggest you delve into database world and read about how other > people have solved this problem. > >

How to lock the access of methods within an action?

2006-05-30 Thread Julian Tillmann
other and the other will have worked completely in vain. So my question would be whether there's some way to prevent this from happening, some kind of "lock down" method for edit-actions? I think this problem is not uncommon, can someone give me a tip? thanks in advance Julia

RE: Finalize back hitting the "back"-button?

2006-05-17 Thread Julian Tillmann
ented so in finalize) or, as I'm guessing after your answer, how to do it otherwise. thanks again Julian > --- Ursprüngliche Nachricht --- > Von: "Emilia Ipate" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: RE: Finalize back hitt

Finalize back hitting the "back"-button?

2006-05-17 Thread Julian Tillmann
Hello my question is simple: is an action finalized when the user hits the "back" button of the browser? thanks & ciao 4 now Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http

Re: How to create a Waiting Page for long requests?

2006-05-03 Thread Julian Tillmann
Hi again, thanks for the suggestions, but I'd rather not use JavaScript, so any advice besides that? ciao 4 now Julian > --- Ursprüngliche Nachricht --- > Von: "Shshank Jain" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: How

How to create a Waiting Page for long requests?

2006-05-02 Thread Julian Tillmann
Hi I want to prevent a user from submitting long during database queries twice. Therefore I try to include a waiting page. Can someone name me an example or give me a tip how to implement it? Thanks a lot Julian -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt G

Re: Extracting MessageResources from Struts

2006-04-24 Thread Julian Tillmann
hi, thank you very much your answer has been very helpful :) ciao 4 now Julian > --- Ursprüngliche Nachricht --- > Von: David Delbecq <[EMAIL PROTECTED]> > An: Struts Users Mailing List > Betreff: Re: Extracting MessageResources from Struts > Datum: Mon, 24 Apr 2006 13:3

Extracting MessageResources from Struts

2006-04-24 Thread Julian Tillmann
my question is: can I just extract the MessageResources.class or is there substitution I can use for this? thanks very much in advance Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! htt

Any relation imaginable between Struts and HiveMind?

2006-04-06 Thread Julian Tillmann
a clue on how I could use this, but perhaps anyone can give me an idea ... regards Julian -- GMX Produkte empfehlen und ganz einfach Geld verdienen! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner - To

Validwhen

2006-04-03 Thread Julian Tillmann
Hi I tried now for several hours to fix my validwhen-example. The property time should only be validated if the checkbox (property calculatingShift) Is not checked. How can help me? Thank you so much!

"Valid when"-Example

2006-04-03 Thread Julian Tillmann
. Here is my code snippet: var //-->this is the property that should decide if a check is necessary or not (the bean-property of a html-checkbox) (selectionForShift==false) Help would be highly appreciated as this is really driving me crazy Thanks a lot Julian -- Echte DSL-Flatrate da

Re: Replacing Validator 1.2 with 1.3?

2006-03-30 Thread Julian Tillmann
Oh that sounds great, thanks :) Julian > --- Ursprüngliche Nachricht --- > Von: "Niall Pemberton" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: Replacing Validator 1.2 with 1.3? > Datum: Thu, 30 Mar 2006 14:32:07 +0100 > >

Replacing Validator 1.2 with 1.3?

2006-03-30 Thread Julian Tillmann
Hi again, just a quick question: what's your experience with replacing Validator V1.2 with V1.3, what problems did occur, what did you have to keep an eye on or did it just work fine? ciao 4 now Julian -- Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer! Kostenlos downloaden:

User Restriction in a web application?

2006-03-26 Thread Julian Tillmann
at in Java? thx & ciao 4 now Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX

Re: Strategy for Controlling the Session Size

2006-03-23 Thread Julian Tillmann
thanks for all your ideas and advice especially the one with the filter was very helpful. :) ciao 4 now Julian > --- Ursprüngliche Nachricht --- > Von: "Mark Lowe" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: Strategy for Controlling

Re: Strategy for Controlling the Session Size

2006-03-22 Thread Julian Tillmann
e Session Size > Datum: Wed, 22 Mar 2006 11:34:31 +0100 > > On 3/22/06, Julian Tillmann <[EMAIL PROTECTED]> wrote: > > Hi > > > > Can someone give me advice how to control and clean > > > > the amount of Collections (HashTables/ArrayList) > > > &g

Strategy for Controlling the Session Size

2006-03-22 Thread Julian Tillmann
Hi Can someone give me advice how to control and clean the amount of Collections (HashTables/ArrayList) that are stored in the session. My first consideration goes in the direction to use a naming-strategy for all lists to be used in a session (eg session.setAttribute("collection_name", and

Re: ActionForm Stringvariables

2006-03-16 Thread Julian Tillmann
ah, ok, well thanks, that was rather illuminating :) thanks a thousand Julian > --- Ursprüngliche Nachricht --- > Von: "Leon Rosenberg" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: ActionForm Stringvariables > Datum: Thu,

Re: How to disable URL rewriting for session id?

2005-07-04 Thread Julian Kerr
ib.TagUtils and org.apache.struts.taglib.html.FormTag) Thanks, Julian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to disable URL rewriting for session id?

2005-07-03 Thread Julian Kerr
Ahh, the problem spreadeth... also need to use plain old forms, which means no struts help there either. Guess this boils down to either finding a way to tell struts to stop rewriting url's, or another moving to another context... Julian Wendy Smoak wrote: From: "Julian Ker

Re: How to disable URL rewriting for session id?

2005-07-01 Thread Julian Kerr
Michael Jouravlev wrote: On 6/30/05, Julian Kerr <[EMAIL PROTECTED]> wrote: The html:link tag automatically applies URL rewriting to maintain session state in the absence of cookies. Is it possible to disable this feature? Have you tried <%@ page session="false&qu

How to disable URL rewriting for session id?

2005-06-30 Thread Julian Kerr
Dear All, The html:link tag automatically applies URL rewriting to maintain session state in the absence of cookies. Is it possible to disable this feature? [I'm using Resin in a shared environment. Resin considers the sessionid as part of the URL address, and hence I get 404 errors.] Also

Re: [Struts-Chain] Exception loading resources chain-config.xml

2004-12-20 Thread Julian
for all, Julian --- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 12:43 PM -0800 12/20/04, Julian wrote: > >ok here is some more info. In my subclass of > >CatalogConfiguratorPlugIn, I logged any calls to > >setPath or setResource. So when the server starts > the &

Re: [Struts-Chain] Exception loading resources chain-config.xml

2004-12-20 Thread Julian
t be found. This seems to me that despite hardcoding the file path, it still is not found. -Julian --- Joe Germuska <[EMAIL PROTECTED]> wrote: > Here's one which works in my application: > > className="org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn"&g

Re: [Struts-Chain] Exception loading resources chain-config.xml

2004-12-20 Thread Julian
perhaps I do not have the right struts-chain jar? It is titled struts-chain-0.5-dev.jar. I find this doubtful...since it seems that the properties are just not getting set. any ideas? could this be some crazy classpath issue? Thanks again, Julian --- Joe Germuska <[EMAIL PROTECTED]>

Re: [Struts-Chain] Exception loading resources chain-config.xml

2004-12-20 Thread Julian
t;/> > > > className="org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn"> > value="/WEB-INF/chain-config.xml"/> > > > className="org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn"> > value="WEB-INF/chai

[Struts-Chain] Exception loading resources chain-config.xml

2004-12-20 Thread Julian
org.apache.struts.chain.legacy.CatalogConfiguratorPlugIn.init(CatalogConfiguratorPlugIn.java:147) I have tried the following: Thanks in advance, Julian = Live simply so others may simply live. -Ghandi Pluralitas non est ponenda sine neccesitate. "Entities should not be multi

[Struts-Chain] Correct Me If I'm Wrong

2004-12-16 Thread Julian
t need ValidateActionForm, ExecuteAction, or any other commands in my chain (from SVN chain-config.xml), right? And the above chain will work perfectly fine. Also, what significance does the catalogName attribute have in the command tag? Are there any docs on stru

RE: [Struts-Chain] Only one chain for entire request lifecycle?

2004-12-16 Thread Julian
David, Comments inline: --- "David G. Friedman" <[EMAIL PROTECTED]> wrote: > Julian, > > If you just need to invoke a chain, you can make > your action be > "org.apache.struts.chain.legacy.ChainAction". Great thanks >If > you need some ac

RE: [Struts-Chain] Only one chain for entire request lifecycle?

2004-12-16 Thread Julian
writing this email...this newbie can translate some Cocoon experience into something valuable for all. regards, Julian p.s. some resources http://cocoon.apache.org/2.1/userdocs/concepts/index.html http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html ___

[Struts-Chain] Only one chain for entire request lifecycle?

2004-12-15 Thread Julian
on's sitemap concepts with several "pipelines". Thanks in advance, Julian = Live simply so others may simply live. -Ghandi Pluralitas non est ponenda sine neccesitate. "Entities should not be multiplied unneccesarily" -William of Occam

Struts-Chain Nightly Build Is Empty

2004-12-15 Thread Julian
Hi, I am trying to download a build of struts-chain from http://cvs.apache.org/builds/jakarta-struts/nightly/struts-chain/ , but when I try to unzip any of the files, they are empty. Is this the wrong location for nightly builds or are they not available? Thanks, Julian = Live simply so

Re: Common Chain 1.0 and Struts Chain

2004-12-10 Thread Julian
Joe, Thanks a lot. I will plan on implementing the chain after a bit more due dilligence. btw, I agree on making a seperate jar for the set of commands which provide legacy support. Thanks. -Julian --- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 6:28 AM -0800 12/10/04, Julian wro

Common Chain 1.0 and Struts Chain

2004-12-10 Thread Julian
Hi, I was wondering if the release of Commons Chain 1.0 will enable a "Best Available" release of Struts with struts-chain? If not, how stable is the COR stuff in Struts? Thanks, Julian __ Do you Yahoo!? Take Yahoo! Mail with you!

Validator PlugIn and PDAs

2004-11-19 Thread Julian
files for scripting are written in Javascript. If PocketPC, etc. is not supported, is it possible to send different scripts to different clients types (e.g. Javascript to "normal" browsers and JScript to pocketPC IE)? Thanks in advance, Julian = Live simply so others may s

Re: [OT] User Preference System Design

2004-11-17 Thread Julian
. thanks again, Julian --- Michael Klaene <[EMAIL PROTECTED]> wrote: > I'd like to learn more about storing XML in the > database myself. I really haven't had much > experience there so I couldn't say if it is > beneficial or not. I started out as a database >

Re: [OT] User Preference System Design

2004-11-17 Thread Julian
I forgot to mention: 1) I cannot use Xindice since I do not feel it is viable. 2) I expect to have thousands of users with a moderate load. 3) I am leaning towards Michael's suggestion: http://www.developer.com/db/print.php/10920_3413151_1 Comment appreciated :) Thanks again, J

Re: [OT] User Preference System Design

2004-11-17 Thread Julian
not work in a distributed environment serving several independent organizations. Users will be able to update some of the information in these configurations and preferences. Thanks a ton. Julian __ Do You Yahoo!? Tired of spam? Yaho

RE: [OT] User Preference System Design

2004-11-17 Thread Julian
, scalability, distributable), but also the benefits of XML hierachies (1...* relationships, code generation tools). Thanks, Julian --- Michael Klaene <[EMAIL PROTECTED]> wrote: > I would say that 'system' level > configurations(applying to all users) could easily > be

Re: [OT] User Preference System Design

2004-11-17 Thread Julian
. The problem with it now is that it is not stored in an RDBMS, and I am unaware of the scalability of a user preferences system based on XML.Comments/Suggestions? Thanks again, Julian --- Erik Weber <[EMAIL PROTECTED]> wrote: > I like java.util.Properties, or, if Strings aren't

[OT] User Preference System Design

2004-11-16 Thread Julian
in the web application. Currently the information is stored in xml files on the server's hard disk, but this will not suit a distributable environment. Any suggestions are greatly appreciated. Thanks in Advance, Julian = Live simply so others may simply live. -Ghandi Pluralitas

Re: Struts-Chain Roadmap and Inevitable Cocoon Analogy

2004-11-10 Thread Julian
lugin any new URL to a webserver and have it produce the desired view. I hope this makes sense and is not to broad of any answer. I more than happy to clarify. Comments appreciated, Julian --- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 8:37 AM -0800 11/10/04, Julian wrote: > >

Re: Struts-Chain Roadmap and Inevitable Cocoon Analogy

2004-11-10 Thread Julian
but it is a concern. My preference would be to output XML from Struts and pass it to a Coocon pipeline for processing the view. I have more research to do obviously and appreciate any feedback. That's about it, thanks. Julian > That is, at least, how I understand it today. I > kno

Struts-Chain Roadmap and Inevitable Cocoon Analogy

2004-11-10 Thread Julian
es yet. Thanks in advance, Julian = Live simply so others may simply live. -Ghandi Pluralitas non est ponenda sine neccesitate. "Entities should not be multiplied unneccesarily" -William of Occam __ Do you Yahoo!? Check