[ANNOUNCE] Struts is now an Apache top level project.!

2004-03-17 Thread Arron Bates
people on and off the Who we are page put a tremendous amount of work into Struts, and it really shows. It's just another one of those happy times where this comes into the spotlight. Cheers, Arron. - To unsubscribe, e-mail

Re: unsuccessful in keyboard monkey's nesting tutorial... please help :)

2004-02-10 Thread Arron Bates
He's right. And to elaborate... use the tld and classes from the struts distro, and not the tld and nested tag classes from the tutorial. All the best. Arron. The latest nested tags are already included with the Struts 1.1 distribution. --- mariel hizon [EMAIL PROTECTED] wrote: Hi

Re: Using display/ tag with nested beans

2004-01-20 Thread Arron Bates
Jerry, Try using nested:define tags to make bean references that the display tags could then get a hold of and use. Otherwise, there would be no other way unless the display tag source code was updated to recognise and use the nested context. Hope this does the trick. Arron. I'm trying

RE: getting data from form with nested beans

2004-01-20 Thread Arron Bates
free. Nested beans in request scope is one degree harder to code for than form beans in the session. If a site has limited concurrent users (intranetty, etc etc), I vote to put the form in the session every time. :)...but the other way is more than possible. Cheers. Arron. I did not get

Re: Nested tags not working with session-scope form

2004-01-02 Thread Arron Bates
advantage of the nested tags, you'll have to look at their specific needs in the documentation, or the tutorials at http://keyboardmonkey.com/next All the best. Arron. Hello, I have a session scope ActionForm. I have a need to use the nested tag library to iterator over some nested

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Arron Bates
fixed in the latest Struts builds. And that's the state of affairs. See if it works for ya. Arron. I had experience something like this before... Try check out bug ID # 4724356 in Java Bug Parade. http://developer.java.sun.com/developer/bugParade/bugs/4724356.html I'm not sure

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Arron Bates
Yeah!, what she said! :) Arron. PS: Christine, thanks for forcing me to go bug hopping in #17977. Terribly kind of you to re-open the bug. You know, I wouldn't mind if you fixed it yourself and just gave me the patch :P This was a known bug when usning the nested:iterate with an pre

Re: Problems with Tomcat and nested:iterate + jsp:include

2003-12-10 Thread Arron Bates
Rouven, What Struts version are you running? Arron. Hi there, hope someone has a clue, why this doesn't work with Tomcat, but works with Resin : I have a tile, where i want to show a treelike menu based on the monkey example for the struts-nested taglibs, see my code

Re: Nested tags always break

2003-12-03 Thread Arron Bates
a couple of years ago. So I'm no absolute authority on whether or not the base tags are managing it correctly or what... :P Arron. PS: Love the nested tags always break subject, too. I have a situation where I can use nested:root name=ac, nested:iterate id=foo, and then *must* use

Re: nested:select - Transfering multiple values in option

2003-11-21 Thread Arron Bates
that got you the options in the first place. The common solution people gravitate towards is keeping such objects as singletons in memory. That way the lookups are nice and speedy. In summary I'm sorry to say that nothing in life is free :) All the best. Arron. Hello, I'm a student and new

Re: Nested tags : Desperately trying to get recursion to work

2003-11-11 Thread Arron Bates
Jyothi, You still having problems with this? Sorry that I haven't gotten back to you, but work's been quite busy and not enough hours inbetween. Just let me know. Arron. PS: you'll get my attention faster with this email address. :) Hi, I am very new to nested tags and I am trying

Re: form submit - nested property problem

