Re: nested dynabeans

2004-02-19 Thread Niall Pemberton
Rabago [EMAIL PROTECTED] To: Mark Hardy [EMAIL PROTECTED]; Niall Pemberton [EMAIL PROTECTED] Cc: Michael McGrady [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:19 PM Subject: Re: nested dynabeans I personally haven't tried nested dynabeans, but it's just the thing I was thinking

Real Dynamic Forms - Using DynaBeans MapBackedForms

2004-01-12 Thread Oliver Thiel
Hi @all, I am relative new to Strut, but I have to | want to do a struts project for my studies at the university of applied science. I try to build a 'real' dynamic registration form using DynaBeans and Maps (all HashMaps will be filled by a database call later). What I have so far

Re: Real Dynamic Forms - Using DynaBeans MapBackedForms

2004-01-12 Thread hhlow
DynaBeans MapBackedForms Hi @all, I am relative new to Strut, but I have to | want to do a struts project for my studies at the university of applied science. I try to build a 'real' dynamic registration form using DynaBeans and Maps (all HashMaps will be filled by a database call later

Re: Real Dynamic Forms - Using DynaBeans MapBackedForms

2004-01-12 Thread Christian Burger
Return Receipt Your Re: Real Dynamic Forms - Using DynaBeans MapBackedForms document

JSTL and DynaBeans

2003-11-25 Thread Pedro Salgado
I have been using the struts taglibs and have been trying to use only JSTL. When using DynaBeans the JSTL doesn't work (${bean.propertyA} doesn't print anything) I solved the problem of accessing DynaBeans extending the BasicDynaBean and implementing the Map interface but I am also using

R: JSTL and DynaBeans

2003-11-25 Thread Grassi Fabio
Would the alternative syntax ${bean[propertyA]} work better? Regards, Fabio. -Messaggio originale- Da: Pedro Salgado [mailto:[EMAIL PROTECTED] Inviato: martedì 25 novembre 2003 16:05 A: Struts Users Mailing List Oggetto: JSTL and DynaBeans I have been using the struts

Re: R: JSTL and DynaBeans

2003-11-25 Thread Pedro Salgado
. -Messaggio originale- Da: Pedro Salgado [mailto:[EMAIL PROTECTED] Inviato: martedì 25 novembre 2003 16:05 A: Struts Users Mailing List Oggetto: JSTL and DynaBeans I have been using the struts taglibs and have been trying to use only JSTL. When using DynaBeans

Re: R: JSTL and DynaBeans

2003-11-25 Thread Kris Schneider
. -Messaggio originale- Da: Pedro Salgado [mailto:[EMAIL PROTECTED] Inviato: martedì 25 novembre 2003 16:05 A: Struts Users Mailing List Oggetto: JSTL and DynaBeans I have been using the struts taglibs and have been trying to use only JSTL. When using DynaBeans

RE: JSTL and DynaBeans

2003-11-25 Thread Paananen, Tero
When using DynaBeans the JSTL doesn't work (${bean.propertyA} doesn't print anything) ${bean.map.propertyA} and salvation is yours. -TPP - This email may contain confidential and privileged material for the sole use

RE: JSTL and DynaBeans

2003-11-25 Thread Kris Schneider
Only if bean is a DynaActionForm. Which is not the case for the DynaBeans created by RowSetDynaClass (it uses BasicDynaBean internally). Quoting Paananen, Tero [EMAIL PROTECTED]: When using DynaBeans the JSTL doesn't work (${bean.propertyA} doesn't print anything) ${bean.map.propertyA

Re: DynaBeans

2003-04-01 Thread Thorbjørn Ravn Andersen
Mark Lowe wrote: Anyone got any cunning suggestions/workarounds as to change property type in a DynaBean? I'm attempting to replace an int that has been created from a ResultSetDynaClass with a DynaBean, or other useful object I do not fully understand your problem. I had a problem

Dynabeans and Persistence strategies

2003-03-26 Thread rajesh kalluri
Hi, Has any one been using Dynabeans as their domian objects as opposed to POJO. If so could you you please mention the approcah you are taking to persist these to your db. I am looking for some thing which can handle Dynabeans having maps of other Dynabeans. And those need to be persisted

Re: DynaBeans

2003-03-05 Thread Mark Lowe
wrote: Hello Sorry another dynabeans question I'm getting NoSuchMethodException when i can see that the properties i wish to access are available (using the describes to produce a map and exstracting the names with the keySet() method thanks mark

DynaBeans

2003-03-04 Thread Mark Lowe
Hello Sorry another dynabeans question I'm getting NoSuchMethodException when i can see that the properties i wish to access are available (using the describes to produce a map and exstracting the names with the keySet() method thanks mark

Re: DynaBeans

2003-03-04 Thread Jose Gonzalez Gomez
This is a wild guess, but... are you using getProperty() instead of get( property ) ? Mark Lowe wrote: Hello Sorry another dynabeans question I'm getting NoSuchMethodException when i can see that the properties i wish to access are available (using the describes to produce a map

Re: DynaBeans

2003-03-04 Thread Mark Lowe
VALUE); } now i'm getting a NoSuchMethodException when i the keys i'm extracting are fine. when i'm setting values i'm getting Illegalinputexception or such I'm getting my original dynaBeans from ResultSetDynaClass.. which could be a potental issue but the same happens when i copy

Re: DynaBeans

2003-03-04 Thread Mark Lowe
no sorry.. gosh that would be simple... :) Martedì, 4 mar 2003, alle 15:50 Europe/Rome, Jose Gonzalez Gomez ha scritto: This is a wild guess, but... are you using getProperty() instead of get( property ) ? Mark Lowe wrote: Hello Sorry another dynabeans question I'm getting

