Re: Dynamic property names

2009-05-11 Thread mitch gorman
Jon Pearson wrote: > Well, I didn't get any responses to this, but luckily I managed to > figure it out from the OGNL documentation > (http://www.opensymphony.com/ognl/html/LanguageGuide/basicExpressions.ht > ml): > > Under the 'Expression Evaluation' section, it describes how you can > write this:

RE: Dynamic property names

2009-05-08 Thread Martin Gainty
bject) where the acquired index Subject: RE: Dynamic property names > Date: Fri, 8 May 2009 09:24:09 -0400 > From: jon.pear...@sixnet.com > To: user@struts.apache.org > > Well, I didn't get any responses to this, but luckily I managed to > figure it out from th

RE: Dynamic property names

2009-05-08 Thread Jon Pearson
e property with that name from the object #object, you can retrieve it by writing "#variable(#object)". Hope this is useful to others! ~Jonathan > -Original Message- > From: Jon Pearson > Sent: Thursday, May 07, 2009 1:14 PM > To: Struts Users Mailing List > S

Dynamic property names

2009-05-07 Thread Jon Pearson
I am trying to build out a table of values. I would like the user to be able to choose which columns are visible, and to re-order them (not interactively, on a separate page). My initial method for implementing this looks something like: User preferences: property1 property2 ... And then somethin

dynamic property

2005-10-20 Thread Lim Hock-Chai
I have an application that I need to dynamically create fields/properties in the html. Does anybody know of any article that describe the best approach to do this in struts? Note: Number of fields/properties will be control by a database. There is no way to determine how many, however, it pr

Re: How to get a dynamic property attribute

2005-01-22 Thread Dakota Jack
Thanks, Wendy. Much appreciated. I hadn't really checked LazyActionForm out, because I am using 1.1. Now, I guess, I have to see what is required to step up to 1.2.6. Jack On Sat, 22 Jan 2005 20:18:54 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Dakota Jack" <[EMAIL PROTECTED]> > >

Re: How to get a dynamic property attribute

2005-01-22 Thread Wendy Smoak
From: "Dakota Jack" <[EMAIL PROTECTED]> However, this is impossible because Struts requires that the form have a getter with the name of the property value, i.e. getWhatever() for "whatever". Anyone have a good idea(er) on how to do this without changing the Struts code? Struts has LazyValidatorFo

How to get a dynamic property attribute

2005-01-22 Thread Dakota Jack
I would like to do something like:  '' However, this is impossible because S

RE: struts-bean:write and dynamic property parameter?

2004-05-19 Thread Rahul Mohan
CTED]Sent: Tuesday, May 18, 2004 11:40 PMTo: Struts Users Mailing ListSubject: struts-bean:write and dynamic property parameter?Is there some way to pass a pass a parameter to the "property" attribute of struts-bean:write tag? Thanks, Dennis ** Message from InterScan E-M

Re: struts-bean:write and dynamic property parameter? (SOLVED)

2004-05-19 Thread DGraham
Never mind...seems that my email was the catalyst to jiggle the response out of the recesses of my brain. Thanks, Dennis Dennis Graham/EvergreenFunds 05/18/2004 02:09 PM To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject struts-bean:write and

struts-bean:write and dynamic property parameter?

2004-05-19 Thread DGraham
Is there some way to pass a pass a parameter to the "property" attribute of struts-bean:write tag? Thanks, Dennis- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]