Training

2009-06-07 Thread stanlick
Hey Wes and all -- I have thinking about the Wes training thread and would like to get your feedback. Do you guys think training can continue to cost what it has historically? The reason I ask is that I too have considered dropping down a gear and doing training for a living. However, I get

Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Jerome ROBERT
Hi, It is said in the documentation ( http://cwiki.apache.org/WW/convention-plugin.html#ConventionPlugin-Overwritingpluginclasses) that the plug-in can be extended by overriding its classes using (for example) the constant struts.convention.actionConfigBuilder to provide a new implementation. I

RE: Training

2009-06-07 Thread Martin Gainty
Hi Scott to recap a very well known Opensource Database provider who generate revenue off customisations of a FOSS DB http://www.mysql.com unfortunately this particular opensource database because of unforeseen factors founders Scott McNealy and Bill Joy's have seen their revenues fallen

Re: trouble retrieving a request parameter with struts2 tags

2009-06-07 Thread Dimitrios Christodoulakis
That is interesting. I tried using the escapeTick=true attribute with the s:url, but got an exception: org.apache.jasper.JasperException: /pages/list.jsp(26,6) Attribute escapeTick invalid for tag url according to TLD A further look at the struts 2 tag reference:

Re: trouble retrieving a request parameter with struts2 tags

2009-06-07 Thread Dave Newton
Dimitrios Christodoulakis wrote: A further look at the struts 2 tag reference: http://struts.apache.org/2.1.6/docs/url.html Doesn't indicate that the url tag has such an attribute -- I am using struts 2 version 2.1.6, was that attribute used in other versions? No. I assumed an attempt at

Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
you should be able to (unless there is a bug of course), doing something like this: bean type=org.apache.struts2.convention.ActionConfigBuilder name=mybuilder class=MyBuilderClassHere/ constant name=struts.convention.actionConfigBuilder value=mybuilder/ I will add this to the doc. musachy On

Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
ah..the example was there already: bean type=org.apache.struts2.convention.ActionNameBuilder name=MyActionNameBuilder class=example.SultansOfSwingNameBuilder/ constant name=struts.convention.actionNameBuilder value=MyActionNameBuilder/ I guess I was listening to Dire Straits when I added that :)

struts.tld error when running app

2009-06-07 Thread S. Saberi
Hello, When I run my app I get an error and I don't know what to make it. Here are the errors: 09/06/05 15:43:29 Error: org.apache.struts.taglib.EnumerateTei 09/06/05 15:43:29 Errors parsing file:/C:/oc4j_904/j2ee/home/applications/testApp/testApp/WEB-INF/struts.tld I am using an oracle

[OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Dave Newton
Musachy Barroso wrote: I guess I was listening to Dire Straits when I added that :) Remember when the Money For Nothing video came out? It was called ground-breaking. It looks pretty rustic now--hard to believe that was almost 25 years ago. Yikes. Dave

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
They rocked, but I was just a few years old when that came out ;) musachy On Sun, Jun 7, 2009 at 9:20 AM, Dave Newtonnewton.d...@yahoo.com wrote: Musachy Barroso wrote: I guess I was listening to Dire Straits when I added that :) Remember when the Money For Nothing video came out? It was

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Wes Wannemacher
On Sunday 07 June 2009 12:20:00 pm Dave Newton wrote: Musachy Barroso wrote: I guess I was listening to Dire Straits when I added that :) Remember when the Money For Nothing video came out? It was called ground-breaking. It looks pretty rustic now--hard to believe that was almost 25 years

Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Roger
I'm experimenting with Struts 2 and OpenJPA. I've got the database set up and the Entity classes are all defined. I was wondering if there was a tool available that would generate basic Struts 2 CRUD functionality for me. Regards

Re: Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Musachy Barroso
you might want to take a look at this: http://code.google.com/p/strutson/, which will generate stuff from the entities, I haven't tried with OpenJPA tho (just hibernate) musachy On Sun, Jun 7, 2009 at 10:13 AM, Rogerroger.var...@googlemail.com wrote: I'm experimenting with Struts 2 and OpenJPA.

Re: Training

2009-06-07 Thread Wes Wannemacher
On Sunday 07 June 2009 09:24:20 am stanl...@gmail.com wrote: Hey Wes and all -- I have thinking about the Wes training thread and would like to get your feedback. Do you guys think training can continue to cost what it has historically? The reason I ask is that I too have considered

struts.tld error when running app

2009-06-07 Thread S. Saberi
Hello, When I run my app I get an error and I don't know what to make it. Here are the errors: 09/06/05 15:43:29 Error: org.apache.struts.taglib.EnumerateTei 09/06/05 15:43:29 Errors parsing file:/C:/oc4j_904/j2ee/home/applications/testApp/testApp/WEB-INF/struts.tld I am using an oracle

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Jerome ROBERT
Musachy, The example was already there, but i failed making it work. My custom ActionConfigBuilder class is simply ignored, and looking at the code i failed in finding where struts.convention.actionConfigBuilder is injected. (bad day, way too much failure for one man.) That's why i began to think

cannot post messaga

2009-06-07 Thread S. Saberi
Hello, I have been trying to post a message to this mailing list but my e-mail keeps getting rejected. Does anyone know what's going wrong here? Thanks -S

Re: [OT] Re: Overwriting convention plugin classes (2.1.6)

2009-06-07 Thread Musachy Barroso
it is used in a couple of places: ClasspathConfigurationProvider constructor ClasspathPackageProvider constructor you will see the code for the implementation lookup there, put some breakpoints and see what is going on. musachy On Sun, Jun 7, 2009 at 10:27 AM, Jerome ROBERTjrm.rob...@gmail.com

Re: cannot post messaga

2009-06-07 Thread Dave Newton
S. Saberi wrote: Does anyone know what's going wrong here? It's not being reject; please stop posting it. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

RE: Training

2009-06-07 Thread Martin Gainty
trainers eat,work and sleep their topic 24/7 in 02 the market here dropped to 0 i took on teaching a Electrical Design course where i was designing a circuits thank GOD for Mathworks Cad program to put forth a good design but I dont design circuits for Trident class subs as some of my class

Re: Training

2009-06-07 Thread Dave Newton
Martin Gainty wrote: wes-I cant speak for Motorola 64k code (MAC) as i have yet to coded for that platform but it sounds challenging does Struts work on Motorola Old Macs used the 68K. Struts works on Java and in app containers, not on specific processors. And coding for the 68K is

RE: Training

2009-06-07 Thread Martin Gainty
font size=1you cannot guarantee something you have no control/font scott could you make sure that gets into brochure? vielen danke/thanks, Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der

Re: Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Thomas Sattler
Try Struts2Builder. http://struts2builder.sourceforge.net On Sun, Jun 7, 2009 at 1:13 PM, Roger roger.var...@googlemail.com wrote: I'm experimenting with Struts 2 and OpenJPA. I've got the database set up and the Entity classes are all defined. I was wondering if there was a tool

RE: cannot post messaga

2009-06-07 Thread S. Saberi
Sorry but I thought it was rejected because I kept getting the following message in return: Is this normal? Hi. This is the deliver program at bjtu.edu.cn. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it