Re: DynaBeans

2003-03-04 Thread Mark Lowe
scritto: This is a wild guess, but... are you using getProperty() instead of get( property ) ? Mark Lowe wrote: Hello Sorry another dynabeans question I'm getting NoSuchMethodException when i can see that the properties i wish to access are available (using the describes to produce a map

DynaBeans

2003-03-03 Thread Mark Lowe
Anyone got any cunning suggestions/workarounds as to change property type in a DynaBean? I'm attempting to replace an int that has been created from a ResultSetDynaClass with a DynaBean, or other useful object Anyone else had this sort of problem? thanks mark

RE: [OT] JSF JSTL EL [WAS: RE: DynaBeans, Struts, OR mapping tools and code generators]

2003-01-26 Thread Andrew Hill
Thanks Craig :-) -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Saturday, 25 January 2003 14:47 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: [OT] JSF JSTL EL [WAS: RE: DynaBeans, Struts, OR mapping tools and code generators] On Thu, 23

[OT] JSF JSTL EL [WAS: RE: DynaBeans, Struts, OR mapping tools and code generators]

2003-01-24 Thread Andrew Hill
? Is there something in struts EL I can rip? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, 23 January 2003 13:59 To: Struts Users Mailing List Subject: Re: DynaBeans, Struts, OR mapping tools and code generators On Wed, 22 Jan 2003, Tony Baity wrote

RE: [OT] JSF JSTL EL [WAS: RE: DynaBeans, Struts, OR mapping tools and code generators]

2003-01-24 Thread Jerome Jacobsen
[WAS: RE: DynaBeans, Struts, OR mapping tools and code generators] o... I do wish you'd stop talking about JSF. It sounds so cool that I feel like a kid on Christmas eve who cant wait for Santa to come down the chimney and fill the stocking with presents... ;-) Where could one get a copy

Re: [OT] JSF JSTL EL [WAS: RE: DynaBeans, Struts, OR mappingtools and code generators]

