Latest Opinions on Struts & GWT, and Maven and GWT

2007-12-13 Thread Joe Germuska
to review if anyone challenges me to say what those were!) So again, does anyone have direct experience using Maven and GWT, and if so, how are you going about it? Thanks, Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "I felt so good I told the leader how to follow." -- Sly Stone

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread Joe Germuska
button. Things like: work for me in firefox, but don't seem to work in IE. David: Could you provide the rendered HTML that works in one browser but not the other? -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "I felt so good I told the leader how to follow." -- Sly Stone

Re: [OT] How to handle non UTF characters in XML

2007-04-16 Thread Joe Germuska
sformer.transform(source, new StreamResult(writer)); String obj = writer.toString(); ByteArrayInputStream byteArray = new ByteArrayInputStream(obj.getBytes()); Document doc = factory.newDocumentBuilder().parse(byteArray); Ashish On 4/16/07, Joe Germuska <[EMAIL PROTECTED]> wr

Re: [OT] How to handle non UTF characters in XML

2007-04-16 Thread Joe Germuska
actually creates the file as you do in the XML declaration. If your characters aren't UTF-8 then don't use UTF-8. Any decent XML reading software will recognize the encoding when the file is read. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is tha

Re: problem extending the ComposableRequestProcessor process chain

2007-04-09 Thread Joe Germuska
ckage was first implemented. This should do it, unless you sometimes want the lookup to return Command.PROCESSING_COMPLETE (that is, true) When using "ignoreExecuteResult," LookupCommand always returns Command.CONTINUE_PROCESSING (false). Joe -- Joe Germuska [EMAIL PROTECTED] * http

Re: Thread.sleep(...) in Struts Action

2007-03-09 Thread Joe Germuska
attacks, you don't want to have to clutter your web application with managing all of that. Why have Apache in the middle if you don't use it for something? ;-) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Thread.sleep(...) in Struts Action

2007-03-09 Thread Joe Germuska
ing with Apache than trying to do in your application code. -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: How to create an action-mapping to another contaxtPath?

2007-03-05 Thread Joe Germuska
dson Alves Pereira <[EMAIL PROTECTED]> wrote: Those server are real separate applications, they are two EAR deployed in the same J2EE server. Can i use SwitchAction to manage that? On 3/5/07, Joe Germuska <[EMAIL PROTECTED]> wrote: > > If you actually ran these as two separat

Re: How to create an action-mapping to another contaxtPath?