2003-08-30 Thread Arron Bates
the nested tags, just use the nested tags and most of your worrys will be over. All the best. Arron. Great! On 08/28/2003 02:19 PM Heather Buch wrote: OK. I worked it out. It was necessary that the id in my iterate tag (and thus the page scope bean referenced by html:checkbox

RE: Nested Tags

2003-08-27 Thread Arron Bates
://keyboardmonkey.com/next ...if all you want to do is stay in vogue technology, you'll probably turn to the JSTL. Arron. Thank you all, I just wanted to see if there are going to be phased out in favor of something else... like in the case of bean and logic tags in favor of JSTL ones

Re: [FRIDAY] Struts 1.1 votes passes, but, sadly, my cat died

2003-06-28 Thread Arron Bates
or you haven't read the book. If not, do so. too funny. :P The Cat is mentioned on the dust jacket, but his mum, who dies, isn't. I think you're lying to the user group and should come clean. :) Arron. I'm pleased to report that a unanimous majority of the Struts Committers have voted

Re: Nested recursion does not recurse!

2003-06-17 Thread Arron Bates
this on purpose, but using the request object use was the only way I could get the new tomcat working for some reason. Arron. Are you sure you want to include a page that has a form in it? nested:form, nested:nest and nested:iterate all start a new root element that nested will use

Re: StrutsMonkey

2003-06-16 Thread Arron Bates
in the beans will make things messy very quick. The MonkeyStruts example is mainly geared to be an example of how easy and powerful the tags are, rather than a good example of bean management. In this respect the example needs a rework. This the info you're after?... Arron. attention mr. aaron

Re: nested:link with multiple parameters

2003-06-11 Thread Arron Bates
the best. Arron. Could someone please provide a simple example showing the use of nested:link with multiple parameters? According to the documentation: This tag is an extension of the html:link tag. Please consult its documentation for information on tag attributes and usage details

Re: nested tags

2003-06-10 Thread Arron Bates
a walk-through/tutorial on them if you want to start playing. Arron. Nested tags rock whereas logic tags, while perhaps doing the same thing are more cumbersome. Scoping is much more intuitive - instead of having to talk about 'myForm.myContainer.myObject, you can just use nested:iterate

Re: nested tags

2003-06-10 Thread Arron Bates
... nesting (and can't forgive them for that :P ). You may even want to consider a... *cough*... scriptlet to get at the string value. Arron. thanks arvind --- Jeff Kyser [EMAIL PROTECTED] wrote: Nested tags rock whereas logic tags, while perhaps doing the same thing are more

Re: Nested indexed reference problem

2003-06-06 Thread Arron Bates
the second collection in a simple bean so you can get at it with another property like groups.childs[1]another[0].name. Hopefully it wont be too much of a refactor, but beanUtils can't play with it as-is. All the best. Arron. Hi all ! My jsp contain the following code : nested:form action

Re: Branch Too Large Exception with Nested Iterator

2003-06-03 Thread Arron Bates
carve things up into include files, as they use the request object to pass the nested properties and bean reference, meaning you can literally just cut the JSP into includes and include them without worry that the tags in the includes will get the reference. Arron

Re: Struts In A Distributed\Clustered Environment.

2003-05-29 Thread Arron Bates
is exactly what you're looking for. Arron. Hi, Has anybody successfully managed to use Struts in a distributed\clustered environment? If so with what setup? And did you have any Struts related difficulties? Thanks, Tin

Re: Indexed Deep Properties

2003-05-29 Thread Arron Bates
the text fields maxlength etc etc. It's working now, which is sweet. All the best, Arron. Still, it's working, so thanks for the help. -jdr On 5/22/03 4:26 PM, Arron Bates [EMAIL PROTECTED] wrote: I have no idea why you're not getting an indexed property for the user part

Re: Invalid indexed property ?!

2003-05-29 Thread Arron Bates
, so use the round ones instead. The JavaBean specification defines how these things should be done... http://java.sun.com/products/javabeans/ Arron. c:forEach var=drinkType items=${drinksList.keySet} !-- there is wrapper method for .keySet() -- h3bean:write name=drinkType//h3

Re: JAXB vs Digester

2003-04-05 Thread Arron Bates
. Enough rant from me... Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] JAXB vs Digester

2003-04-05 Thread Arron Bates
the enumeration options. Which is awesome for automatic population of drop-down boxes among other things. With the JAXB RI it's just a validation rule. That's my only gripe so far. I'm just hoping the Castor team makes it JAXB compliant some time in the future. Would be really cool. Arron

RE: [OT] My Struts webapp and hosting

2003-04-05 Thread Arron Bates
them into your tomcat instance (rather than a different communal one) and charge the shared rate (lower price of the shared rate, but you still get control of the VM). Is good, I'm a happy customer. Arron. I *highly* recommend KGB Internet. I've been using them for almost a year and they've

Re: Does a degree matter?

2003-03-29 Thread Arron Bates
the best mate. Arron. Hey all, I'm trying to make a decision as to what I am going to do. I am sucking wind on profitable work. So, I was thinking about going to school and getting a BA in Comp Science to make myself more attractive in the job market. Is it really worth doing? I've been doing

Re: [OT] tree control

2003-03-27 Thread Arron Bates
the RC1 boat)... http://keyboardmonkey.com/downloads/km-nested-v2.03.jar Anyways, it should scratch the itch, give it a bash. Arron. Folks, I am looking into using a tree control in my web app. I noticed that the tomcat admin app is struts based and uses a control.tld tag

