Re: [Xdoclet-user] struts-config.xml - incorrect action typeofinherited actions

2007-05-22 Thread Cibulka Jaroslav
Sent: Tuesday, May 22, 2007 2:48 PM To: End-user support for the XDoclet code generator Subject: Re: [Xdoclet-user] struts-config.xml - incorrect action typeofinherited actions Selon Cibulka Jaroslav <[EMAIL PROTECTED]>: > > Hi, Hi > > I have problem with type attribute of action

Re: [Xdoclet-user] struts-config.xml - incorrect action typeof inherited actions

2007-05-22 Thread pouky
Selon Cibulka Jaroslav <[EMAIL PROTECTED]>: > > Hi, Hi > > I have problem with type attribute of action in struts-config.xml... > > In my application I have the following action class structure: > > /** > * @struts.action path="/parentAction1" name="ParentForm2"... > * > * @struts.action path=

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-07 Thread Konstantin Priblouda
--- Emmanouil Batsis <[EMAIL PROTECTED]> wrote: > Emmanouil Batsis wrote: > > >This looks like the following bug: > > > >http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 > > > > Would this work properly with xdoclet2? You may try this, but be warned that tag signatures may have

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-07 Thread Emmanouil Batsis
Emmanouil Batsis wrote: >This looks like the following bug: > >http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 > Would this work properly with xdoclet2? Manos Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tec

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-06 Thread Monkeyden
e).-Original Message-From: [EMAIL PROTECTED][mailto: [EMAIL PROTECTED]] On Behalf OfEmmanouil BatsisSent: Wednesday, July 05, 2006 9:21 AMTo: xdoclet-user@lists.sourceforge.net Subject: Re: [Xdoclet-user] struts config trouble with ActionsinheritanceThis looks like the following bug:http://opensou

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-06 Thread Nathan Voxland
t: Re: [Xdoclet-user] struts config trouble with Actions inheritance This looks like the following bug: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 Emmanouil Batsis wrote: >Suppose i have this in a Struts Action class > > * @struts.action path=&qu

Re: [Xdoclet-user] struts config trouble with Actions inheritance

2006-07-05 Thread Emmanouil Batsis
This looks like the following bug: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-683 Emmanouil Batsis wrote: >Suppose i have this in a Struts Action class > > * @struts.action path="/User/LoadCreate" > * name="EmployeeCrudForm" > * i

Re: [Xdoclet-user] struts action mappings not generated when not extending struts.Action directly

2005-12-13 Thread Emmanouil Batsis
Thanks, the invcation classpath was indeed the issue. Manos --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as ea

Re: [Xdoclet-user] struts action mappings not generated when not extending struts.Action directly

2005-12-13 Thread Konstantin Priblouda
--- Emmanouil Batsis <[EMAIL PROTECTED]> wrote: > > When my Action classes extend an abstract class that > in turn extends > org.apache.struts.action.Action, no mappings are > generated in struts > config. Any ideas? > and you are sure, that struts classes are on xdoclet invocation classpat

RE: [Xdoclet-user] struts-config DTD version incorrect

2005-08-01 Thread Vang Nguyen
Josh, Try the response I got from Cory Scott, which is a work around that he says worked. I haven't tried it yet. Let me know how it goes. Regards, Vang > Vang, > > It sounds like you are having the exact same problem as i had. I am > not sure exactly why the version setting is being ignor

Re: [Xdoclet-user] struts-config DTD version incorrect

2005-07-30 Thread Andrew Stevens
On Fri, 2005-07-29 at 23:16, Josh Cronemeyer wrote: > Below is a question I posted here a few days ago, but nobody responded. I've > still not figured out what is wrong and why I can't get Xdoclet to create my > validation.xml (I include my original question in case someone can see any > relation

Re: [Xdoclet-user] Struts limits

2005-06-08 Thread Lukas Oesterreicher
Hi Just forget about the second point mentioned, it seemed to be an issue in a previous version. It appears to work now. But i'd really look forward to a public xdoclet version with the mentioned patch included. Lukas

Re: [Xdoclet-user] Struts Tags

2004-09-08 Thread David Durham
David Durham wrote: I received an error: taskdef class xdoclet.modules.web.WebDocletTask cannot be found Does the webdoclettask require a seperate jar from the xdoclet 1.2.1 jar? That class (the modules package, in fact) is not in the xdoclet 1.2.1 jar. I found the lib download that has all of the

Re: [Xdoclet-user] Struts 1.2 support ???

2004-09-02 Thread Nick Heudecker
You need to use XDoclet 1.2.2 for Struts 1.2.x support. A snapshot of XDoclet 1.2.2 was recently made available. Please check the sf.net site for the downloads. On Fri, 3 Sep 2004 09:46:53 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > when I specify the version=1.2. > It just generate the struts

Re: [Xdoclet-user] Struts 1.2 support ???

2004-09-02 Thread Eric Chow
when I specify the version=1.2. It just generate the struts-conf.xml as http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> In fact, I use Maven + XDoclet Plugin 1.2.1 I define the properties as following: maven.xdoclet.webdoclet.strutsconfigxml.0=true maven.xdoclet.webdoclet.strut

Re: [Xdoclet-user] Struts 1.2 support ???

2004-09-02 Thread Matt Raible
I'm assuming you mean 1.2.2 - yes, I'm using it in my project now. Matt On Sep 2, 2004, at 4:36 AM, Eric Chow wrote: Can XDoclet support Struts1.2 ??? --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer

Re: [Xdoclet-user] Struts Validation !!!

2004-08-31 Thread Matt Raible
On Aug 31, 2004, at 5:53 AM, Nevine El-Saeed wrote: I think the whole problem is in the way u wrote the tags... u have: @struts.form-field name="NewUserForm" it should be: @struts.form-field form-name="NewUserForm" what I find strange though is that when I put these validations on the setter method

Re: [Xdoclet-user] Struts Validation !!!

2004-08-31 Thread Nevine El-Saeed
I think the whole problem is in the way u wrote the tags... u have: @struts.form-field name="NewUserForm" it should be: @struts.form-field form-name="NewUserForm" what I find strange though is that when I put these validations on the setter methods, the validation conditions weren't transformed

Re: [Xdoclet-user] [struts] why merge config file?

2004-08-22 Thread M.-Leander Reimer
Hi Timothy, The available merge files are listed under the Merge file section: http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.html These files give you the means to include further static information into generated files, when ever there are not Jav

RE: [Xdoclet-user] Struts Forms

2004-08-16 Thread Brian Topping
list! :-) -b > -Original Message- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 4:21 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Struts Forms > > > The generation is handle by hibernate so I think it is unwise to hack &g

Re: [Xdoclet-user] Struts Forms

2004-08-13 Thread Erik Hatcher
On Aug 12, 2004, at 11:28 PM, Matt Raible wrote: XDoclet is not capable of processing Java files w/o marking the source with XDoclet tags. At least, as far as I know. Absolutely untrue. XDoclet gets the full model of the source code you give it. Take this custom template, for example:

Re: [Xdoclet-user] Struts Forms

2004-08-13 Thread Sebastian Ho
The generation is handle by hibernate so I think it is unwise to hack it. Most likely I think I will create the actionForm manually, maybe using the setter/getter generation provided by eclipse. Look like it seem a little difficult to use xdoclet in this case. Thanks all. sebastian On Fri, 20

RE: [Xdoclet-user] Struts Forms

2004-08-13 Thread Thompson Marzagao
y, August 13, 2004 12:43 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts Forms Of cos it can't.. maybe someone should come out with a tool that inserts xdoclets tag after hibernate generates its POJO. Else it is impossbile to make use of the struts xdoclets tags if hibernate is us

Re: [Xdoclet-user] Struts Forms

2004-08-13 Thread Andrew Stevens
On Fri, 2004-08-13 at 02:50, Sebastian Ho wrote: > Hi > > Adding to this discussion. Lets say my hibernate POJO are generated > (without any xdoclet tags). Any easy way for me to generate Struts > ActionForm from them using xdoclet? Editing hundreds of hibernate POJO > to add in xdoclet tags is st

Re: [Xdoclet-user] Struts Forms

2004-08-12 Thread Sebastian Ho
Of cos it can't.. maybe someone should come out with a tool that inserts xdoclets tag after hibernate generates its POJO. Else it is impossbile to make use of the struts xdoclets tags if hibernate is used. I suppose that is what most ppl are doing.. If I can't find a solution to this, I will have

Re: [Xdoclet-user] Struts Forms

2004-08-12 Thread Matt Raible
XDoclet is not capable of processing Java files w/o marking the source with XDoclet tags. At least, as far as I know. Matt On Aug 12, 2004, at 7:50 PM, Sebastian Ho wrote: Hi Adding to this discussion. Lets say my hibernate POJO are generated (without any xdoclet tags). Any easy way for me to g

Re: [Xdoclet-user] Struts Forms

2004-08-12 Thread Sebastian Ho
Hi Adding to this discussion. Lets say my hibernate POJO are generated (without any xdoclet tags). Any easy way for me to generate Struts ActionForm from them using xdoclet? Editing hundreds of hibernate POJO to add in xdoclet tags is stupid.. Thanks Sebastian On Fri, 2004-08-13 at 02:51, Mat

Re: [Xdoclet-user] Struts Forms

2004-08-12 Thread Matt Raible
They need to be in a merge directory in a global-forwards.xml file. For example: If you want to check out a project that uses XDoclet for a lot of Struts code generation (including ActionForms from Hibernate POJOs), check out AppFuse (http://appfuse.dev.java.net). Matt Laran E

Re: [Xdoclet-user] Struts Forms

2004-08-12 Thread Laran Evans
How does XDoclet handle global-forwards in struts-config.xml. Is there example code around that I can just look at? Rupp, Heiko wrote: I would say, docu is wrong here, as in the samples there are some that use the struts tags in servlets. Can you please raise an issue in JIRA about this ht

RE: [Xdoclet-user] Struts Forms

2004-08-12 Thread Rupp, Heiko
I would say, docu is wrong here, as in the samples there are some that use the struts tags in servlets. Can you please raise an issue in JIRA about this http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa ? >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL P

Re: [Xdoclet-user] Struts and xdoclet not plugging !

2004-05-09 Thread Matt Raible
I don't know - I've never run XDoclet through any Eclipse plugins. It just seems easier to run it from the command line via Ant. You might ask the Easy Struts or Lomboz teams. It looks like you're missing a JAR from Easy Struts in your classpath. Matt On May 9, 2004, at 7:59 AM, Leandro Mel

Re: [Xdoclet-user] struts-config and merging

2004-03-30 Thread Mark Lowe
I haven't used strutsdoclet but this might help. I've found that merge resources in general need to be in a directory structure that matches the package that your merging with. package com.foo.struts; .. MergeDir/com/foo/struts/struts-action.xml Mark On 30 Mar 2004, at 12:27, [EMAIL PROTECTED]

RE: [Xdoclet-user] Struts "set-property" addition for Actions

2004-03-21 Thread Martin Alley
te xtags.xml in xdoclet-apache-module-1.2.jar\META-INF Haven't done that yet, but it doesn't look difficult. Thanks for the input Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Heudecker Sent: 20 March 2004 22:30 To: [EMAIL PROTE

Re: [Xdoclet-user] Struts "set-property" addition for Actions

2004-03-20 Thread Nick Heudecker
- yes please. > > How and where will this release be packaged? > > Thanks > Martin > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nick > Heudecker > Sent: 20 March 2004 17:11 > To: [EMAIL PROTECTED] > Subjec

RE: [Xdoclet-user] Struts "set-property" addition for Actions

2004-03-20 Thread Martin Alley
If it's not already in the release - yes please. How and where will this release be packaged? Thanks Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Heudecker Sent: 20 March 2004 17:11 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] S

Re: [Xdoclet-user] Struts "set-property" addition for Actions

2004-03-20 Thread Nick Heudecker
If you'd like, I can include this in the next version of the XDoclet extension that I maintain. I can have the release out on Tuesday. (Is that service or what?) On 2004-Mar-20 12:03, Martin Alley wrote: > Hi, > > I'm interested in the @struts.action-set-property property="name" > value="value"

Re: [Xdoclet-user] struts action mappings

2004-01-05 Thread Konstantin Priblouda
--- matt <[EMAIL PROTECTED]> wrote: > Sorry, I didn't mean to sound like a whinger. I > love XDoclet and > appreciate all of the effort that has gone into > making it such a great > product, and I certainly don't consider my skills to > be sufficiently > well-developed for committer status - I

Re: [Xdoclet-user] struts action mappings

2004-01-04 Thread matt
Sorry, I didn't mean to sound like a whinger. I love XDoclet and appreciate all of the effort that has gone into making it such a great product, and I certainly don't consider my skills to be sufficiently well-developed for committer status - I haven't taken the time to understand the framewor

Re: [Xdoclet-user] struts action mappings

2004-01-04 Thread Erik Hatcher
On Jan 4, 2004, at 8:03 PM, matt wrote: You may find it useful with XDoclet to have a big patchfile to apply whenever you checkout XDoclet, as the committers do not seem to get much time for applying patches I'll speak for myself here since I might be the most savvy (ex!) Struts committer. I'm

Re: [Xdoclet-user] struts action mappings

2004-01-04 Thread matt
Marc, Sorry for the delayed reply... Unless you've already found it, take a look at http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-715 There was an earlier enhancement request, but I can't find it for the life of me. The patch depends on a bugfix, which still h

RE: [Xdoclet-user] Struts DispatchAction

2003-09-25 Thread Fenderbosch, Eric
-Original Message- > From: Pawel Rzepa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 11:01 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Struts DispatchAction > > > What exactly is your problem? My actions extend BaseAction, which is a > subc

Re: [Xdoclet-user] Struts DispatchAction

2003-09-25 Thread Pawel Rzepa
] Sent: Wednesday, September 24, 2003 11:01 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts DispatchAction What exactly is your problem? My actions extend BaseAction, which is a subclass of Action that I wrote myself. I put @struts.action tag into javadoc comment and everything works great

RE: [Xdoclet-user] Struts DispatchAction

2003-09-24 Thread Fenderbosch, Eric
: Re: [Xdoclet-user] Struts DispatchAction What exactly is your problem? My actions extend BaseAction, which is a subclass of Action that I wrote myself. I put @struts.action tag into javadoc comment and everything works great. Pawel Fenderbosch, Eric wrote: > How can I get XDoclet to generat

RE: [Xdoclet-user] Struts DispatchAction

2003-09-24 Thread Fenderbosch, Eric
01 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts DispatchAction What exactly is your problem? My actions extend BaseAction, which is a subclass of Action that I wrote myself. I put @struts.action tag into javadoc comment and everything works great. Pawel Fenderbosch, Eric wrote:

Re: [Xdoclet-user] Struts DispatchAction

2003-09-24 Thread Pawel Rzepa
What exactly is your problem? My actions extend BaseAction, which is a subclass of Action that I wrote myself. I put @struts.action tag into javadoc comment and everything works great. Pawel Fenderbosch, Eric wrote: How can I get XDoclet to generate a section of my struts-config.xml for a sub

RE: [Xdoclet-user] Struts DispatchAction

2003-09-24 Thread Fenderbosch, Eric
Just found it in JIRA. http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-535 For now, I guess my only option is to put a struts-actions.xml file in my merge directory? -Original Message- From: Fenderbosch, Eric Sent: Wednesday, September 24, 2003 09:38 To: [E

Re: [Xdoclet-user] Struts "set-property" addition for Actions

2003-09-15 Thread Erik Hatcher
On Monday, September 15, 2003, at 11:55 AM, Adam Levine wrote: There is indeed already an open issue (http://opensource.atlassian.com/projects/xdoclet/secure/ ViewIssue.jspa?key=XDT-176) for this change, and it seems someone submitted a patch for it, too, which has not yet been applied. The

Re: [Xdoclet-user] Struts action set-property and JIRA

2003-09-14 Thread Andrew Stevens
On Sun, 2003-09-14 at 22:42, Erik Hatcher wrote: > No idea why it is down, but it is. Aslak? Ara? I've no idea why it's down either, but I've raised an issue (http://jira.atlassian.com/secure/ViewIssue.jspa?key=JRA-2331) so hopefully it'll get fixed ASAP. Andrew. > On Sunday, September 14, 20

Re: [Xdoclet-user] Struts action set-property and JIRA

2003-09-14 Thread Erik Hatcher
No idea why it is down, but it is. Aslak? Ara? On Sunday, September 14, 2003, at 01:19 PM, Adam L wrote: Erik: Thanks for the response. I'll see if I can't tweak the module enough to get it working. As far as submission back into JIRA... any ideas on why the JIRA for Struts is still 4

Re: [Xdoclet-user] Struts action set-property and JIRA

2003-09-14 Thread Adam L
updated? The current url is listed as http://opensource.atlassian.com/projects/xdocletfrom http://opensource.atlassian.com. thanks. -- adam - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 13, 20

Re: [Xdoclet-user] Struts action set-property and JIRA

2003-09-13 Thread Erik Hatcher
Adam, You are correct that the XDoclet Struts template does not currently deal with set-property. But it'd be easy enough to add if you wanted to tackle that. You could just pull out the struts_config_xml.xdt file from the apache module to a local file, tweak the template and use that templa

RE: [Xdoclet-user] Struts

2003-08-17 Thread Rick Hightower
I looked at your Ant build script and saw no problem. I looked at you XDoclet JavaDoc tags and saw no problem. Then it dawned up me You action does not subclass Action. You have: public class MyTestAction { it should read public class MyTestAction extends org.apache.struts.action.Acti

RE: [Xdoclet-user] Struts ActionForms and XDoclet

2003-08-16 Thread Alex Shneyderman
You just forgotten to put what form you want to generate the field for. So form-field has to have an attribute form-name="Person". It is important because you can generate many forms off of one class. So you have to let XDoclet know which field to generate for which form. HTH, Alex. > -Ori

Re: [Xdoclet-user] Struts, Validator, non-supported Types

2003-03-21 Thread Erik Hatcher
Chris - First, let me say that one of the things I've loved about the XDoclet community is that its been very best-practices focused. When folks ask questions about how to do something with XDoclet that violates basic EJB common sense and best practices then usually the community says "what a

RE: [Xdoclet-user] Struts, Validator, non-supported Types

2003-03-21 Thread Chris Butler
Erik, Thanks for the thoughtful reply. My comments are inline below. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 7:54 PM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts, Validator, non-supported Types On Thursday, March 20

Re: [Xdoclet-user] Struts, Validator, non-supported Types

2003-03-20 Thread Erik Hatcher
On Thursday, March 20, 2003, at 05:43 PM, Chris Butler wrote: to the heart of the issue. Currently there is no problem with the standard String validation, but nothing will be generated for the second validation tag... setCityStateZip() because it is not a supported type. I believe this is a r

RE: [Xdoclet-user] Struts, Validator, non-supported Types

2003-03-20 Thread Chris Butler
validation.xml for the time being. Thanks, Chris -----Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 4:43 PM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts, Validator, non-supported Types Chris, I'm really confused by this. I&#

Re: [Xdoclet-user] Struts, Validator, non-supported Types

2003-03-20 Thread Erik Hatcher
Chris, I'm really confused by this. I'm the creator of the Validator XDoclet stuff and here is an example from my project: public class ContactInfoForm extends BaseForm { private AddressForm homeAddress; private AddressForm workAddress; public AddressForm getHomeAddress() {

Re: [Xdoclet-user] Struts Action Forward Usage

2003-03-11 Thread Brian McSweeney
ge files are located (see xdoclet web site). > > Hope that helps. > > -Ursprüngliche Nachricht- > Von: Brian McSweeney [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 11. März 2003 12:55 > An: [EMAIL PROTECTED] > Betreff: Re: [Xdoclet-user] Struts Action Forward Usage &

Re: [Xdoclet-user] Struts Action Forward Usage

2003-03-11 Thread Brian McSweeney
sorry, got a bit confused. I want to use the ForwardAction (not the ActionForward) class and I wonder if there is a way you can do this with xdoclet? - Original Message - From: Brian McSweeney To: xdoclet Sent: Tuesday, March 11, 2003 10:16 AM Subject: [Xdoclet-use

Re: [Xdoclet-user] Struts and xdoclet doesn't swing?

2003-02-19 Thread Erik Hatcher
On Wednesday, February 19, 2003, at 10:37 AM, <[EMAIL PROTECTED]> wrote: Two questions: 1) I need to be able to use the -tag in my struts-config.xml (this is needed to be able to run the Struts workflow extension, http://www.livinglogic.de/Struts/). But how do I generate this from xdoc

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Erik Hatcher
Sure, we can linger on this as long as you like! :) As for Struts generation, there are several tools out there, check the Struts website for more information on them. Some open-source plugins for Eclipse, etc, and some commercial tools like Adalon. Personally, wizard code doesn't do much fo

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Derek Lin
;s the manual way is the only way? Thanks for your time, Derek - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Derek Lin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 1:08 PM Subject: Re: [Xdoclet-u

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Erik Hatcher
Derek Lin wrote: Oh I see. You write ActionForm's manually and generate things like validation.xml from these manually written ActionForm's. Am I understand you correctly? (I thought you were generating the ActionForm's from your earlier emails. Now I can see why you say DynaForm's are useless

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Derek Lin
are useless) Thanks, - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Derek Lin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 12:28 PM Subject: Re: [Xdoclet-user] struts dynaaction forms > Derek, > &

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Erik Hatcher
Derek, I don't believe its possible to generate an ActionForm from two EJB's either. To be honest, the whole idea of generating a form bean from some other Java persistence code just doesn't seem right to me, even if you are gluing pieces together like two EJB's. The form is the presentation

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Derek Lin
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 9:50 AM Subject: Re: [Xdoclet-user] struts dynaaction forms > Can I just add my public $0.02 on DynaActionForms?! :) > > DynaActionForm's suck! > > If someone can show me why they are

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Erik Hatcher
While a lot of designs have value objects match to form beans, that has not been a one-to-one mapping in my experience. Only for the simple cases does that end up being this way, from the apps I've developed and seen. My JavaDevWithAnt - http://www.ehatchersolutions.com/downloads/ - project h

Re: [Xdoclet-user] struts dynaaction forms

2002-12-19 Thread Erik Hatcher
Can I just add my public $0.02 on DynaActionForms?! :) DynaActionForm's suck! If someone can show me why they are of value I'd love to hear it, but given what I can do with XDoclet and ActionForm beans to generate struts-config form bean definitions *and* validation.xml you'd have to convince

RE: [Xdoclet-user] struts dynaaction forms

2002-12-18 Thread Matt Raible
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of tek1 > Sent: Wednesday, December 18, 2002 9:57 PM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] struts dynaaction forms > > > although i'm busy working on some xdoclet stuff for castor, i > will be using &g

RE: [Xdoclet-user] struts dynaaction forms

2002-12-18 Thread tek1
9 December 2002 3:18 PM To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] struts dynaaction forms DynaActionForms are just ActionForms that are defined in struts-config.xml. There is no real "generation" of them, unless you want the XML generated for you. There is a @struts.form tag

RE: [Xdoclet-user] struts dynaaction forms

2002-12-18 Thread Colin Canfield
] Subject: RE: [Xdoclet-user] struts dynaaction forms DynaActionForms are just ActionForms that are defined in struts-config.xml. There is no real "generation" of them, unless you want the XML generated for you. There is a @struts.form tag that can be used on EntityBeans to create A

RE: [Xdoclet-user] struts dynaaction forms

2002-12-18 Thread Matt Raible
DynaActionForms are just ActionForms that are defined in struts-config.xml. There is no real "generation" of them, unless you want the XML generated for you. There is a @struts.form tag that can be used on EntityBeans to create ActionForms. Personally, I'd love it if I could use @struts.form tag

Re: [Xdoclet-user] struts form

2002-10-10 Thread Erik Hatcher
gt; From: "Erik Hatcher" <[EMAIL PROTECTED]> > To: "Derek Lin" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, October 10, 2002 8:38 AM > Subject: Re: [Xdoclet-user] struts form > > > >>Do you mean dynamically ge

Re: [Xdoclet-user] struts form

2002-10-10 Thread Derek Lin
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 8:38 AM Subject: Re: [Xdoclet-user] struts form > Do you mean dynamically generate this from some kind of source code? If > so, what kind of class do you see it processing to generate this? > > Or

Re: [Xdoclet-user] struts form

2002-10-10 Thread Erik Hatcher
Do you mean dynamically generate this from some kind of source code? If so, what kind of class do you see it processing to generate this? Or statically insert that into struts-config.xml? Yes, it can do that already by using the struts-forms.xml merge file. If you're using all dynamic forms

[Fwd: Re: [Xdoclet-user] struts-config.xml generation]

2002-10-05 Thread Erik Hatcher
What is your classpath for ? Do you include commons-validator.jar? You must include ValidatorForm in the classpath, otherwise XDoclet cannot see that it extends from ActionForm. I am using ValidatorForm and extensively to generate form bean definitions (with XDoclet 1.2beta1) and its working f

Re: [Xdoclet-user] struts-bean.tld

2002-09-23 Thread Andrew Stevens
A wise old hermit known only as kiuma <[EMAIL PROTECTED]> once said: > How can I merge element into an xdoclet generated > strut-config.xml? Another slow reply, sorry (it's mail catch-up night) The merge point for "struts-message-resources.xml" (at least, in the CVS version there is). To qu

Re: [Xdoclet-user] Struts-forms without eneiey beans

2002-07-17 Thread Dmitri Colebatch
The task produces struts form objects from entity beans. If you have implemented your own ActionForm class, then the task will include those forms in the struts-config.xml if you have the following tag: /** * @struts:form name="edittemplatebodyform" */ public class TemplateBodyForm extends A

