Re: [Xdoclet-user] [problem] struts web application

2003-12-26 Thread Erik Hatcher
I have just committed some updates to the resources page, including all of the links I mentioned below. Could someone that has the right privs update the website with these changes? thanks! Erik On Dec 25, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote: It's great for such kind of tutorial

Re: [Xdoclet-user] [problem] struts web application

2003-12-25 Thread
It's great for such kind of tutorial. Thank you very much. Can it be linked on the xdoclet website? That might be helpful for beginners who want to learn how to use xdoclet. though such kind of tutorial can be searched through google, at least it helps newbie facus on a centered issue; for instance

Re: [Xdoclet-user] [problem] struts web application

2003-12-25 Thread Erik Hatcher
On Dec 24, 2003, at 9:27 PM, <[EMAIL PROTECTED]> wrote: hi, thanks your help. now the problem has been solved. yes, it's the problem occurred that the name used in struts:form and struts:action are difference. however i have a small suggestion. i think it's minor for expert here, but it's a li'

Re: [Xdoclet-user] [problem] struts web application

2003-12-24 Thread
hi, thanks your help. now the problem has been solved. yes, it's the problem occurred that the name used in struts:form and struts:action are difference. however i have a small suggestion. i think it's minor for expert here, but it's a li'l hard to be perceived via newbie persona like me. i sugges

Re: [Xdoclet-user] [problem] struts web application

2003-12-22 Thread Erik Hatcher
/** * @struts:form name="LoginForm" * * Form bean for the Login main page. There are two fields on this * form used for authentication * * username - the username to login * password - the password to authenticate * */ public final class LoginForm extends ActionForm { Note you said nam

[Xdoclet-user] [problem] struts web application

2003-12-21 Thread
hi, i encounter a problem after deploying war file to jboss3.0.4-tomcat4.1.12 container. it issues error " Cannot retrieve definition for form bean LoginAction"; yet i have already an action named LoginAction in the folder. what might causes such error occurred? the folder name space looks like: co