Re: working with a team

2003-03-21 Thread Arron Bates
the java classes on the fly too. Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nl2br taglib

2003-03-20 Thread Arron Bates
Nice piece of work, it looks familiar... http://www.mail-archive.com/[EMAIL PROTECTED]/msg63442.html ...never thought feedback on the solution would be like this, but each to their own. For those interested, the link contains code which can be used for any such filter operation. Arron. I

Re: logic tag addition proposal

2003-03-20 Thread Arron Bates
then know how to find it?... If the image is able to be changed by the client, the Action would have to know where it is to find it and replace it. Actions have to know where the image is. Arron. - To unsubscribe, e-mail: [EMAIL

Re: [OT] suggestion for getting properties

2003-03-17 Thread Arron Bates
in the other. Just an option. Arron. I don't think this would give the result you are looking for. A map will map a key to a value, and so in the above example, no mattery how many numbers you add to the map, there will only be 2 numbers in the end: the one mapped to phone and the one

Re: [Q] Hierarchy display taglib?

2003-03-15 Thread Arron Bates
No taglib itself, but nested tags will allow the recursion to happen and thus make the tree. Try this... http://keyboardmonkey.com/pilotlight ...the JSP Recursion Trees! part. It should do the trick. Arron. Is there a taglib for presenting hierarchically defined content in a JSP

Re: nl2br taglib

2003-03-15 Thread Arron Bates
); bodyContent.clearBody(); } } } ...this should, in theory, do the trick. No properties or anything, simply filter whatever comes through in the body content. Arron. PS: get my mail the other day?... email client plays funny buggers at times, so I don't know what's sent and what's not. ...see, I'm

RE: Question about NestedIterateTag (also: nested:iterate nested:root)

2003-03-13 Thread Arron Bates
directory and spin your container again. If the problem persists, please get back to me. Arron. I've also attached all test files to the bug report at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17977 Personally, I'm seeing more of a problem with the actual names re: the nesting

Re: nested:iterate jsp:include, nesting reference incorrect?

2003-03-13 Thread Arron Bates
directory and spin your container again. If the problem persists, please get back to me. Arron. In my http request scope, I'm seeing nested-includes-key/ losing my iterate index when passing the nesting context to an included jsp. I've been using struts-1.1RC1. I've dumped out the request

RE: Question about NestedIterateTag (also: nested:iterate nested:root)

2003-03-13 Thread Arron Bates
. Arron. Have you tried the latest and greatest nested tags?... An update changing all the internals that would affect this have changed. It went in after RC1, so either fetch a nightly, or simply download... http://keyboardmonkey.com/downloads/km-nested-v2.03.jar ...and pop

