Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Murray Collingwood
Sounds like you need some documentation... try this: http://struts.apache.org/userGuide/struts-logic.html This tells you how to use those tag should identify the attribute name of the collection and assign a new attribute name to be used for accessing each item within the collection. Insi

Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Kishore Senji
If you are using property on the logic:equal, you also have to supply the "name" attribute. Define an "id" on the logic:iterate and use it as the "name" on the logic:equal. On 10/1/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I am not having luck here. > > I have a collection of cards (Card cla

Struts-Layout Question -- Dynamically Generating MenuComponents

2005-10-01 Thread Jason Kwon
Hi, I was looking at the struts-layout API. It looks like all menucomponents are constructed by referring to properties set in ApplicationResources.properties. However, I have a need to generate content for these menucomponents dynamically based on values in the database. I suppose I could wri

Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Mick Knutson
I am not having luck here. I have a collection of cards (Card class) that I am iterating through. Then, I also have a form that has a cardValidatorForm (DynaForm). cardForm.cardNumber is going to be equal to one of the card.cardNumber's When I create the logic tag like you stated: ... I get an

Re: [Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread Frank W. Zammetti
Nah, I think I can live with just going to the docs on my own hard drive :) I think for me it would not be scratching an itch, nor developing hives, but remembering a psychosis caused by days gone by! Frank Laurie Harper wrote: Ugh, yeah, that's a bit more ugly... I'll be making the source fi

Re: Where to download shale test mock objects

2005-10-01 Thread Wendy Smoak
From: "David Thielen" <[EMAIL PROTECTED]> I went to http://struts.apache.org/shale/index.html#download And it said Icould download them at http://cvs.apache.org/builds/struts/nightly/struts-shale/test-framework/ But nothing there. ??? - thanks - dave Back up one level to http://cvs.apache.or

Where to download shale test mock objects

2005-10-01 Thread David Thielen
Hi; I went to http://struts.apache.org/shale/index.html#download And it said Icould download them at http://cvs.apache.org/builds/struts/nightly/struts-shale/test-framework/ But nothing there. ??? - thanks - dave David Thielen www.windwardreports.com 303-499-2544

Re: [Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread Laurie Harper
Ugh, yeah, that's a bit more ugly... I'll be making the source files and scripts for the sidebar available as soon as the SourceForge project is approved, if you feel like putting together an IE wrapper; for me, it'd be less like scratching an itch and more like developing hives ;-) L. Frank

Re: embed jstl or other struts tag or scriplets within html:text

2005-10-01 Thread Rahul Akolkar
On 10/1/05, Karr, David <[EMAIL PROTECTED]> wrote: > Ok. Several things here. > On the other hand, if I'm wrong, and WSAD 5.1 is a JSP 2.0 container, You're right :-) WSAD 5.x (WAS, really) is J2EE 1.2/1.3 (you can pick which one), WSAD 6.x has J2EE 1.4 as well (and, by transitivity. JSP 2.0).

RE: embed jstl or other struts tag or scriplets within html:text

2005-10-01 Thread Karr, David
Ok. Several things here. 1. If you use "runtime" expressions for attributes in JSP, the runtime expression has to be the entire attribute value, not just a portion, so you would have (approximately): onblur='<%= "this" + ... + "reCalcFields(" + executionState + ");" %>' However, assuming

RE: form bean population confusion

2005-10-01 Thread croffman rhenv
Thanks for the reply. 1. Looks like I got into the problem, because of 3 pages. I have defined action mappings as: action1 ==> no ActionForm action2 ==> takes a DynaValidatorForm (form1) for all the user data u received in jsp1 action3 ==> called when jsp2 submission and displays jsp3 2. Is it c

ot: Re:[Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread netsql
//Contrast it to creating an IE sidebar: And how I get IE on Fedora ;-) One thing about FireFox... current version 1-1.5 is staticaly linked and not embedable; unlike mozilla... they said they'll fix it. .V (shameless plug #10,324: go to http://yum.roomity.com - it installs Mozilla w/ all plu

Re: [Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread Frank W. Zammetti
I personally have not been terribly impressed with Firefox (I'm probably the only geek on the planet that would say that!) but the extensibility they have built into it has got to be one of the best things about it. Contrast it to creating an IE sidebar: http://msdn.microsoft.com/library/defau

RE: [Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread Michael Oliver
Now if we could just get the FireFox browser to work embedded in EclipseAhh. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)953-8949 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: news [

Re: [Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread Laurie Harper
Heh, it's nice to turn the tables once in a while ;-) I don't know what IE has in the same vein as the Mozilla sidebar functionality, but if you have a pointer to documentation I'll be happy to take a look at packaging this for IE... It's basically just a static HTML page so it shouldn't be to

EVAL_BODY_TAG has been deprecated!!!!!!!

2005-10-01 Thread Søren Blidorf
Hi. When I compile my jsp I get the error: EVAL_BODY_TAG has been deprecated The only thing I use is: Does anybody know if that is what causes the problem. Thanks. Soren Nolas Consulting - To unsubscribe, e-mail: [EMAIL