Re: [Xdoclet-user] Struts 1.1

2002-05-24 Thread Vincent Harcq
Hi, > Hello, > > Here, in my company, we are using XDoclet 1.1.2 and Struts 1.1. The > problem is that XDoclet don't support the "global-exceptions" > declaration of Struts 1.1. > Then, I made some alts in files StrutsConfigXmlSubTask.java and > struts_config_xml.j and include the struts-config_

Re: [Xdoclet-user] struts-config generation usefulness

2002-01-09 Thread Erik Hatcher
- Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> Dmitri - thanks for your quick reply... > I'd argue that whilst what you say is correct, the way it is is still in > line with the idea of xdoclet. Basically coders like coding, not working in > config files. The way I

Re: [Xdoclet-user] struts-config generation usefulness

2002-01-08 Thread Dmitri Colebatch
> I've used the Struts config stuff to generate a struts-config.xml, but the > problem is that merge points are needed for each action to inject local > forwards. Has then been brought up before? How are folks dealing with it? I initially did it, and unless someone has been putting some work in

RE: [Xdoclet-user] Struts Form comments

2002-01-02 Thread Jake Thompson
Title: Message A few comments on the comments: 1. Not really, to make it nice and portable, I use the generated forms as a base and extend it with what else I need bubbled to the front end.  Say a java.sql.Date, I like to collect it as three seperate String, see if it a valid date then set