Re: nested:form parent scope

2003-03-13 Thread Arron Bates
as it won't modify the nested context that all the child tags are using. All the best. Arron. I'm using RC1, playing around with nested tag support, and ran into an unexpected behavior. I'm not sure if this is by design and I'm using it incorrectly, or a bug. I'm iterating over a list

RE: Nested and Tiles taglibs together

2003-03-12 Thread Arron Bates
://keyboardmonkey.com/downloads/km-nested-v2.03.jar ...hopefully this is the answer you're looking for. Arron. Cedric (and others), Thanks for the response and insight. I'll cast my vote on the bugfix. I'd definitely like to see the behavior I described below. As for nested/tiles interaction

Re: Making a Tree

2003-03-12 Thread Arron Bates
Sloan, See if this is what you'rs looking for (tutorial etc)... http://www.keyboardmonkey.com/pilotlight/index.jsp ...scroll down to the JSP Recursion TREES!!! part. Have fun. Arron. Are there any struts/jsp tags that help in making a tree structure? Not a JavaScript one but one

Re: MonkeyTree problem - In RC1

2003-03-08 Thread Arron Bates
. Arron. -Dan - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:20 PM Subject: Re: MonkeyTree problem - In RC1 Dan, I'm presuming Tomcat 4.1.18?... Get this jar... http

Re: MonkeyTree problem - In RC1

2003-03-07 Thread Arron Bates
release. Arron. Hi is there anyone successfully got MonkeyTree example to work in RC1. I have tree displayed like this Root SubDir1 SubDir1 - instead of SubDir2 SubDir1 ---instead of SubDir3 Any help is greatly appreciated. -Dan

Re: [NESTED-TAGS]Anyone using nested tags with the latest nightly build?

2003-03-07 Thread Arron Bates
--- [..cut..] Nothing outwardly obvious. Thanks for the code snippets, I'll have to get in and do some testing and get back to you. Thanks again. Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: editable list using nested:iterate and lazyList

2003-03-06 Thread Arron Bates
/tr /nested:iterate /table ...when submitted, if you're student bean is in a LazyList, then it'll populate correctly, and all the data will be there for your action for processing. This what you're after?... Arron. (Monkey Boy?...) Is this an example of an editable list (ie. a table like

Re: [NESTED-TAGS]Anyone using nested tags with the latest nightly build?

2003-03-06 Thread Arron Bates
that it's nesting against in the parent JSP?... it holds the key to the problem. Once I have that detail, I may be able to get somewhere. And there's nothing wrong with long emails. :) Arron* * ...somewhere in the back of my head was the possibility I'd get out of this update without a bug being

RE: [update] nested tags...

2003-03-03 Thread Arron Bates
(I tried replying to this yesterday but the cheque was lost in the mail) Dropped connection or something must have killed the last jar. It's updated, give it another bash... http://www.keyboardmonkey.com/downloads/km-nested-v2.03.jar Arron. Arron: Can you please re-build the jar

RE: [update] nested tags...

2003-03-01 Thread Arron Bates
Sri, Don't know how the other one clapped out, but i made another one, tested out okay (JDK Jar tool). Try this one (link for convenience)... http://www.keyboardmonkey.com/downloads/km-nested-v2.03.jar not lazy I understand that people aren't lazy, just pragmatic. :) /not lazy Arron

[update] nested tags...

2003-02-27 Thread Arron Bates
to see if they go away. Docco on the additional stuff this rejig of the tags can do is in the works. For those who care, enjoy. For those who don't, as you were. Thanks again. Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Nested:Checkbox

2003-02-26 Thread Arron Bates
. Happy nesting... Arron. Nothing obvious jumps out. However, have you tried the updated nested jar that Arron made available a few days ago? See http://marc.theaimsgroup.com/?l=struts-userm=104600916205585w=2. Sri -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED

Re: monkey tree - must be session-based?