2007-03-05 Thread Joe Germuska
ra <[EMAIL PROTECTED]> wrote: Hello folks, i must use from my application an action from another struts application, both servers are in the same machine, for example: /server1/initProccess.do send a forward to /server2/fillStatements.do Regards, Edson -- Joe Germuska [EMAIL P

Re: What to use instead of tiles in Struts2?

2007-02-26 Thread Joe Germuska
instant new Mail arrives. > http://tools.search.yahoo.com/toolbar/features/mail/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -

Re: [S2] Equivalent of Servlet init() method?

2007-02-22 Thread Joe Germuska
ng so... One of the great strengths of Struts 2 is that it does a much better job of hiding the Servlet API, making for components which are much more plausibly unit-testable. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: [S2] Equivalent of Servlet init() method?

2007-02-22 Thread Joe Germuska
On 2/22/07, Joe Germuska <[EMAIL PROTECTED]> wrote: This page is the place to start on using the Spring plugin with Struts 2: http://struts.apache.org/2.x/docs/spring-plugin.html In short, Spring can instantiate any beans you want, either as singletons or as "prototypes" (tha

Re: [S2] Equivalent of Servlet init() method?

2007-02-22 Thread Joe Germuska
n classes, which would be instantiated by Spring when requested by Struts. Spring would just give you an Action instance with a reference to your factory (although once you start digging in Spring, you might find that you can even hide the Factory and keep your Actions super simple and flexible.)

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
g code snippet: Form: Action: - Original Message - From: Joe Germuska To: Struts Users Mailing List Sent: Thursday, February 08, 2007 11:00 AM Subject: Re: Action and ActionForm in popup window There needs to be an element in your struts-config.xml etc. Whenever you use an tag,

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
is that when I try to open the popup the following exception is raised: Cannot retrieve mapping for action /criteriosOferta .. In this line: It is possible to do that? Any idea of how fix it? Thanks in advance... -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth

Re: jsessionid appended to URL and page not found`

2007-02-08 Thread Joe Germuska
GNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: jsessionid appended to URL and page not found`

2007-02-07 Thread Joe Germuska
hoo.com/new_cars.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to b

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread Joe Germuska
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread Joe Germuska
f3181491.html#a8841954 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog

Re: Struts2, tiles2 and character encoding problem

2007-02-06 Thread Joe Germuska
scribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Problems with Maven

2007-02-06 Thread Joe Germuska
sary for Mac OS X users (of whom I am one.) Odds are good that your machine has only a JRE installed and not a JDK. The JRE does not include things like tools.jar. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Producing links

2007-02-04 Thread Joe Germuska
ying is: "> Is there a more "elegant" way of producing links that does not involve this "sub-tag" schema ? Thank you. Best Regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: struts.xml error - Element type "constant" must be declared

2007-01-31 Thread Joe Germuska
truts 2.0.1 Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: newbie question...struts2, spring and jdbc

2007-01-31 Thread Joe Germuska
t Spring is open source. You could check the code. If anyone can enlighten me or point me to some good documentation on this subject, I would appreciate it. Spring's own documentation (referenced above) is thorough and pretty clear. There are also a number of good Spring books. Hope this he

Re: [S2] User authentication best practice (2nd time...)

2007-01-31 Thread Joe Germuska
right idea, perhaps someone could leverage the plugin framework to provide support for authentication. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: [s2] getting servletContext in actions

2007-01-31 Thread Joe Germuska
work/web/context/ServletContextAware.html Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: [s2] getting servletContext in actions

2007-01-31 Thread Joe Germuska
action then pass it to the service class. many thanks, Jeff On 31 Jan 2007, at 12:53, Joe Germuska wrote: > You need to make sure that your action is passing through an > interceptor-stack that includes ServletConfigInterceptor > > http://struts.apache.org/2.x/core/api

Re: [s2] getting servletContext in actions

2007-01-31 Thread Joe Germuska
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Struts 2 and tiles

2007-01-30 Thread Joe Germuska
uot;definition-config, tiles-definiation" also didn't working. -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Tiles2 and Struts2

2007-01-30 Thread Joe Germuska
ished as official nightly builds: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tiles/ Maybe that will help... -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread Joe Germuska
rapper.java:215) > at org.apache.struts2.dispatcher.SessionMap.put(SessionMap.java > :172) > at > org.apache.struts2.interceptor.debugging.DebuggingInterceptor.intercept( > DebuggingInterceptor.java:178) -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Example of a working tiles-config.xml

2007-01-29 Thread Joe Germuska
les2? Best regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Struts 2 and tiles

2007-01-29 Thread Joe Germuska
config /WEB-INF/tiles-config.xml 1 Where are you suggesting to add the context-param? Should definitions-config be org.apache.tiles.DEFINITIONS_CONFIG instead? Thank you once again. Best Regards, Gonçalo Luiz. On 29/01/07, Joe Ge

Re: Struts 2 and tiles

2007-01-29 Thread Joe Germuska
ation. Oh, planetstruts.org is down for at least 3 days, where can I report this? Best Regards, -- Gonçalo Luiz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska

Re: Creating an instance of an action a class

2007-01-26 Thread Joe Germuska
xed mode applications where you want the same basic code to handle both online (web) processes as well as offline (batch file processing, etc). Just something to keep in mind... Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Struts 2.0 vs Struts 1.3.5 vs Struts 1.2

2007-01-26 Thread Joe Germuska
and with authority -- states them to be the views of BLUE. -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: Tiles 2 - problem with putList tag.

2007-01-25 Thread Joe Germuska
ubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: [s2] Struts Dependency Injection and EJB3 - support ? or how can i Do it?

2007-01-22 Thread Joe Germuska
bscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> >> ----- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

[S2] question about controlling display with css_xhtml theme and errors

2007-01-19 Thread Joe Germuska
uot;addError" javascript method which actually puts the message in the HTML? That seems a lot harder than it should be. Do I need to tell the designers that they designed it wrong? ;-) Thanks in advance, Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is

Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
tional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
nabble.com/combining-chain-of-commands-with-struts-action-tf3039447.html#a8447680 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: [Struts 2] Database access

2007-01-16 Thread Joe Germuska
t; > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [S2-ish] deploying exploded webapps with maven2 and cargo