2003-01-24 Thread Craig R. McClanahan
On Thu, 23 Jan 2003, Andrew Hill wrote: Date: Thu, 23 Jan 2003 14:10:28 +0800 From: Andrew Hill [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: [OT] JSF JSTL EL [WAS: RE: DynaBeans

Struts-config.xml and DynaBeans

2003-01-22 Thread MJ McLaren, Information Systems and Computing
at dynabeans and the struts version of DynaActionFormClass. I noted that in the Struts configuration file the section for describing form-beans. This is great but being a very lazy programmer, what about a section for describing any type of DynaBean and not just form-beans specifically

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread Robert Taylor
MJ, using Digester and org.apache.commons.beanutils package, its not that difficult to do this. In our most recent project, we leverage DynaBeans heavily for creating view objects to avoid having to physically create them (RowSetDynaClass was not around). We define them in an xml file and read

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread pqin
-config.xml and DynaBeans MJ, using Digester and org.apache.commons.beanutils package, its not that difficult to do this. In our most recent project, we leverage DynaBeans heavily for creating view objects to avoid having to physically create them (RowSetDynaClass was not around). We define them

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread Robert Taylor
be enhanced in the future to allow for default values. robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: RE: Struts-config.xml and DynaBeans Can you give me an example of your

DynaBeans, Struts, OR mapping tools and code generators

2003-01-22 Thread Tony Baity
Has anyone seen any effort afoot to make a drag-N-drop between a GUI like the one in MiddleGen and an ActionForm so that you can build your pages using point and click and have all the code generation for the action classes, DTOs/VOs, EJBs/DAOs done behind the scenes xdoclet style. I know the

Re: DynaBeans, Struts, OR mapping tools and code generators

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, Tony Baity wrote: I am looking forward to see what the SUN Faces product will do and how Struts and JSTL relates to or is incorporated into that but I do not know easy it will be to map database fields to a face. If you've seen the early access version of JavaServer

DynaBeans tutorial/help?

2002-12-03 Thread Jeff Barrett
Do they exist? There doesn't seem to be anything in the official documentation yet. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: DynaBeans tutorial/help?

2002-12-03 Thread Alireza Fattahi
See www.theserverside.com -Original Message- From: Jeff Barrett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 5:21 AM To: [EMAIL PROTECTED] Subject: DynaBeans tutorial/help? Do they exist? There doesn't seem to be anything in the official documentation yet

Re: DynaBeans tutorial/help?

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Jeff Barrett wrote: Date: Tue, 3 Dec 2002 17:51:07 -0800 From: Jeff Barrett [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DynaBeans tutorial/help? Do they exist? There doesn't seem to be anything

dynabeans, indexed text input fields

2002-07-19 Thread James Krygowski
Hi All- I'm using Struts 1.0.2 and would like to know how I could utilize the DynaClass/DynaBean combination to handle the following situation: My application displays several editable tables whose underlying data might look like: unique_id description cost discount -

RE: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread wbchmura
Yeah, the type conversions were a know deficency in my code. -Original Message- From: craigmcc [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 6:45 PM To: struts-user Subject: RE: DynaBeans, DynaClass, DynaMen I implemented something a little more memory-efficient than

FW: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread Michael Connor
; return object; } -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 6:45 PM To: Struts Users Mailing List Subject: RE: DynaBeans, DynaClass, DynaMen I implemented something a little more memory-efficient than this (doesn't

RE: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread Anjana Wijayaweera
Hi All, I need to know if there is any Struts Tag being developed for 1.1 whiich supports Dynabeans in a truely dynamic way. I have seen examples which go like this bean:write name=dynabean property=property1/ BUT this doesn't answer my requirement since I need to have a really

Re: FW: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread Adolfo Miguelez
List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: FW: DynaBeans, DynaClass, DynaMen Date: Mon, 15 Jul 2002 10:06:50 -0400 Hello All - I've been following this thread and have been doing some similar work. In the code that was given here, there is really no regard for type

RE: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread Adolfo Miguelez
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: DynaBeans, DynaClass, DynaMen Date: Mon, 15 Jul 2002 20:14:33 +0600 Hi All, I need to know if there is any Struts Tag being developed for 1.1 whiich supports Dynabeans in a truely dynamic way. I have seen examples

RE: DynaBeans, DynaClass, DynaMen

2002-07-15 Thread Craig R. McClanahan
On Mon, 15 Jul 2002, Anjana Wijayaweera wrote: Date: Mon, 15 Jul 2002 20:14:33 +0600 From: Anjana Wijayaweera [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: DynaBeans, DynaClass, DynaMen Hi All

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread wbchmura
The issue became pointless when for some reason the tag lib I was using started working all the sudden. We may never know why, but it seems to like dynabeans now... Thanks anyway! -Original Message- From: tra [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 1:03 AM To: struts

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Thorbjoern Ravn Andersen wrote: Date: Fri, 12 Jul 2002 07:02:57 +0200 From: Thorbjoern Ravn Andersen [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: DynaBeans, DynaClass, DynaMen

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread wbchmura
Here is what I am using... Very simple and only returns strings... /** * Converts a resultset into an ArrayList of DynaBeans * * @param resultSet SQL result set to be converted * @return ArrayList of DynaBeans with all columnnames converted to * lowercase

Fwd: Re: Validating DynaBeans and a Jakarta Parable

2002-07-12 Thread James Turner
Craig wrote: The validator framework already lets you write reusable custom validation functions, and it already supports dynabeans -- what do you need that is not already available? I'm a big fan of keeping as much stuff in one place as possible. By using the form-property tag, you can

Re: Fwd: Re: Validating DynaBeans and a Jakarta Parable

2002-07-12 Thread Craig R. McClanahan
DynaBeans but don't want to use the Validator framework (which at first glance is going to take me half a day to configure properly), why should I be forced to. And as near as I can tell, Validator doesn't do what I want right now anyway, which is to be able to specify the field validations

Re: Fwd: Re: Validating DynaBeans and a Jakarta Parable

2002-07-12 Thread James Turner
To turn around your turn around, why should we invent *two* mechanisms to do the same thing (specify validations for dynamic form beans)? That would be a horrendous waste of effort. I disagree but understand and respect your point of view. AFAICT, the validator framework can functionally do

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
-0400 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: DynaBeans, DynaClass, DynaMen Here is what I am using... Very simple and only returns strings... /** * Converts a resultset into an ArrayList of DynaBeans

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Martin Cooper
Cool beans! (Yes, pun intended - it's Friday, right? :) -- Martin Cooper -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:45 PM To: Struts Users Mailing List Subject: RE: DynaBeans, DynaClass, DynaMen I implemented

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread @Basebeans.com
Subject: Re: DynaBeans, DynaClass, DynaMen From: Vic C. [EMAIL PROTECTED] === Looks a bit like http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html listing #3 of disconnected row set. Can we get metaData out of it so I can write auto updates? So a DAO that has a Iterator

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Struts Newsgroup wrote: Date: Fri, 12 Jul 2002 18:40:02 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaBeans, DynaClass, DynaMen Subject: Re: DynaBeans, DynaClass, DynaMen

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread @Basebeans.com
Subject: Re: DynaBeans, DynaClass, DynaMen From: Vic C. [EMAIL PROTECTED] === Sorry, excited: I see: DynaProperty.getType() ; So based on it I can get the type, and create an UPDATE TABLE SET X = Y WHERE Z=K in a base class. Cool. I wonder about original values for a reset, etc. Vic Vic

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread @Basebeans.com
Subject: Re: DynaBeans, DynaClass, DynaMen From: Vic C. [EMAIL PROTECTED] === I am so over all this. (I have a basejDAO project on SourceForge... that will take a SQL string and expose CRUD methods, that might use this). Very Cool. Vic Craig R. McClanahan wrote: On Fri, 12 Jul 2002, Struts

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread @Basebeans.com
Subject: Re: DynaBeans, DynaClass, DynaMen From: Vic C. [EMAIL PROTECTED] === And... can we give it a datasource argument (instead of con) and use RowSet instead of ResultSet? Vic Vic C. wrote: Looks a bit like http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html listing

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Struts Newsgroup wrote: Date: Fri, 12 Jul 2002 18:55:02 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaBeans, DynaClass, DynaMen Subject: Re: DynaBeans, DynaClass, DynaMen

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Struts Newsgroup wrote: Date: Fri, 12 Jul 2002 18:55:01 -0700 From: Struts Newsgroup [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: DynaBeans, DynaClass, DynaMen Subject: Re: DynaBeans, DynaClass, DynaMen

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Martin Cooper wrote: Date: Fri, 12 Jul 2002 17:03:24 -0700 From: Martin Cooper [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: DynaBeans, DynaClass, DynaMen Cool beans! (Yes, pun

RE: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread Martin Cooper
Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: DynaBeans, DynaClass, DynaMen On Fri, 12 Jul 2002, Martin Cooper wrote: Date: Fri, 12 Jul 2002 17:03:24 -0700 From: Martin Cooper [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users

Re: DynaBeans, DynaClass, DynaMen

2002-07-12 Thread @Basebeans.com
Subject: Re: DynaBeans, DynaClass, DynaMen From: Vic C. [EMAIL PROTECTED] === But... if it does not copy... what happens to RowSet connection while the data is on the page? RowSet has to be disconnected while the use sees it on the page, so I am not keeping the connection open

Re: dynabeans as value objects in struts 1.0.X

2002-07-11 Thread Craig R. McClanahan
On Thu, 11 Jul 2002, Adolfo Miguelez wrote: Date: Thu, 11 Jul 2002 13:33:24 + From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: dynabeans as value objects in struts 1.0.X Hi All, I quick question

Re: dynabeans as value objects in struts 1.0.X

2002-07-11 Thread Adolfo Miguelez
cheers Craig From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: dynabeans as value objects in struts 1.0.X Date: Thu, 11 Jul 2002 09:10:35 -0700 (PDT) On Thu, 11 Jul 2002, Adolfo

Validating DynaBeans

2002-07-11 Thread James Turner
More Dynabean stuff. Looking over the new form-property DynaBean stuff in the struts config file, it strikes me that the one thing that would make it work seamlessly for 90% of all forms I ever code would be to allow the individual properties to have validation functions rather than require a

Re: DynaBeans, DynaClass, DynaMen

2002-07-11 Thread Thorbjoern Ravn Andersen
[EMAIL PROTECTED] skrev: ...anyone remember DynaMen? Anyhow... I got a Dynabean mechanism working that builds a DynaBean based on the metadata of a SQL result set, populates and array of the little buggers and passes it back to me. For displaying I have a tag library that does not like a

RE: DynaBeans, DynaClass, DynaMen - Display Tags

2002-07-02 Thread wbchmura
Apparently the Display Tags library does support Dynabeans... I had an action screwed up Works well! -Original Message- From: Chmura, William B. Sent: Monday, July 01, 2002 12:28 PM To: struts-user Subject: RE: DynaBeans, DynaClass, DynaMen definatly will submit them... Tried

DynaBeans, DynaClass, DynaMen

2002-07-01 Thread wbchmura
') as the field name. What is the best way to get around this? (A) Write a bean to encapsulate the dynabean and provide hard method gets and sets (B) Modify the tag library to detect a DynaBean and access it via a get and set (not my library) (C) Don't use dynabeans for this sort of thing (D) None

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Adolfo Miguelez
I have implemented the same approach: getting results from a database query and wrap them in an ArrayList of dynabeans. In that way I can use the Struts Customs tags in order to render the dynabeans content in the JSP. Custom Tags rely on Commons BeanUtils package which is able to inspect any

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Cliff Rowley
) Don't use dynabeans for this sort of thing (D) None of the above you dufus Another approach (I've not tried it, so I can't comment on success/failure) could be to use a proxy class (reflection) and a proxy interface for the dynabeans you want to access. It's not much different from option

RE: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread wbchmura
]] Sent: Monday, July 01, 2002 11:28 AM To: struts-user Subject: Re: DynaBeans, DynaClass, DynaMen [EMAIL PROTECTED] wrote: Anyhow... I got a Dynabean mechanism working that builds a DynaBean based on the metadata of a SQL result set, populates and array of the little buggers and passes

RE: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread wbchmura
: DynaBeans, DynaClass, DynaMen I have implemented the same approach: getting results from a database query and wrap them in an ArrayList of dynabeans. In that way I can use the Struts Customs tags in order to render the dynabeans content in the JSP. Custom Tags rely on Commons BeanUtils package

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Cliff Rowley
I'll answer both mails at the same time .. [EMAIL PROTECTED] wrote: If I followed this approach and wanted to implement it across many pages, would I just code the interface for every possible field that could be returned? I am not sure and I left my patterns book at home today

RE: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread wbchmura
: DynaBeans, DynaClass, DynaMen I'll answer both mails at the same time .. [EMAIL PROTECTED] wrote: If I followed this approach and wanted to implement it across many pages, would I just code the interface for every possible field that could be returned? I am not sure and I left my patterns book

RE: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Adolfo Miguelez
By using dynabeans should not need to modify the custom tags at all. BeansUtils package is able to inspect dynabeans itself. The advantage is that you have not to worry about making your modified custom tags for each new release. Adolfo From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Craig R. McClanahan
On Mon, 1 Jul 2002 [EMAIL PROTECTED] wrote: Date: Mon, 1 Jul 2002 10:39:46 -0400 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DynaBeans, DynaClass, DynaMen ...anyone remember DynaMen? Anyhow... I got a Dynabean

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Cliff Rowley
Craig R. McClanahan wrote: The standard methods in BeanUtils and PropertyUtils know how to deal with DynaBeans already (essentially your option (B)). That is why all of the Struts tags can deal with DynaBeans or standard JavaBeans with no changes. Is there a reason you can't use things like

RE: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread wbchmura
I should be able to do bean write on them, but I would lose the pretty functionality I get with the taglib... -Original Message- From: cliff [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 1:42 PM To: struts-user Subject: Re: DynaBeans, DynaClass, DynaMen Craig R

Re: DynaBeans, DynaClass, DynaMen

2002-07-01 Thread Craig R. McClanahan
On Mon, 1 Jul 2002, Cliff Rowley wrote: Date: Mon, 01 Jul 2002 18:42:24 +0100 From: Cliff Rowley [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: DynaBeans, DynaClass, DynaMen Craig R. McClanahan wrote

RE: PropertyUtils.describe and DynaBeans

2002-06-11 Thread Sharma, Sanjay (LNG)
All I want is a way to get HashMap representation for my dynamic bean so that I can use it with html:link. The describe method in PropertyUtils doesn't work for Dynabeans. For now I am using the following to copy DynaBean properies to a HashMap DynaClass myDynaClass = ((DynaActionForm

PropertyUtils.describe and DynaBeans

2002-06-07 Thread Sharma, Sanjay (LNG)
I would like to use the describe method to populate a hash map from a Dyna bean. This method uses getPropertyDescriptors which javadoc release notes state don't work with DynaBeans. What is the time frame (if any) for making getPropertyDescriptor methods work with DynaBeans. Thanks, Sanjay

Re: PropertyUtils.describe and DynaBeans

2002-06-07 Thread Craig R. McClanahan
On Fri, 7 Jun 2002, Sharma, Sanjay (LNG) wrote: Date: Fri, 7 Jun 2002 11:51:27 -0400 From: Sharma, Sanjay (LNG) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: PropertyUtils.describe and DynaBeans I would

RE: PropertyUtils.describe and DynaBeans

2002-06-07 Thread Sharma, Sanjay (LNG)
Why doesn't the PropertyUtils.describe method use the DynaBean introspection method you described below to copy properties from Dynabean to a HashMap. Looking at the code it seems like populate method accounts for DynaBeans. Sanjay -Original Message- From: Craig R. McClanahan [mailto

RE: PropertyUtils.describe and DynaBeans

2002-06-07 Thread Craig R. McClanahan
On Fri, 7 Jun 2002, Sharma, Sanjay (LNG) wrote: Date: Fri, 7 Jun 2002 14:01:54 -0400 From: Sharma, Sanjay (LNG) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: PropertyUtils.describe and DynaBeans Why

¿DynaBeans performance?

2002-05-10 Thread Adolfo Miguelez
just met DynaBeans days ago, and I was wondering if we could modify our value objects to be DynaBeans rather than hashmaps. In that way, we would not need to patch Struts custom tags. they seems to be available since Struts 1.1b1, is not it? My question is which one is performance impact

Re: ¿DynaBeans performance?

2002-05-10 Thread Craig R. McClanahan
On Fri, 10 May 2002, Adolfo Miguelez wrote: Date: Fri, 10 May 2002 08:55:26 + From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ¿DynaBeans performance? Hi All, despite, AFAIK, Struts propose usual JavaBeans

Re: ¿DynaBeans performance?

2002-05-10 Thread Adolfo Miguelez
, Adolfo. From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: ¿DynaBeans performance? Date: Fri, 10 May 2002 08:58:52 -0700 (PDT) On Fri, 10 May 2002, Adolfo Miguelez wrote: Date: Fri, 10 May

Dynabeans

2002-05-05 Thread Emerson Cargnin - MSA
Someone knows if the dynaforms is exclusive of 1.1 version of struts? Have someone using it? Does it enhances production no having to create the form classes (the drawback is not having compiler checks of getXXX instead of get(xxx))? Thanks in advance -- To unsubscribe, e-mail:

RE: DynaBeans documentation

2002-04-12 Thread Wellie W. Chao
I haven't tried it. What is the bug you're having? -Original Message- From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 9:01 PM To: Struts Users Mailing List Subject: RE: DynaBeans documentation Have you gotten the DynaValidation stuff working. I

Re: DynaBeans / DynaActionForm

2002-04-11 Thread Klaasjan Brand
Corneliu Rachieru wrote: I've looked through the archive and i couldn't find a definite answer to the following question: We currently have a working version of our app built with Struts 1.0.2 and recently ported to 1.1b1. We would like to use DynaBeans/Forms to do the following

Re: DynaBeans / DynaActionForm

2002-04-11 Thread Sandeep Takhar
the exact syntax, but I thought I should tell you what you know -- I believe you don't need to have the properties using this method (whether you are using dynabeans or not is irrelevant). please do more research -- to find a definitive answer. Sandeep --- Klaasjan Brand [EMAIL PROTECTED] wrote

RE: DynaBeans documentation

2002-04-11 Thread Wellie W. Chao
Message- From: Corneliu Rachieru [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 2:14 PM To: 'Struts Users Mailing List' Subject: DynaBeans documentation Hi, Can anyone point me to any relevant DynaBeans documentation and/or examples ? Thank you, Corneliu -- To unsubscribe, e-mail

RE: DynaBeans documentation

2002-04-11 Thread Phase Web and Multimedia
Message- From: Wellie W. Chao [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 6:22 PM To: Struts Users Mailing List Subject: RE: DynaBeans documentation There is javadoc documentation for the DynaBean class in the Jakarta Commons project (beanutil group). As for examples, I just

DynaBeans documentation

2002-04-10 Thread Corneliu Rachieru
Hi, Can anyone point me to any relevant DynaBeans documentation and/or examples ? Thank you, Corneliu