2003-02-25 Thread Arron Bates
more complex building logic, so the overhead of building will be up to you. Hope this helps some. If not, ask more questions :) Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [ANN?] New Nested Tags -or- Nesters, lend me your containers...

2003-02-24 Thread Arron Bates
be the issue with the new tomcat. The tag hierarchy walking isn't reliable, and the old nested tags relied on it. Definitely the easiest thing to do is to simply use the nested:form tag. I'll look again at nesting inside html:form for the various containers. Arron. Alrighty, I know how to make

RE: need to display a tree struture in JSP

2003-02-24 Thread Arron Bates
Struts tags, and not embedded markup in java logic. The tutorial will walk you through to making a tree of directories on the server's hard drive. Give it a bash. Arron. If you need to display a tree in html using JSP, I don't think struts will help you out too much there. You can have

[ANN?] New Nested Tags -or- Nesters, lend me your containers...

2003-02-23 Thread Arron Bates
to simply say my code's badly formatted (which it isn't, but anyways :P )... Thanks again, and happy nesting. Arron. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANN?] New Nested Tags -or- Nesters, lend me your containers...

2003-02-23 Thread Arron Bates
You had me going there for a bit. Even made another test war to do exactly what your snippet prescribed, but as long as it's working. Hope the other app turns out to be not my issue too... :P Waitin for the word... Arron. Never mind... I had updated the WEB-INF/lib of ap-1 and tested ap-2

RE: [Nested Tags] Frustration..Should this work?

2002-11-28 Thread Arron Bates
have somewhere to turn with issues. Sri's one of the peoples that make this list a great [ot] Impact with wall resource. How many people apologise for a not leading to the answer?... Thanks again Sri. Arron. On Thu, 2002-11-28 at 03:07, [EMAIL PROTECTED] wrote: Thank you for reminding me

Re: Complicated Web Interfaces?

2002-11-28 Thread Arron Bates
yourself one question... Red or Blue pill? :P Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Complicated Web Interfaces?

2002-11-28 Thread Arron Bates
to the part where it says... JSP Recursion TREES!!! ...it's about the most flexible tree generation method there is, and I'm actually being modest. :P Requires a JSP 1.2 container (Tomcat3). Enjoy. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Struts: a Graphic Artist blessing or curse?

2002-11-25 Thread Arron Bates
just the HTML face and working a process that allows flexibility with changes. But the fact is, you can pick the difference of professional design. You just have to ask yourself as to how much you want to pay for it. I wish you luck. Arron. On Tue, 2002-11-26 at 00:49, [EMAIL PROTECTED] wrote

Re: Why doesnt logic:iterate use the formBean from the html:form

2002-11-16 Thread Arron Bates
on the nested tags on the Struts site, but there's a primer and a tutorial to get you started on... http://www.keyboardmonkey.com/next ...I'm quite sure you'll find them a good fit. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: nested:iterate in an included page

2002-11-15 Thread Arron Bates
for replies from the list to run over the start of the tutorial I wrote about nesting through includes to make a tree structure... http://www.keyboardmonkey.com/pilotlight ...and click on the first link in the JSP Reursion TREES tutorial. Arron. -- To unsubscribe, e-mail: mailto:struts-user

RE: nested:iterate in an included page

2002-11-14 Thread Arron Bates
this, then it's a case of versioning. What version of Struts are you using?... Arron. Thanks Drew... thanks for your response. I know the code will work if the form tag is on the same page -- I have code like that in other places. The reason for the inlcude is to reuse pieces of the page and putting

RE: 2D Collection and nested:iterate

2002-11-13 Thread Arron Bates
spieled on above, ie: once you've broken through that second list or have reference to the parent list object, you can keep nesting as usual. Hopefully I've said all that clear enough for you to move forward :) Arron. -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org

Re: 2D Collection and nested:iterate

2002-11-12 Thread Arron Bates
the second ArrayList and access it via a property so it has the full... firstList[5].secondList[6] ..nested property. The bean doesn't have to do anything special, just hold onto that array list so BeanUtils can get at the nested bean properly. Arron. On Wed, 2002-11-13 at 08:20, Louis Leung wrote: Hi

Re: nested:hidden body to set value?

2002-11-12 Thread Arron Bates
concept so it can get into JSTL or whatever, but it's hard to see a general application. Anyways, that's another story... Arron. On Wed, 2002-11-13 at 06:45, Phase Web and Multimedia wrote: I just recently tried to set up a nested:hidden form element (as an experiment) to use its body

RE: [Nested Tags] Nested vs logic tags..

2002-10-28 Thread Arron Bates
of it's relative properties. See if that works. Arron. -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: nested:iterate recursion inverts tree

2002-10-26 Thread Arron Bates
to be on the later JSP spec. Arron. On Sat, 2002-10-26 at 04:28, Steve Hall wrote: I'm new to using nested tags. I've worked through the keyboard monkey tutorial and started experimenting with the nested tags on my own. I've run into something that perplexes me. My tree's are inverted when I use

RE: Proper Syntax of Nested logic:iterate

2002-10-26 Thread Arron Bates
use nested:iterate ... see docs http://jakarta.apache.org/struts/struts-nested.html There's not too many examples there however. More complete tutorial and examples here... http://www.keyboardmonkey.com/next Arron. -Original Message- From: C. Struts [mailto:struts;cmbsystems.com

Re: nested:iterate building columns

2002-10-23 Thread Arron Bates
On Tue, 2002-10-22 at 01:02, Adam Sherman wrote: Arron Bates wrote: What about a Set? List and Map implementations only. Only because the properties for getting at an item in a collection needs a key. int's for lists and arrays, and objects (strings) for the mapped collections. Set

RE: nested references and javascript

2002-10-11 Thread Arron Bates
or even... document.forms[myForm][foo.bar].value The .elements bit is optional. Arron. On Fri, 2002-10-11 at 15:23, Steve Widmar wrote: D'oh! (as in 'Doh yeah') no wonder it wasn't in the archives; well, it is now (or should be soon). Thanks, James. [EMAIL PROTECTED] 10/10/02

Re: Pop-up from with Nested loop

2002-10-09 Thread Arron Bates
, and faster than any server call could ever be. It wouldn't work for non DOM compliant browsers (but covers IE5+ NS6+ Moz1+ Konq. possibly more) Hope that somewhere in all that is a little more light for your problem. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: nested tags - version problem

2002-09-17 Thread Arron Bates
. Arron. On Tue, 2002-09-17 at 20:31, Lister, Tom (ANTS) wrote: we are using the nested tags library that is compatable with struts 1.0 but it depends on but it still contains references to the 'EmptyTag', which I think is 1.1 this has only become apparent when moving from development using

RE: Nested tagscomplete example for Table (with check-box, hyperlink) Help, help help