2007-01-15 Thread Joe Germuska
On 1/12/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/12/07, Joe Germuska <[EMAIL PROTECTED]> wrote: > (I sent the below to the cargo users list, but haven't gotten a response in > several days, so I'm going to be gauche and send it to struts; now that > Struts2

Re: Failed build of svn HEAD on Mac OS X

2007-01-14 Thread Joe Germuska
nescape.net/roller/xtian/?cat=Java&date=20070113 Hope this helps! Christian Stone - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PR

Re: Failed build of svn HEAD on Mac OS X

2007-01-12 Thread Joe Germuska
h, building the revision tagged as 2.0.2 works fine. Thanks, Eric Rank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.c

[S2-ish] deploying exploded webapps with maven2 and cargo

2007-01-12 Thread Joe Germuska
Thanks in advance... Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso

Re: FRIDAY #2 non-MVC pages

2006-10-06 Thread Joe Germuska
get bookmarked, you don't want to have to change them later. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso ---

Re: Using Spring 2.0 - should I use Struts 1.2.9, 1.3.5, or 2.0?

2006-10-05 Thread Joe Germuska
d version of struts in the WEB-INF/lib folder and ignoring the version that came with RAD 6. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germusk

Re: Using Spring 2.0 - should I use Struts 1.2.9, 1.3.5, or 2.0?

2006-10-05 Thread Joe Germuska
s 1.1 (hopelessly outdated). Can it be upgraded to a more recent Struts version? If yes, it is probably documented somewhere, could you point me to the docs? Of course, it might be something as simple as including the desired version of struts in the WEB-INF/lib folder and ignoring the ve

Re: 1.3 set-property key

2006-08-20 Thread Joe Germuska
At 9:59 AM -0700 8/20/06, Paul Benedict wrote: So it's just a map of properties? yep. So I guess you lose type conversion, if you were using non-string bean properties in subclasses of the config objects. Otherwise, I think it simplifies things considerably. Joe Joe Germuska &l

Re: 1.3 set-property key

2006-08-20 Thread Joe Germuska
DTD to have this provided as a bean property of ControllerConfig. Hope that helps to clarify things a little bit. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "The truth is that we learned from João forever to be out of tune." -- Caetano Veloso --

Re: writing my own chain command in 1.3.5?

2006-07-19 Thread Joe Germuska
ether they should or should not be supported automatically on exception-handling commands or not. In general, I don't see why not, except that one wants to keep exception handling processes as simple as possible to minimize the risk of a secondary error derailing the handling of

Re: Poll: What part of a Struts will be the most important to support for migration?

2006-06-12 Thread Joe Germuska
sn't only Struts changes, but also catching up with servlet, JSP, and JSTL evolution.) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be

Re: Re: Extending Struts with Spring

2006-06-08 Thread Joe Germuska
pulation on every request, plus a lot of stuff at initialization time.) Do you have an application which needs extremely careful performance tuning? Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and

Re: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
se their own "global" property name and use it as they see fit. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it ca

Re: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
ute to Struts ought to take this one and run with it :-) Joe Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new." -- Robert Moog

RE: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
le keeping scriptlet expressions out of your page! Joe -Original Message----- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 3:55 PM To: Chris Cheshire; Struts Users Mailing List Subject: Re: displaying ActionMessages.GLOBAL_MESSAGE messages only At 12:47 PM -0

Re: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
l" which if it had the value"true" would save you from needing to know that verbose property name. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can

Re: Extending Struts with Spring

2006-06-07 Thread Joe Germuska
n the webapp; this was a real revelation to us for writing things like offline batch processes, where we used to struggle to maintain equivalent application configurations in the webapp and outside. I should try to write a HOWTO about this, but I don't really feel that expert about it.

Re: Action Mapping

2006-06-06 Thread Joe Germuska
want to change any of the steps in the chain.) http://struts.apache.org/struts-action/userGuide/configuration.html#dd_config_servlet Is this the direction you were looking to go? Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything

Re: modules & menus

2006-05-30 Thread Joe Germuska
action/struts-taglib/tlddoc/html/link.html The default behavior is to assume that links are within a module, so when you want to do other than that, you need to be explicit. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by try

Re: using modules with JSPs behind WEB-INF

2006-05-16 Thread Joe Germuska
ruts community, which I think will lead to your team being surprised by certain things as well as possibly having a hard time finding good support here with them.) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new,

