Dear all,
I am a bit confused about generating mapping in the structs-config.xml
file (with Xdoclet).
Currently, I am getting this error:
15:55:47,890 INFO [PluginPackageUtil:1391] Finished checking for
available updates in 2 ms
15:55:54,284 ERROR [PortletRequestDispatcherImpl:316]
org.apa
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
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=
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="/parentAction2" name="ParentForm2"...
*/
public cla
--- 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
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
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
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
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
Suppose i have this in a Struts Action class
* @struts.action path="/User/LoadCreate"
* name="EmployeeCrudForm"
* input="/global/error.jsp"
* scope="request"
* validate="false"
and also have ano
Hi all,
I searched in the mailing list archive before but without result.
My problem : I generate struts-config.xml with xdoclet. I have ActionForm where
is defined xdoclet tags. I have a form which extends ValidatorForm type and i
set in the struts.form tag xith the name of the form.
but in the
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
--- 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
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?
Thanks,
Manos
---
This SF.net email is sponsored by: Splunk Inc. Do you grep thro
Hi all,
I'm running into a problem when using xdoclet to create Struts ActionForms:
I have a class which has a java.util.SortedSet as an instance variable
(with getters and setters). The class has the following xdoclet tag:
@struts.form extends="BaseForm" include-all="true"
However, in the creat
ng.
>
> I hope all of this helps.
>
> Regards,
> Corey Scott
Regards,
Vang Nguyen
Enterprise Application Programmer
Department of Emergency Services
(61-7) 3247 8586
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Josh
Cronemeyer
Sent: Saturday, 30
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
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 between the problems), but I have given up trying to figure
Hi,
Has anyone successfully generated a struts-config file using xdoclet and
specifying:
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.2
The issue seems to have been logged as a bug
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1159?page=comments.
Regards,
Vang Nguyen
En
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
Hello
I've seen two mayor limits with xdoclet
struts tags:
- When having more then one path for
an action you cannot apply an action-forward to a specific path
There is a patch for that however.
See http://opensource.atlassian.com/projects/xdoclet/browse/XDT-740
(Trouble for me is here that
Hi,
I tried to use the Action-Mapping-Generation by XDoclet 1.2.2. Up to now
everything works fine. Now I want to put a Property to an action.
With
* @struts.action-set-property property="validationerror"
* value="error"
it works quiet fine. In my generated struts-conf
Hello,
How can I define the xdoclet tag for struts validator that the
validated field muct depends to another field ??
For example,
if the "action" is "new" then all the fields(name, sex) must be required.
if the "action" is "edit" then only the "name" is required !!!
Please give me a hand.
B
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
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.
- Dave
---
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
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
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
Can XDoclet support Struts1.2 ???
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=cli
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
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
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
I've searched for information on this, but none exists; the search is
a one-hit-wonder, with no information relevant to my question. So here
goes.
I've generated an XDoclet Struts project from Maven. Looking over
what gets generated, the struts-config.xml is broken up over seven or
so file
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
n 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 PROTECTED] On Behalf Of
Laran Evans
Sent: Thursday, August 12, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject:
servlets.
> > > >>Can you please raise an issue in JIRA about this
> > > >>http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa ?
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>&
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
ruts tags in servlets.
> > >>Can you please raise an issue in JIRA about this
> > >>http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa ?
> > >>
> > >>
> > >>
> > >>
> > >>>-Original Mess
le 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 iss
-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Laran Evans
Sent: Thursday, August 12, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Struts Forms
I have a struts ActionForm which I would like to markup with
xdoclet tags.
The documentation for @struts.form however says
gt;
> >>
> >>
> >>
> >>>-Original Message-
> >>>From: [EMAIL PROTECTED]
> >>>[mailto:[EMAIL PROTECTED] On Behalf Of
> >>>Laran Evans
> >>>Sent: Thursday, August 12, 2004 3:17 PM
> >>>T
http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Laran Evans
Sent: Thursday, August 12, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Struts Forms
I have a struts
http://opensource.atlassian.com/projects/xdoclet/secure/Dashboard.jspa ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Laran Evans
Sent: Thursday, August 12, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Struts Forms
I have a
to:[EMAIL PROTECTED] On Behalf Of
>Laran Evans
>Sent: Thursday, August 12, 2004 3:17 PM
>To: [EMAIL PROTECTED]
>Subject: [Xdoclet-user] Struts Forms
>
>I have a struts ActionForm which I would like to markup with
>xdoclet tags.
>
>The documentation for @struts.form howe
I have a struts ActionForm which I would like to markup with xdoclet tags.
The documentation for @struts.form however says "Applies to: Entity
beans". Does this mean that the only ActionForm implementations xdoclet
supports are implemented as EJBs?
Is it reasonable for me to think that I'll be
Hello,
I'm trying to use xdoclet to generate struts-config.xml. I have
ExtendedProcessAction, and few actions extending it
(AddNewElementAction,RemoveAction etc). ExtendedProcessAction is not
abstract and I also use it as normal action. Unfortunatelly xdoclet generate
two entries for every subclass
Observação: mensagem anexa encaminhada.
=
beginner
__
Yahoo! Messenger - Fale com seus amigos online. Instale agora!
http://br.download.yahoo.com/messenger/--- Begin Message ---
I need to post one more comment.
It actuall
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
Hi,
i recently sent a message that i was not able to
"generate classes" with xdoclet (lomboz).
This happened after i started using EasyStruts.
Someone adviced me to comment out one line and i said
i worked again, but the fact is that it was a mistake,
i STILL got the problem.
It actually worked a
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]
In an other project I generate a struts-config.xml. I want to reuse it in
my project and I want to know if it is possible during the merge to have a
base struts-config.xml, merge it with struts-action.xml ... and with the
result of the generation.
struts-config.xml (from other project) + struts-
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
- 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
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
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"
Hi,
I'm interested in the @struts.action-set-property property="name"
value="value" tag.
I saw the message from Erik Hatcher saying
"
If you'll just apply this to a local
copy of your template and use the templateFile override:
"
value=""
/>
And in your a
--- 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
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
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
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
I'd like to embed two action mappings in one Struts Action but the forwards
are being written to each mapping:
* @struts.action name="FormTypeForm"
*path="/types/note_form/get"
*scope="request"
*validate="false"
*parameter="mode"
I'm trying to generate the struts-xml via xdoclet:webdoclet goal.
And, of course, it doesn't work.
Here's my config:
maven.xdoclet.webdoclet.destdir=/web/WEB-INF
maven.xdoclet.webdoclet.force=true
maven.xdoclet.webdoclet.mergedir=metadata
maven.xdoclet.webdoclet.fileset.0=true
maven.xdoclet.we
-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
]
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
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
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:
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
: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Struts DispatchAction
How can I get XDoclet to generate a section of my struts-config.xml
for a subclass of Action, e.g. DispatchAction?
Eric
---
This sf.net email is sponsored by:ThinkGeek
Welcome to
How can I get XDoclet to generate a section of my struts-config.xml
for a subclass of Action, e.g. DispatchAction?
Eric
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
__
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
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 patch was submitted back in November of '02.
What's the process
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
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
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
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
I was looking around, trying to find information on
"set-property" support in the Struts Action tags, and found that it was
supposedly raised in JIRA some time ago. The JIRA page for XDoclet is
a big 404, and I did a look at the current CVS nightly zip, and can't seem to
find any reference
I have a problem generating validation.xml from inherited classes.
Basically I have my model classes that have struts.form tags and
struts-validator tags, etc. I managed to change the behaviour of Xdoclet
to actually include validator tags to the generated form bean classes.
My real beans, that
Hi,
I'm modifying the Airlines example in the Middlegen download to point to a
set of my own tables. The build is running, and everything is getting built
except for the Struts .do files. Any ideas on what's wrong? Below is the
build.xml for Middlegen.
TIA,
david norwood
]>
Subject: [Xdoclet-user] Struts
Hi,
I want to use XDoclet to create struts-config.xml
but it is not working.
This is from my build.xml file :
On my .java file I have the tags :
/**
* @struts.action
*path="/myTestAction"
*
* @struts.action-forward
HTH,
Alex.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of james
> Folsom
> Sent: Friday, August 15, 2003 11:16 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] Struts ActionForms and XDoclet
>
>
> Hi. Normally I try not to bot
Hi. Normally I try not to bother people on this list, but I have been
trying to get xdoclet to generate struts action forms for a CMP entity
bean and cannot figure out what I am doing wrong.
I have the task as a sub-element of the ejbcolet task.
I have the @struts.form name="Person" as a class
Hi,
I want to use XDoclet to create struts-config.xml
but it is not working.
This is from my build.xml file :
On my .java file I have the tags :
/**
* @struts.action
*path="/myTestAction"
*
* @struts.action-forward
*name="success"
*path="/hello.js
Hi all,
I am using Struts 1.1, xdoclet 1.2b3 and cannot get xdoclet to generate
the from bean definition any more (it previously did).
I have tried everything!
Here's my code:
package xxx.struts.forms;
import org.apache.struts.validator.ValidatorForm;
/**
* @struts.form name="ulForm"
*
* Us
Is there a XDoclet tag for something like:
Currently I have that line in struts-controller.xml mergepoint.
I was wondering though if I could do that within a processor class that I've
defined.
Something like @struts.controller? I checked the docs online and tried to
browse change logs but I do
Hi,
I'll like to represent date fields in the bean
class as Strings in the Struts form field. This is so that I can
format the input for the request (which would be a String) accordingly before
saving it to the date field.
I know marking a date field as a Struts form field
would produce a
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
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
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
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
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() {
Issue: Validating objects that are "non-supported" types in a form with
methods that should be supported because they *do* return supported
types.
NOTE: This seems like it would come up often with ValueObjects in forms.
Struts has a validator example in which a cityStateZip object exists
within
Hi,
i had searched the whole evening to found some nice examples how to use the
struts tags in ejbs.
Can some one point me to a resource that show how I can use the actually
struts plugin to gernate actions , forms and jsps?
Thanks
Stefan
-
Hi Alex,
>
> Is there a documentation somewhere
> on how to use the xdoclet to generate
> struts ActionFroms?
Take a look at PersonBean in the distrubted examples directory.
@struts.form and @struts.form-field are used within your EntityBeans; I
don't know if it works with normal Java Beans (P
Is there a documentation somewhere
on how to use the xdoclet to generate
struts ActionFroms?
Thanks,
Alex.
---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
th
Yep,
that's exactly what I was looking for Tobias.
thanks very much,
Brian
- Original Message -
From: "Rademacher Tobias" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 12:15 PM
Subject: AW: [Xdoclet-user] Struts Action Forward Us
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
sorry, got a bit confused. I want to use the ForwardAction
-user] Struts Action
Forward Usage
Hi all,
I want to collect information from
several jsps in a row (like with a wizard).
I'm using struts and rather than write an action
class for each one that forwards onto
the next jsp, I'd like to use the Struts
ActionForwar
Hi all,
I want to collect information from
several jsps in a row (like with a wizard).
I'm using struts and rather than write an action
class for each one that forwards onto
the next jsp, I'd like to use the Struts
ActionForward for this (seeing as that's what it's
for). However, when us
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
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 xdoclet?
2) One of the good and strong features in Struts is to be
1 - 100 of 137 matches
Mail list logo