Latest Opinions on Struts GWT, and Maven and GWT

2007-12-13 Thread Joe Germuska
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
: s:form action=MyAction.do s:submit type=button/ s:submit type=button action=MyAction!cancel value=Cancel/ /s:form 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

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

2007-04-16 Thread Joe Germuska
. 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 that we learned from João forever to be out of tune. -- Caetano Veloso

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

2007-04-16 Thread Joe Germuska
(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] wrote: On 4/16/07, Christopher Schultz [EMAIL PROTECTED] wrote

Re: problem extending the ComposableRequestProcessor process chain

2007-04-09 Thread Joe Germuska
ignoreExecuteResult, LookupCommand always returns Command.CONTINUE_PROCESSING (false). 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
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: Thread.sleep(...) in Struts Action

2007-03-09 Thread Joe Germuska
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: How to create an action-mapping to another contaxtPath?

2007-03-05 Thread Joe Germuska
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 PROTECTED] * http

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

2007-03-05 Thread Joe Germuska
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 separate modules in a single Struts app

Re: What to use instead of tiles in Struts2?

2007-02-26 Thread Joe Germuska
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] Equivalent of Servlet init() method?

2007-02-22 Thread Joe Germuska
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.) Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com The truth is that we

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 (that is, a new bean

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

2007-02-22 Thread Joe Germuska
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: jsessionid appended to URL and page not found`

2007-02-08 Thread Joe Germuska
: [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: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
asociated to it. The problem is that when I try to open the popup the following exception is raised: Cannot retrieve mapping for action /criteriosOferta .. In this line: html:form action=/criteriosOferta It is possible to do that? Any idea of how fix it? Thanks in advance... -- Joe Germuska

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
=ofertas path=pagina.gestionOfertas / /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 action

Re: Struts2, tiles2 and character encoding problem

2007-02-07 Thread Joe Germuska
- 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.germuska.com The truth is that we

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: jsessionid appended to URL and page not found`

2007-02-07 Thread Joe Germuska
://autos.yahoo.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

Re: Problems with Maven

2007-02-06 Thread Joe Germuska
(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: Struts2, tiles2 and character encoding problem

2007-02-06 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: Producing links

2007-02-04 Thread Joe Germuska
] 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] getting servletContext in actions

2007-01-31 Thread Joe Germuska
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

Re: [s2] getting servletContext in actions

2007-01-31 Thread Joe Germuska
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/apidocs/org/apache/struts2/ interceptor

Re: [s2] getting servletContext in actions

2007-01-31 Thread Joe Germuska
/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] User authentication best practice (2nd time...)

2007-01-31 Thread Joe Germuska
, 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: newbie question...struts2, spring and jdbc

2007-01-31 Thread Joe Germuska
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 helps. Joe -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com

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

2007-01-31 Thread Joe Germuska
-- 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
: 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: Struts 2 and tiles

2007-01-30 Thread Joe Germuska
params names such as 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: Struts 2 and tiles

2007-01-29 Thread Joe Germuska
] -- 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
? Should param-namedefinitions-config/param-name be param-nameorg.apache.tiles.DEFINITIONS_CONFIG/param-name instead? Thank you once again. Best Regards, Gonçalo Luiz. On 29/01/07, Joe Germuska [EMAIL PROTECTED] wrote: Have you seen http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html ? Struts 2

Re: Example of a working tiles-config.xml

2007-01-29 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: [s2] Cannot create a session after the response has been committed: struts or tomcat ?

2007-01-29 Thread Joe Germuska
.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: Struts 2.0 vs Struts 1.3.5 vs Struts 1.2

2007-01-26 Thread Joe Germuska
-- 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: Creating an instance of an action a class

2007-01-26 Thread Joe Germuska
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: Tiles 2 - problem with putList tag.

2007-01-25 Thread Joe Germuska
: [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
] - 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

Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
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.germuska.com

Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
] -- 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
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 that we learned from João forever to be out of tune. -- Caetano Veloso

Re: [Struts 2] Database access