Re: SAF 1.3.x, chain naming and arbitrary chains

2006-05-04 Thread Joe Germuska
e/xref/org/apache/struts/config/ConfigRuleSet.html#87) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new.&quo

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
At 5:10 PM -0700 4/30/06, David Evans wrote: below... On Sun, 2006-04-30 at 17:47 -0500, Joe Germuska wrote: On 4/30/06, Caroline Jen <[EMAIL PROTECTED]> wrote: >I have seen some discussions on this forum regarding >action chaining. Primarily, the advices are to think

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
tion that a single HttpRequest results in only a single pass through the RequestProcessor causes something to go wrong. I usually just refactor my app when I find myself wanting to use action chaining, but many people just do it and find that it works. Joe -- Joe Germuska [EMAIL PROTEC

Re: MVC Dilemma

2006-04-06 Thread Joe Germuska
ind the names at the view layer. But I would like to know if there are better alternatives out there which confirm to MVC principles. Thanx -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if y

Re: Has anyone intregrated DWR with AJAX?

2006-04-04 Thread Joe Germuska
your code to a more general model which can be used both by the action and by the object you expose remotely via DWR. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, i

Re: Open Source Motivations (Re: I Apologize)

2006-03-29 Thread Joe Germuska
At 7:09 PM +0200 3/29/06, Jonathan Revusky wrote: Joe Germuska wrote: At 5:30 PM +0200 3/29/06, Jonathan Revusky wrote: It has some clear implications too. No matter how you shake it, the two things were technical *competitors*. Normally, the Struts people should be about as happy to say

Open Source Motivations (Re: I Apologize)

2006-03-29 Thread Joe Germuska
Also note that the WebWork team is supporting this merger process. As far as I know, none of them have vigorously objected, nor sworn to carry on WebWork under its own name, etc. So perhaps there is another group of developers whose motivations are not what you personally might guess they

RE: Order of struts-config.xml

2006-03-27 Thread Joe Germuska
.au/people/dion/ Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid of the dark, but because the dark is afraid of Chuck Norris --------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Dynamically adding form beans in plugin

2006-03-25 Thread Joe Germuska
n the file create and add FormBeanConfig objects to that ModConfig object. I think my big problem would be in finding the correct ModConfig object? I know I am passed a ModConfig object in the init method but how can I access one that I want to manipulate? Any pointers appreciated Eamonn -- Jo

RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-17 Thread Joe Germuska
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it o

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Joe Germuska
be: http://struts.apache.org/dtds/struts-config_1_2.dtd";> Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try somet

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
rceptors on a per-action basis, which is another way to reuse common code in processing requests. Joe Thanks for your input Starky -- Initial Header --- From : "Joe Germuska" [EMAIL PROTECTED] To : "starki78" [EMAIL PROTECTED],"use

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
and then have an Action look for it, but that seems tangled and suboptimal. I suppose in the end it depends on what you're trying to do. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if

Re: tiles : "Path teste does not start with a "/" character"

2006-03-08 Thread Joe Germuska
XXX does not start with a "/" character", the reason is that Tiles was not able to replace the ActionForward whose path was a tiles definition with one whose path is acceptable to ServletContext.getRequestDispatcher() Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.

Re: tiles : "Path teste does not start with a "/" character"

2006-03-08 Thread Joe Germuska
--- my tiles.defs.xml --- -- At.: Vinicius Dittgen Analista Programador - T.I. www.fcdl-rs.com.br - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: ActionForm Patterns? Nested Javabeans as ActionForm properties

2006-03-08 Thread Joe Germuska
x27;t actually had need to apply it, but I believe its intention matches your use case. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Tr

Re: FormFile throws Serializable exception in session scope

2006-03-01 Thread Joe Germuska
Ben gmail.com> writes: > > I defined an ActionForm of which it has a FormFile. Prepopulation is > not needed for this ActionForm. Configuring this ActionForm is similar > to any other forms and here is the exception. I get this exception > when I startup/shutdown Tomcat. ... > 2005-11-11 09:45

Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread Joe Germuska
e of this excessive memory increase? Could it be that the entire Struts config is accidentally reloaded because of a problem in our configuration? Thanks, Willem -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something ne

Re: modules

2006-02-13 Thread Joe Germuska
files for struts-config, tiles-definitions, and validations. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com "You really can't burn anything out by trying something new, and even if you can burn it out, it can be fixed. Try something new."

Re: Validation Security Hole?

2006-01-23 Thread Joe Germuska
t; interface declaring that cancel processing should happen? >> >> L. >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >

Re: Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Joe Germuska
could use a bit of a workout anyway; I can't remember why offhand, but I had some questions about how I adapted the processing model from Action to ActionContext and I haven't had an opportunity to really give that a workout myself. Joe -- Joe Germuska [EMAIL PROTECTED] * http://b

Re: Struts 1.3: Arbitary key/value pair

2006-01-06 Thread Joe Germuska
there is no getProperty() method in the Action class. So does anybody know, how to retrieve such a pair von set-properties. The properties are set on the ActionMapping, not the Action class. So in this case you'd use String foo = mapping.getProperty("foo"); Hope this helps

Re: The framework I think I want...

2006-01-05 Thread Joe Germuska
it online, but it's discussed in the Webwork in Action book enough that you could get the idea. But it would basically allow you to use POJOs to collect form data instead of writing or configuring form classes. Joe -- Joe Germuska [EMAIL PROTECTED] http://bl

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
e where it can find a locally stored copy of that DTD. You can get a copy from the URL (if the server is working) or from a Struts JAR or the SVN repository. For other IDEs, I can't say, but they could all offer similar services. Joe -- Joe Germuska [EMAIL PR

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
t;http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";> Tiles 1.1 http://struts.apache.org/dtds/tiles-config_1_1.dtd";> Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made f

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-05 Thread Joe Germuska
you want to use instead of kibitzing about something you don't? There are plenty of open tickets for Struts 1.x, a world of discussions that can be had about moving Struts Titanium forward, and a handful of other web applications that probably need volunteer efforts as well. Joe --

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-05 Thread Joe Germuska
e control over its direction, and thus improve their ability to be confident in the decisions they have made. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mas

Re: Struts with DWR - Please help

2005-12-05 Thread Joe Germuska
At 3:29 PM -0600 12/5/05, Sonali Kulkarni wrote: I am trying to use Ajax (DWR framework) within Struts Framework. Per DWR Documentation, they have added StrutsCreator in current version to support struts framework. I just do not know how to use / integrate it. I am new to AJAX. Can anyone please

Re: how to set token after an exception occurs ?

2005-12-05 Thread Joe Germuska
scribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

Re: Integrating Struts in DWR??

2005-12-04 Thread Joe Germuska
nline support or documentation. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Nar

Re: How do you prepopulate your forms?

2005-11-29 Thread Joe Germuska
consider "prepopulation" (seeding with persistent values) is not relevant because the form should be refilled with whatever was submitted in the HTTP request. However, if you have dynamic menus or other form elements, of course you need to arrange for those to be restored. Hope

Re: 1.3 Struts Validator Plugin Bug

2005-11-17 Thread Joe Germuska
literal URI "/input-form" and I then get a 404 with: The requested resource (/input-form) is not available. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe

Re: [ANNOUNCE] Release of Commons Validator 1.2.0

2005-11-15 Thread Joe Germuska
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

Re: AW: Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)

2005-11-10 Thread Joe Germuska
... ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: OT: Best AJAX framework

2005-11-10 Thread Joe Germuska
ipt > strategy which is incompatible with > commons-validator and the html:javascript tag > (see Bug #37134[5]). > > Joe > ... > [3] http://prototype.conio.net/ > [4] http://www.crockford.com/JSON/index.html [5] http://issues.apache.org/bugzilla/show_bug.cgi?

Re: OT: Best AJAX framework

2005-11-08 Thread Joe Germuska
eive this message in error, please notify the sender immediately and delete all copies of this message. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL

Re: ActionServlet - registration of DTDs

2005-10-26 Thread Joe Germuska
rence is that in the init method adds the tiles DTD - is there a better way? -- Chris Searle [EMAIL PROTECTED] --------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska

Re: Adding images to items in a drop down list

2005-10-19 Thread Joe Germuska
demos/ajax/autocompleter_customized By using DHTML like this and having an event cause a hidden form field value to be set, you could achieve the goal. Note that Scriptaculous builds upon the Prototype library, which breaks commons-validator client side javascript validation. Joe -- Joe Ge

  1   2   3   4   5   6   >