Re: Difference between Struts 1.1 and Struts 1.0

2003-01-30 Thread Eric Rizzo
deepak wrote: Hi, Is there any web site that lists the differences between Struts 1.1 and Struts 1.0. I found this article helpful: http://www.scioworks.com/camino_doc/manual/strutsIntro/struts1_1.html HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com

Re: forwarding to an offsite link in action

2003-01-29 Thread Eric Rizzo
page that consists only of an automatic redirect to the external URL. Something like this: html head meta http-equiv=refresh content=0;URL=www.google.com /head /html HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com smime.p7s Description: S/MIME

Re: [OT] Obscure Computer Languages

2003-01-29 Thread Eric Rizzo
of Smalltalk popularity. Still, Smalltalk is the most enjoyable, productive language I've ever worked in. Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Flash+Struts how?

2003-01-27 Thread Eric Rizzo
://www.javaworld.com/javaworld/jw-01-2003/jw-0117-flash_p.html HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Paginating the search results from a collection.

2003-01-27 Thread Eric Rizzo
:* tag lib already pointed out, you might want to look at this pagination tag lib: http://jsptags.com/tags/navigation/pager/index.jsp HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

[OT] Re: Flash+Struts how?

2003-01-27 Thread Eric Rizzo
. It probably doesn't hurt that JDOM is lightning quick for outputting documents to a stream (small ones, at least) - I don't know how fast or slow the code is that Jasper generates from JSP (but I do know that it is ugly ;-). Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com

Archive searching [was: Commons source for Struts 1.1b3]

2003-01-25 Thread Eric Rizzo
-archive.com only goes back so far and, IMHO, their interface sucks. Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Commons source for Struts 1.1b3

2003-01-25 Thread Eric Rizzo
luck. Thanks again, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com smime.p7s Description: S/MIME Cryptographic Signature

Commons source for Struts 1.1b3

2003-01-24 Thread Eric Rizzo
used to build Struts 1.1b3 release? TIA, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Commons source for Struts 1.1b3

2003-01-24 Thread Eric Rizzo
, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Commons source for Struts 1.1b3

2003-01-24 Thread Eric Rizzo
Eric Rizzo wrote: James Mitchell wrote: Did you search the archives? I will not give you the answer to thisin factthis question has been asked so much lately that it is beginning to piss off Papa-Strut himself (and that's rare). Trust me, I'd love to search the mailing list archives

Re: HOWTO pre-populate forms with data, then update ?

2003-01-23 Thread Eric Rizzo
instance is passed into your action's perform or execute method. Just populate it and return a forward to the JSP. HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Use of multiple struts-config files -- HELP

2003-01-23 Thread Eric Rizzo
are local to that module, not the root of the webapp. HTH, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to: different actions, different form beans (ActionForms), sameJSP

2003-01-22 Thread Eric Rizzo
, but I can't seem to figure out the configuration. TIA, Eric -- Eric Rizzo Software Architect Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [jetty-support] Struts html:base problem

2002-07-11 Thread Eric Rizzo
= contextPath + servletPath + pathInfo so there's no choice about updating requestURI as well. -- Eric Rizzo Software Developer Jibe, Inc. http://www.jibeinc.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: This list NEEDS a FAQ

2001-10-26 Thread Eric Rizzo
-- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

Example of bundle attribute in bean:message

2001-10-26 Thread Eric Rizzo
Are there any examples that use the bundle attribute of bean:message? Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

Re: html:image tag example

2001-10-24 Thread Eric Rizzo
html:image page=submit.gif / /html:form HTH, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

Knowing where you came from

2001-10-23 Thread Eric Rizzo
if the current request is the same as the last known request. But this feels clunky. Are there any other ways to know where the request is coming from? Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my

Re: IBM VisualAge WTE and struts

2001-10-19 Thread Eric Rizzo
and it is easier to switch between them. It aggravates me to no end that IBM chose to put the org.xml stuff in their parser Project, because a lot of VAJ newbies don't yet understand the separation of Projects as I have described. IBM sets a bad example. HTH, Eric -- Eric Rizzo VAJ Frequently

Re: IBM VisualAge WTE and struts

2001-10-19 Thread Eric Rizzo
. HTH, Eric -- Eric Rizzo VAJ Frequently Asked Questions at http://www.jguru.com/faq/VAJ

Re: IBM VisualAge WTE and struts

2001-10-19 Thread Eric Rizzo
opening the current edition of the IBM XML Parser project and letting it be updated when you import Xerces/JAXP, I recommend separating out the various XML API's as I have described in a message in this thread a few minutes ago. HTH, Eric -- Eric Rizzo VAJ Frequently Asked Questions

Re: XML include hack to split struts-config.xml

2001-10-19 Thread Eric Rizzo
can specify your subclass in the web.xml file instead of ActionServlet and then the comma-separated feature will work. James, are you planning on submitting this to the Struts code base? Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com

Re: Options tag

2001-10-18 Thread Eric Rizzo
is the name of some property of that bean which will return the collection. So by specifying just the property attribute, you can get the collection from your form bean. HTH, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com

Re: Forwarding actions

2001-10-04 Thread Eric Rizzo
, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

template:get as value for an attribute

2001-10-03 Thread Eric Rizzo
I need to use the value from a template:get as the value for an attribute of another tag, as in: html:form action=template:get name='formAction' Is this possible? Do I have to resort to using a scriptlet? An example would be helpful. TIA, Eric -- Eric Rizzo, Software Engineer

Re: Tiles: using tileContent inside another tile

2001-10-03 Thread Eric Rizzo
, or is there another way I've overlooked? If not, this seems to me like a serious hole in capability, since this kind of pattern can't be uncommon. Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws

Re: Tiles: using tileContent inside another tile

2001-10-03 Thread Eric Rizzo
templates? TIA, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

Re: Tiles: using tileContent inside another tile

2001-10-03 Thread Eric Rizzo
and there seem to be no examples of doing this kind of thing, which I find amazing. Thanks again, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality

Re: Tiles: using tileContent inside another tile

2001-10-03 Thread Eric Rizzo
TDRow2/TD /TR /tiles:put /tiles:insert end Super! This is exactly the kind of nesting I need to do. Downloading Tiles as I write this. Thanks for the pointers. Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com

AND/OR with logic tags

2001-10-01 Thread Eric Rizzo
Sorry if this has already been asked/answered here - the mail archive doesn't let me search for AND OR. Is there a way to have multiple conditional logic with the Struts logic taglib? For example, IF (user is present) OR (visitor equals true). TIA, Eric -- Eric Rizzo, Software

Re: Use an image for submit button

2001-09-27 Thread Eric Rizzo
, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have no personality at all.

Dual-list UI

2001-09-26 Thread Eric Rizzo
of, but I'm hoping that someone may have found a way to do it without resorting to that ugliness. TIA, Eric -- Eric Rizzo, Software Engineer OpenNetwork Technologies http://www.opennetwork.com - I embrace my personality flaws, for without them I might have