2007-01-16 Thread Joe Germuska
: [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

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 uses Maven2, some Struts folks must

Re: Failed build of svn HEAD on Mac OS X

2007-01-14 Thread Joe Germuska
/roller/xtian/?cat=Javadate=20070113 Hope this helps! Christian Stone - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joe Germuska [EMAIL PROTECTED] * http://blog.germuska.com

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

2007-01-12 Thread Joe Germuska
contextcustomization/context /properties /deployable /deployables /deployer /configuration /plugin 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

Re: Failed build of svn HEAD on Mac OS X

2007-01-12 Thread Joe Germuska
. Thanks, Eric Rank - 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

Re: FRIDAY #2 non-MVC pages

2006-10-06 Thread Joe Germuska
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 - To unsubscribe, e-mail: [EMAIL PROTECTED

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

2006-10-05 Thread Joe Germuska
? 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 version that came with RAD 6. Thanks. -- Joe Germuska [EMAIL PROTECTED] * http

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

2006-10-05 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: 1.3 set-property key

2006-08-20 Thread Joe Germuska
. 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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

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 [EMAIL

Re: writing my own chain command in 1.3.5?

2006-07-19 Thread Joe Germuska
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 the original error. Joe -- Joe Germuska [EMAIL

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

2006-06-12 Thread Joe Germuska
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 fixed. Try something new. -- Robert Moog

Re: Re: Extending Struts with Spring

2006-06-08 Thread Joe Germuska
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 even if you can burn it out, it can be fixed. Try something new. -- Robert Moog

Re: Extending Struts with Spring

2006-06-07 Thread Joe Germuska
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. Joe -- Joe Germuska [EMAIL PROTECTED] * http

Re: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
hint :-) ) would be to enhance the logic:messagesPresent, logic:messagesNotPresent, and html:messages and html:errors tags to have another attribute, global which if it had the valuetrue would save you from needing to know that verbose property name. Joe -- Joe Germuska [EMAIL PROTECTED] * http

Re: displaying ActionMessages.GLOBAL_MESSAGE messages only

2006-06-07 Thread Joe Germuska
-- 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: Action Mapping

2006-06-06 Thread Joe Germuska
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 out by trying something new, and even if you can

Re: modules menus

2006-05-30 Thread Joe Germuska
-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 trying something new, and even

Re: using modules with JSPs behind WEB-INF

2006-05-16 Thread Joe Germuska
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, and even if you can burn it out, it can be fixed. Try something new

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

2006-05-04 Thread Joe Germuska
/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. -- Robert Moog

Re: Is Action Chaining Strongly Discouraged?

2006-04-30 Thread Joe Germuska
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 PROTECTED] * http

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 through the business

Re: MVC Dilemma

2006-04-06 Thread Joe Germuska
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 you can burn it out, it can be fixed. Try something new

Re: Has anyone intregrated DWR with AJAX?

2006-04-04 Thread Joe Germuska
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, it can be fixed. Try

Open Source Motivations (Re: I Apologize)

2006-03-29 Thread Joe Germuska
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 are. Joe -- Joe Germuska [EMAIL PROTECTED] * http

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

RE: Order of struts-config.xml

2006-03-27 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 out

Re: Dynamically adding form beans in plugin

2006-03-25 Thread Joe Germuska
-- 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: 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 out, it can be fixed. Try something new

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

2006-03-16 Thread Joe Germuska
-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.2//EN 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

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 you can burn

Re: Using Filters with Struts?

2006-03-10 Thread Joe Germuska
, 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],user user@struts.apache.org Cc : Date : Fri, 10 Mar

Re: ActionForm Patterns? Nested Javabeans as ActionForm properties

2006-03-08 Thread Joe Germuska
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. Try something new

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

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

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

2006-03-08 Thread Joe Germuska
was a tiles definition with one whose path is acceptable to ServletContext.getRequestDispatcher() 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

Re: FormFile throws Serializable exception in session scope

2006-03-01 Thread Joe Germuska
Ben newreaders at 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. ...

Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread Joe Germuska
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 new, and even if you can burn it out, it can

Re: modules

2006-02-13 Thread Joe Germuska
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. -- Robert Moog

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

2006-01-18 Thread Joe Germuska
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://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: Struts 1.3: Arbitary key/value pair

2006-01-06 Thread Joe Germuska
use String foo = mapping.getProperty(foo); Hope this helps Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex - To unsubscribe, e

Re: The framework I think I want...

2006-01-05 Thread Joe Germuska
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://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
tiles-definitions PUBLIC -//Apache Software Foundation//DTD Tiles Configuration 1.1//EN http://struts.apache.org/dtds/tiles-config_1_1.dtd; Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

Re: Struts DTD - basic question

2005-12-13 Thread Joe Germuska
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 PROTECTED] http

Re: how to set token after an exception occurs ?

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

Re: Struts with DWR - Please help

2005-12-05 Thread Joe Germuska
:1110) Can someone please guide whats going wrong? I am new to DWR.. and I am stuck! --- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

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

2005-12-05 Thread Joe Germuska
, 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 mass destruction -The Ex

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

2005-12-05 Thread Joe Germuska
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 -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds

Re: Integrating Struts in DWR??

2005-12-04 Thread Joe Germuska
. Thanks! - 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

Re: How do you prepopulate your forms?

2005-11-29 Thread Joe Germuska
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 this helps, Joe -- Joe Germuska [EMAIL

Re: 1.3 Struts Validator Plugin Bug

2005-11-17 Thread Joe Germuska
) is not available. - 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

Re: [ANNOUNCE] Release of Commons Validator 1.2.0

2005-11-15 Thread Joe Germuska
, 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: OT: Best AJAX framework

2005-11-10 Thread Joe Germuska
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?id=37134 -- Joe Germuska [EMAIL PROTECTED] http

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] -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

Re: OT: Best AJAX framework

2005-11-08 Thread Joe Germuska
immediately and delete all copies of this message. - 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

Re: ActionServlet - registration of DTDs

2005-10-26 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: Adding images to option items in a select drop down list

2005-10-19 Thread Joe Germuska
/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 Germuska [EMAIL

Re: So boring issues about character encoding in action ......

2005-10-18 Thread Joe Germuska
= (description == null?:description.trim()); try{ ItemDAO itemDao = ItemDAO.getInstance(); Item item = new Item(); item.setDescription(description); itemDao.save(item); // Determine which action forward should be returned return mapping.findForward(success); }catch(Exception e){ } } } -- Joe Germuska

Re: errorStyleClass with ActionMessages

2005-10-17 Thread Joe Germuska
in the property attribute of your form element in the JSP. Hope that helps, Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

Re: Custom Struts code or 1.2.8?

2005-10-14 Thread Joe Germuska
process prior to a versioned release that you might imagine if you are thinking of commercial software. I don't know if that clarifies anything or not. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

  1   2   3   4   5   >