Re: struts-tags Iterator usage

2012-07-25 Thread Justin Chin
Understood. I was not thinking about the conversion to HTML on the client side. Let me work with the suggestion to get my HTML syntax correct for submission. Thank you. On 7/25/2012 4:59 PM, Dave Newton wrote: On Wed, Jul 25, 2012 at 4:56 PM, Justin Chin wrote: I am not sure I understand

Re: struts-tags Iterator usage

2012-07-25 Thread Justin Chin
very least, using object.property notation, e.g., peopleList.firstName. Otherwise you just have a bunch of fields named "firstName"--at best you'd get separate lists of names and numbers. Dave On Wed, Jul 25, 2012 at 4:33 PM, Justin Chin wrote: I am trying to update a List of Person

struts-tags Iterator usage

2012-07-25 Thread Justin Chin
I am trying to update a List of Person Objects via jsp. I have one Action Class used in the DispatchAction pattern. I begin the exercise with method1 which creates a new peopleList and populates each Person object in the list with a firstname. *public*String method1() *throws*Exception { Sy

html:select 1.2.9

2007-01-22 Thread Justin Chin
I am trying to maintain which item was selected in a html:select dropdown that is not "multiple" after the validation occurs in the Form and I need to return to the jsp because something was missing. Here is my code snippet from my jsp:

RE: Tiles validation and struts config input

2006-07-30 Thread Justin Chin
: Sunday, July 30, 2006 8:17 PM To: Struts Users Mailing List Subject: Re: Tiles validation and struts config input Hi Justin, Justin Chin wrote: > Lets say I have two sets of users. UsersA, and UsersB. The data gather > for both users are the same. The look and feel is different. So I wan

Tiles validation and struts config input

2006-07-30 Thread Justin Chin
Hi all, I am using Tiles and having some issues with my struts config file. Here is what I am trying to do: Lets say I have two sets of users. UsersA, and UsersB. The data gather for both users are the same. The look and feel is different. So I want to point to the same action mapping fo

RE: bean access in tile def?

2006-07-12 Thread Justin Chin
messaging within each of my jsps, but it would be nice to handle it from a tiles def perspective. Thanks, Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:04 AM To: Justin Chin; user@struts.apache.org Subject: RE: bean access i

bean access in tile def?

2006-07-11 Thread Justin Chin
Folks, I have a message in a jsp which require a dynamic attribute that I set on a bean from an action class. I want to use that bean within the tiles definition file. Is that possible? So for example, this is what I would do in my jsp to get the dynamic attribute: <% int requiredNum