2002-09-17 Thread Arron Bates
the upgrade though. :) Arron. :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 11:43 To: '[EMAIL PROTECTED]' Subject: Nested tagscomplete example for Table (with check-box, hyperlink

Re: SAP DB

2002-09-07 Thread Arron Bates
On Sat, 2002-09-07 at 08:35, John Nicholas wrote: Ferran Parra wrote: Hi is the SAP DB open source database a good DBMS?? why not is popular than mysql?? thanks --- Ferran Parra [EMAIL PROTECTED] http://www.mubimedia.com MUBIMEDIA

RE: Additional logic:iterate helper tags wanted

2002-09-07 Thread Arron Bates
the nested tags will dor for them. Shame, but a reality. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: SAP DB

2002-09-05 Thread Arron Bates
for web based administration. You wont be disappointed. Arron. On Fri, 2002-09-06 at 02:20, Ferran Parra wrote: Hi is the SAP DB open source database a good DBMS?? why not is popular than mysql?? thanks --- Ferran Parra [EMAIL PROTECTED

Re: problems with nested tag examples

2002-08-02 Thread Arron Bates
them up. So it's either the hassle of upgrading the server (Tomcat 4, Resin 2.5.x, Weblogic 6.1 have all worked spiffy for me. Any JSP 1.2 compliant container), or only go a certain amount of levels (upgrading the container will give you potentially infinite levels). Arron. On Fri, 2002-08-02

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-24 Thread Arron Bates
the same. Other things come to light too... you don't have to always have the model start with monkey. Say another form which is banana specific, you can use the same banana object in another model, and it'll work just as well. Gotta love OOP :) Arron. On Wed, 2002-07-24 at 23:43, hemant wrote

Re: Wrapping Collections in LazyList to auto-populate form on Submit

2002-07-23 Thread Arron Bates
tags. Submit this, and after the monkeybean is built, the lazy collection will grow the banana list with banana beans as the indexed requests come in. When it gets back to your action class, you'll have your collection of banana beans. Hope this helps, you know where we are if it doesn't. Arron

Re: getting nested tags to work with DynaActionForm???

2002-07-19 Thread Arron Bates
... one more thing I don't have to code any longer. Less code doing the right stuff is a good thing, hang any spec, IMHO :) Arron. On Fri, 2002-07-19 at 06:04, Adam Hardy wrote: Arron, I wonder how your lazy initialisation works. I'm afraid I didn't look at the code - since you said you wanted

Re: Setter Methods not being called in nested:iterate scenario :+(

2002-07-19 Thread Arron Bates
definition of your child bean and it'll be sweet and ready to do without any other effort, even in the reset() method. Arron. On Fri, 2002-07-19 at 18:24, Adam Hardy wrote: Wrong! I'll eat my hat if you haven't been gotcha'd by the nested tags gotcha. If your form is in the request

Re: Resin 2.1.1 and Struts

2002-07-19 Thread Arron Bates
. Arron. On Fri, 2002-07-19 at 22:33, Galbreath, Mark wrote: I'm getting prepared to build a web app using Struts on (yet) another platform - Resin. If anyone has done this, are there any Resin-specific issues involved or is it as simple as adding struts.jar to the class path and putting struts

Re: Re[2]: getting nested tags to work with DynaActionForm???

2002-07-17 Thread Arron Bates
Craig, wouldn't this be fixed by getting the collections in the DynaForm to be wrapped by the lazy lists I commited a few weeks ago to commons?... then when they're being created when the request comes in, it'll all grow as needed and it'd just happen. Been missing the past couple of weeks due

Re: nested:image, image src, nested:write

2002-06-26 Thread Arron Bates
is to put a property property into the image tag. You'll need this to match up the clicks coming out of the list. If you don't need the property property, use the original html:image in its place. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: off topic ( about java mail api)

2002-06-25 Thread Arron Bates
Arron. On Tue, 2002-06-25 at 17:42, [EMAIL PROTECTED] wrote: wanted to ask you all just one thing, we are using lotus notes as default mail client and lotus notes server , there is no pop3 or smtp server as far as the intranet mailing goes, i am developing an application in which i have a form

Re: MonkeyBean and JSP

2002-06-25 Thread Arron Bates
, or some other JSP 1.2 container. Sorry for the inconvenience. I have to propagate through my site that it requires an up to date container. Arron. On Wed, 2002-06-26 at 00:34, Alan Halley wrote: Hi, I'm trying to run the tutorial examples on Tomcat 3.2.3 and Struts 1.0. I keep getting

Re: nested:image, image src, nested:write

2002-06-25 Thread Arron Bates
=%= imgURL% property=myImageProperty / The smallest of snippets to get the value out and into the tag, but any programmer who has issues with it is simply not the pragmatic variety :) Enjoy. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: off topic ( about java mail api)

2002-06-25 Thread Arron Bates
. Probably pricey. Mail could be another enterprise's department all together. Love politics. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: If you haven't seen this yet.

2002-06-22 Thread Arron Bates
Got mandinga from Ace Ventura. Just sounds cool especially the way Carey says it. As to what it means, the closest I've heard is that it's a south american term for the devil, which seems to fit. On Sat, 2002-06-22 at 15:53, micael wrote: Not quite sure what you are saying here, Aaron? If we

RE: If you haven't seen this yet.

2002-06-21 Thread Arron Bates
Haven't done anything serious in Flash?... the scripting inside it is quite excellent (now. Not thier first ireatation with v4). Mark was probably (hopefully?) talking about this scripting ability. Used not unlike another image format?... wow. You need to take a more serious look, mandinga. On

Re: logic:iterate id?

2002-06-20 Thread Arron Bates
/ bean:write name=mc property=newMatch / bean:write name=mc property=pivotDept / bean:write name=mc property=pivotMatch / /logic:iterate ...should get you back on the road. Arron. On Fri, 2002-06-21 at 04:59, Kamholz, Keith (corp-staff) USX wrote: When you use the logic:iterate tag

Re: how to solve a problem of fetchin' HUGE collection into form

2002-06-20 Thread Arron Bates
that you'll be changing your mind and making it a free-text field real quick. Arron. On Fri, 2002-06-21 at 10:48, Slava_L wrote: I have a form with several fields. And one of them is SELECT field - 4xmpl streets names. All streets names are stored in database, amount 100-300 thousands records

Re: Are there any Java Graphics gurus out there?

2002-06-18 Thread Arron Bates
. But I hope you get the solution you need. I already know that the answer wont be from this list... Arron. Jerry Jalenak wrote: Michael, Thanks for the reply. My problem is fairly basic, but I can't seem to figure it out. Here goes From my webapp I capture a 'control number' that I

Re: Nested Tags question

2002-06-14 Thread Arron Bates
of these to the iterate tags anyways. Means you don't have to manage the collections yourself. It's all of a muchness, so I'll just say it's less to be concerned with on a regular basis as a wrapper :) Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Nested Tags question

