Struts Design Question

2004-02-19 Thread Appel, Jeremy D
I am designing an input screen that will have multiple select tags for inputting a number of rows into a db table. I plan to do a Cartesian product of the input properties in my Action and then feed each row to my db persistence framework (Ibatis) for insertion into the db. My question is what

RE: passing beans to tiles

2004-02-17 Thread Appel, Jeremy D
Thad, How are you calling the action? Jeremy -Original Message- From: Thad Humphries [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 5:36 PM To: [EMAIL PROTECTED] Subject: passing beans to tiles I'm trying to move a simple test application to tiles but I cannot get a list of

RE: [OT] Beer

2003-12-12 Thread Appel, Jeremy D
I am home brewer as well and be careful not to make blanket generalizations about American beer. There are plenty of good American breweries like Anchor, Sierra Nevada, Rogue, Bells etc. This time of the year, I prefer Sierra Nevada's Celebration Ale. yum. -Original Message- From: Slo

RE: tags for Map creation for the html:link tag

2003-12-05 Thread Appel, Jeremy D
I for one have had to do this as well and this is quite a beneficial feature. I would maybe suggest using JSTL instead of the STRUTS taglibs(logic, bean) since current opinion is to move to JSTL. Jeremy -Original Message- From: Jesse Alexander (KADA 11) [mailto:[EMAIL PROTECTED] Sent:

passing request parameters in actions

2003-11-21 Thread Appel, Jeremy D
I am a relative newbie and I have a question regarding passing of parameters in actions. Currently, I am using LookupDispatchAction for all my actions which requires passing at least one parameter to my actions as well as any additional that I might have. Thus, I have code in my JSP like this:

RE: Struts Dilemma

2003-11-06 Thread Appel, Jeremy D
Try the or tags... -Original Message- From: Srinivas Gunturu [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 12:30 PM Subject: Struts Dilemma Often when writing a bean for use by a tag, I seem to be writing a equivalent method that returns a string value for a boolean prop

RE: collection iterate

2003-10-30 Thread Appel, Jeremy D
Ajay, use the struts-bean taglibrary and tag. Something like this: .. HTH jeremy -Original Message- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: collection iterate hi! i hav

RE: All page tiles are not displaying properly

2003-10-02 Thread Appel, Jeremy D
: Thursday, October 02, 2003 9:05 AM To: Struts Users Mailing List Subject: Re: All page tiles are not displaying properly I don't know if you are sure about what you're doing, but I don't understand why you don't just simply: Caroline - Original Message - From: "

All page tiles are not displaying properly

2003-10-01 Thread Appel, Jeremy D
I am using Tiles and I am running into a problem that I can not seem to explain. I have all my tiles definitions in the requisite def files etc. I am using the classicLayout tile and all tile values are links to forward actions: with the corresponding action: . For some reason, when accessi

JSP compilation errors with Tiles and Actions

2003-09-26 Thread Appel, Jeremy D
All, I have been working on putting my jsp inside the WEB-INF directory so that users can not directly access them. Instead I am using actions and tiles definitions to access the pages. However, I am receiving the following error when trying to execute an action that refers to my jsp.

RE: DynaValidatorForm setup

2003-06-06 Thread Appel, Jeremy D
greg, I am assuming that have downloaded the necessary jars: jakarta-oro.jar and commons-validator.jar. There may be some additional ones that I am missing. You will need to specify the validator as plug-in in the struts-config file for example: the validator.xml file is where y

Coarse-grained DynaValidatorForm

2003-06-04 Thread Appel, Jeremy D
I have three separate Action Forms with two properties shared between them. I am currently using the DynaValidatorForm and validation rules set up for them. I would like to migrate to one Form Bean but I am not quite sure how to do this with DynaValidatorForm. For example: Form 1: