problem with nested:iterate indexId

2003-01-17 Thread Drew Zimber
This code does not work can any one explain me why ? nested:iterate indexId=ctr id=row property=modelGroupList nested:equal name=ctr value=0 nested:write property=seqNum/ /nested:equal /nested:iterate this code throws a null This code works nested:iterate indexId=ctr id=row

Problem with nested:iterate indexId

2003-01-17 Thread Drew Zimber
This code does not work can any one explain me why ? nested:iterate indexId=ctr id=row property=modelGroupList nested:equal name=ctr value=0 nested:write property=seqNum/ /nested:equal /nested:iterate this code throws a null pointer exception from error

collections in forms

2002-12-05 Thread Drew Zimber
hey all... i've used struts quite a bit now, but im not too well versed with manipulating collections in form objects. I had thought there was a way to set up your forms/pages so that if you display a collection on screen and submit back, the form in the least retains the collection in the

RE: collections in forms

2002-12-05 Thread Drew Zimber
thanks for the reply...i was busy doing something else but i will get back to you tomorrow after some testing dz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:59 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL

RE: Tomcat 4.1.16/Struts 1.1b2/Tiles == BLAM

2002-12-03 Thread Drew Zimber
sorry i cant help ya, but i liked the blam word usage. nice work! dz -Original Message- From: Dave Hodson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 1:08 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.16/Struts 1.1b2/Tiles == BLAM Anyone out there having problems with

onclick attribute doesnt work in html:img tag?

2002-11-18 Thread Drew Zimber
anyone had any experience with this. Anytime i add the onclick attribute it crashes the page.. dz -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: onclick attribute doesnt work in html:img tag?

2002-11-18 Thread Drew Zimber
? 2002. november 18. 16:09 dátummal Drew Zimber ezt írtad: anyone had any experience with this. Anytime i add the onclick attribute it crashes the page.. I bet the stacktrace contains the error caused your crash. Read it. Tip: check your case onclick and not onClick! Tip #2: check your

RE: onclick attribute doesnt work in html:img tag?

2002-11-18 Thread Drew Zimber
doesnt work in html:img tag? Is it the browser or the server that is crashing? -Original Message- From: Drew Zimber [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 23:21 To: 'Struts Users Mailing List' Subject: RE: onclick attribute doesnt work in html:img tag? stack trace

RE: nested:iterate in an included page

2002-11-15 Thread Drew Zimber
hey arron and chris, Good stuff on this nested tag issue. When you say you need struts 1.1 instead of 1.1 b2, are you referring to just grabbing one of the nightly builds or something else. Hook me up brother!!! dz -Original Message- From: Arron Bates

RE: [OT]Need magic incantation [Friday alert!]

2002-11-15 Thread Drew Zimber
one of the most brilliant solutions I've ever come across, you're a true software engineer! ;) dz Here's the solution: - Look around the case to your PC. You should find a power switch. - Turn the switch to the off position (sometimes shown as a 0). - Put your coat on. - Get your

RE: help needed with DynaActionForm

2002-11-14 Thread Drew Zimber
from: http://jakarta.apache.org/struts/userGuide/building_controller.html#dyna_act ion_form_classes The list of types supported by DynaActionForm beans includes: java.lang.BigDecimal java.lang.BigInteger boolean and java.lang.Boolean byte and java.lang.Byte char and java.lang.Character

RE: help needed with DynaActionForm

2002-11-14 Thread Drew Zimber
to extend the form to handle any old Object, maybe someone more in the know with the src can comment on this? thx andy -Original Message- From: Drew Zimber [mailto:drew.zimber;shaws.com] Sent: Thursday, November 14, 2002 10:35 To: 'Struts Users Mailing List' Subject: RE: help needed

RE: help needed with DynaActionForm

2002-11-14 Thread Drew Zimber
to the form). Then I guess it could be expanded to user-objects using a Validatable interface (similar to the Comparable interface used by Arrays.sort). -Original Message- From: Drew Zimber [mailto:drew.zimber;shaws.com] Sent: Thursday, November 14, 2002 11:00 To: 'Andy Kriger'; 'Struts Users

RE: help needed with DynaActionForm

2002-11-14 Thread Drew Zimber
needed with DynaActionForm If only there were time on my current project to explore this and get it done right by extending the existing Struts architecture. For the while I'll have to go back to Strings and convert them to objects in the Action. -Original Message- From: Drew Zimber

templates: cant access request in included files???

2002-11-14 Thread Drew Zimber
hey all, im trying to get a template implementation going and none of the my html:text tags can find the form in one of the templated files: body ... form !-- in this file i cant see the request!!! -- template:get name=foo ... /form /body what is the deal with that!!! -- To unsubscribe,

RE: IndexOutOfBounds error, Struts 1.1b2, J2SDK 1.4.1

2002-11-14 Thread Drew Zimber
if you think thats the case, you could crack open the jar files for 1.3.x, take out the reflection classes and replace them in the 1.4.1 jar. If that works then look at the modification notes in the 1.4.1 source, see what they did and email the developers directly. dz -Original

RE: nested:iterate in an included page

2002-11-14 Thread Drew Zimber
just ran into this yesterday. From what i can tell, the nested tags NEED the html:form tags on that very page, or else it cant seem to resolve the form object. If anyone knows a way around this, i'd like to hear it as this seems to defeat the purpose of templating... try putting the form tags

Help: validation and dyna beans, data disappears

2002-11-13 Thread Drew Zimber
/takes on this delimna before I revert back to traditional forms. Thank you for your time!!! Regards, Drew Zimber -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org