2002-06-13 Thread Arron Bates
with nothing but javadoc (good javadoc though :)... http://cvs.apache.org/viewcvs/jakarta-commons/collections/src/java/org/apache/commons/collections/LazyCollections.java Arron. Adam Hardy wrote: Hi Down Under, thanks for the reply. I figured that the form properties setting thing must be struts

Re: Nested Tags question

2002-06-13 Thread Arron Bates
try... document.forms[0][mailingAddress.city] ...works a treat. Arron. Jayaraman Dorai wrote: When I use nested tags, I am not able to access it through java scripts since the name is mailingAddress.city. Does anyone have a work around or am I missing something? Jayaraman -Original

Re: Nested Tags question

2002-06-12 Thread Arron Bates
-newbie eye. If you have any more issues or questiong, you know where we are... Arron. [EMAIL PROTECTED] wrote: Hi All, I am trying to save a list created with the nested:iterate tag (from an object array in my form bean). I've written my code by following the SaveMonkey example from Arron Bates

Re: I should know this, but....

2002-06-06 Thread Arron Bates
any of this helps in some way. Arron. Jerry Jalenak wrote: Hi All, Really easy question, but I'm apparently too dumb to figure it out ;) I get a run time error of 'Missing Term' (about var1 in the anchor tag) when I do the following: nested:define id=var1 name=beanName property=var1

Re: nested img

2002-06-06 Thread Arron Bates
get onto the img tag though. Arron. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: nested tag issue

2002-06-04 Thread Arron Bates
through dynamic includes, the included JSP's need a nested:root tag without parameters, so it's child tags can get that reference without running off the top of the JSP page looking for a parent. Just in case anyone wanted the explanation. Arron. David Morris wrote: Dean, This is like the blind

  1   2   3   >