RE: Struts and Portlets

2003-02-25 Thread John Menke
I tried to use Liferay the other day and they force you to use Orion and get the CVS if you want the code. otherwise all you get is the compiled stuff. We would have to get them to change that but I would be interesting in seeing what could be done to integrate the two projects -Original

OT: Struts Online Training

2003-02-20 Thread John Menke
It would be great to attend more advanced training on Struts. But maybe it is hard for you to get to the city of the presentation. What if you could from home attend 4 different published authors? What if additionally there were labs by “Best Training” as voted by JDJ? What if you could view the

NJMVC Open Source Meeting this Saturday

2003-01-22 Thread John Menke
The NJMVCOpenSource group is meeting this Saturday at the Morris County Library at 2:30pm in the upstairs reference room. New members welcome!! For Group information see: http://groups.yahoo.com/group/njmvcopensource/ For directions see: http://www.gti.net/mocolib1/compass.html -- To

Add paramaters to a forward dynamically

2003-01-11 Thread John Menke
I have a global forward: forward name=DynamicForward path=do/myModule redirect=true/ I really want the user to forward to do/myModule?ID=115 the actual value of ID in this case would be determined in the Action class that calls the findForward(DynamicForward) method. is there any way of

RE: Add paramaters to a forward dynamically

2003-01-11 Thread John Menke
= forward.getPath(); path = path + ?ID= + id; return new ActionForward(path); hth, robert -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 11, 2003 2:57 PM To: struts-user Subject: Add paramaters to a forward dynamically I have a global

RE: Add paramaters to a forward dynamically

2003-01-11 Thread John Menke
with include/redirect with actually being able to read parameters in after the first Action? -Jacob | -Original Message- | From: John Menke [mailto:[EMAIL PROTECTED]] | Sent: Saturday, January 11, 2003 4:46 PM | To: Struts Users Mailing List | Subject: RE: Add paramaters to a forward

[ANNOUNCE] Struts Training in NYC and DC in January

2003-01-04 Thread John Menke
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. Washington DC Class -- January 18th 2003 NYC Class -- January 24th 2003 This class is taught by baseBeans Engineering, the company voted to have the

Struts with Tomcat5

2003-01-03 Thread John Menke
Does anyone have this running yet? I have looked through the archives but not much comes up with Tomcat5. Are there any known issues? -jm -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts with Tomcat5

2003-01-03 Thread John Menke
Jan 2003, John Menke wrote: Date: Fri, 3 Jan 2003 15:47:27 -0500 From: John Menke [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Subject: Struts with Tomcat5 Does anyone have this running yet? I have

RE: Struts with Tomcat5

2003-01-03 Thread John Menke
Craig, I'm getting from nightly builds now, last nights build lets me run my application :) I did however find a problem with the Administrator module on last nights build. I will post to Tomcat List from the login page: javax.servlet.ServletException: Cannot find message resources under key

[ANNOUNCE] BasicPortal 0.7k available on SourceForge

2002-12-29 Thread John Menke
The BasicPortal Project has released version 0.7k. BasicPortal is a Struts based application that can help your developers get a head start on their Portal development. Setup the database and deploy the .war and you are ready to go! Version 0.7k contains: - ability to add content to comments -

[ANNOUNCE] New version of BasicPortal to be released Sunday

2002-12-28 Thread John Menke
The basicportal project (http://basicportal.sf.net) will be releasing another upgrade to the package on Sunday. The new release contains: Working sample portal site cotaining - Email Module - Rss Module - Contact Manager Module - Task Manger Module - Ability to add comments to contents - Custom

RE: OptionsCollection and default value

2002-12-23 Thread John Menke
Actually first just to appease me/us do a bean:write property=taskCodeType right before you do the select options portion in your jsp. Then also view source of the page and see what you have listed as the values of the options (maybe your values aren't matching what is displayed, assuming

OptionsCollection and default value

2002-12-22 Thread John Menke
I have searched the archives and can't find a direct answer to this: I am using html:optionsCollection within an html:select tag. My form bean has a method getTaskCodeTypeOptions that returns a collection of beans with name and value properties and my JSP is coded as follows: html:select

RE: OptionsCollection and default value

2002-12-22 Thread John Menke
Are you sure that taskCodeType in your form bean is being set to the appropriate value before being directed to the jsp? I'm positive this works as I had the formbean working with html:text tags to test and the taskCodeType variable displays fine. When I change from html:text to html:select

RE: OptionsCollection and default value

2002-12-22 Thread John Menke
At this point, I would be executing this in the debugger, and tracing through the SelectTag code, and your form bean code. I have to get JSP debugging setup to do that. Do you know if eclipse supports JSP debugging with Tomcat? -jm -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

test - ignore

2002-12-03 Thread John Menke
please ignore -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[ANN] Best and Worst Development Practices -- Training in NYC and DC

2002-12-03 Thread John Menke
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. If you sign up soon the price is $145. The regular price is $275 and it goes up as we approach the date due to capacity planning. This class is taught

Next meeting of njMVCOpenSource is this Saturday Nov. 23

2002-11-20 Thread John Menke
We have many new things to cover. Basicportal has integrated the new DAO layer and we now have a working example showing insert, update, select and multi-table select and update processes. Demo will be on bp and how to customize bp. For information on the meeting see the Yahoo group setup for

RE: Unable to compile class (The major.minor version '48.0' is too recent for this tool to understand)

2002-11-06 Thread John Menke
I got this error with Jbuilder 5.0 when I switched to java 1.4. The java 1.4 files are not compatable with the compiler. There is a fix somewhere on the net. Type the error into google and you can get it (if your problem is with Jbuilder 5.0) -Original Message- From: vze49jqg

RE: [OT] OJB/Struts and Jetspeed

2002-11-05 Thread John Menke
Take a look at http://basicportal.sf.net -- it's a sample portal application based on Struts and Tiles. It could give you a headstart in writing a portal with Tiles. It comes with a fast DAO layer that you can use. basicportal is designed to be able to plug in your own persistance framework to

RE: Best Practices Example App?

2002-10-24 Thread John Menke
Adam, we have an example application using Struts and tiles at http://basicportal.sourceforge.net -jm -Original Message- From: Adam Sherman [mailto:adam;teachandtravel.com] Sent: Wednesday, October 23, 2002 4:14 PM To: Struts Users Mailing List Subject: Best Practices Example App?

RE: [OT] html:options /

2002-10-24 Thread John Menke
she turned me into a newt! -Original Message- From: Andrew Hill [mailto:andrew.david.hill;gridnode.com] Sent: Thursday, October 24, 2002 8:32 AM To: Struts Users Mailing List Subject: RE: [OT] html:options / And she has got a wart! -Original Message- From: Galbreath,

RE: [OT] html:options /

2002-10-24 Thread John Menke
Who are you who are so wise in the ways of science? -Original Message- From: Galbreath, Mark [mailto:Galbreath;tessco.com] Sent: Thursday, October 24, 2002 8:49 AM To: 'Struts Users Mailing List' Subject: RE: [OT] html:options / And what might be your name, most wise and

RE: JSTL Struts BasicPortal

2002-10-15 Thread John Menke
: John Menke [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 15:49 To: Struts Users Mailing List Subject: RE: JSTL Struts BasicPortal Sandra, i can help. Where is your problem? Did you follow the instructions in the install document? -john -Original Message- From: Heligon

RE: JSTL Struts BasicPortal

2002-10-15 Thread John Menke
Sandra, i can help. Where is your problem? Did you follow the instructions in the install document? -john -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 8:54 AM To: '[EMAIL PROTECTED]' Subject: JSTL Struts BasicPortal

Integrating Struts with JSF

2002-09-18 Thread John Menke
Are there any examples or instructions on how to do this? I have been going over the JSF tutorial and the web.xml (see below) looks like it's configured to forward all requests through the Faces Servlet. How can I get the Struts ActionServelet to interoperate with this model? Is it just that

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread John Menke
Security Filter has a list and there should be some documentation there from when I got it running. I used PostgreSQL but that is not important. this was the important section as I remember: realm className=org.securityfilter.realm.adapter.CatalinaRealmAdapter/ realm

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread John Menke
did you have JDBCRealm working without security-fitler? if so look at the template I posted for the securityfilter-config.xml file. Once you get the structure right it should work. SF is a pseudo contained managed security. Not sure how JAAS works with it. -Original Message- From:

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread John Menke
I'm missing something ... but how do I gain access to the authenticated user? For instance ... once the user has logged in ... I wanted to present them with a page containing their first name ... lame example. D. -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent

RE: Has anyone integrated SecurityFilter within a Struts app?

2002-09-18 Thread John Menke
' Subject: RE: Has anyone integrated SecurityFilter within a Struts app? John, Thanks a lot .. I'm going to do the logic in the RequestProcessor. Anyway I can retrieve the credentials too? Again ... thanks. -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent

[ANN] Starting Struts User Group in New Jersey

2002-08-03 Thread John Menke
Is anyone interested in joining? Looks like we have a group of 3-5 people already interested. We are thinking about having meetings in the New Brunswick area. I have made arrangements for website hosting for the group and have a committment from Vic Cekvenich at BaseBeans to be a guest

[ANN] New Howto available on basicportal

2002-07-28 Thread John Menke
I just updated the install instructions for basicportal. It now includes a detailed howto for postgresql and poolman usage with basicportal. Vic has reorganized the source and we are working towards developing a howto for basicportal and eclipse. I'm looking forward to basicportal growing! We

RE: Struts + EJB ?

2002-07-07 Thread John Menke
I have been looking at the Lowroad http://www.tallsoftware.com/lowroad/body.html It looks pretty good. Generates a lot of code for you and looks like it could be used to prototype applications quickly. Even has struts generation capabilities which looks pretty good. john -Original

tiles - dynamic portal - db code?

2002-07-03 Thread John Menke
has anyone tried to implement the tiles dynamic portal example with a real db that persists the preference to a database? If so can you give me an overview of what is involved? -john -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Wow

2002-07-02 Thread John Menke
What did you use for your DAO layer? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: Wow I got Dynaforms, Validator, Tiles, DynaBeans, a nice display tag library for table display, a

RE: pager taglib !!

2002-06-15 Thread John Menke
Thomas, I too have a question: the JSP pager taglib documentation states: You must provide your own looping data source. - but does not provide any example. I think this is where most people get stuck. do you have any example code that could show the tag in action with the looping data

RE: How to Install Struts on WebSphere 4 ?

2002-06-02 Thread John Menke
regenrate plugin? Just import the war and regenrate the plugin.. U will be all set to go. Regards, Taati -Original Message- From: eilison Lee [SMTP:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 8:23 AM To: [EMAIL PROTECTED] Subject:How to Install Struts

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread John Menke
John Menke [EMAIL PROTECTED] a écrit : Thanks for the wizard! Are there any instructions on how to install/use it? I have unpacked the files into my plugins directory but don't know where to go from there :) john -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread John Menke
for JBuilder - Now Eclipse which build are you using... ? John Menke [EMAIL PROTECTED] a écrit : Emmanuel, I'm using Eclipse 2.0 and I extracted the zip file into my plugins directory. It created a subfolder com.cross.wizard.struts. I still cannot figure out how to activate the wizard though

RE: Websphere 4.02 Struts Deployment

2002-06-01 Thread John Menke
Danny, The steps I had to take to deploy to websphere were: 1) http://marc.theaimsgroup.com/?l=struts-userm=102142014616118w=2 2) Set the JVM settings for the Default Server to that mentioned below for redirect issues 1. Upgrade to 4.0.3...gah, server admining... 2. Patch

RE: Struts Console

2002-06-01 Thread John Menke
http://www.jamesholmes.com/struts/ -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:22 AM To: Struts (E-mail) Subject: Struts Console Can you believe a search of the archive returned 0 matches?! Anyway, I'm here (yet again)

WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
Is anyone using Struts with Wespshere Studio? I have downloaded the trial edition of Studio and it contains the websphere v4.0 Test environment. There are posts on the list saying you need Websphere 4.03... can I patch the Test environment? john -- To unsubscribe, e-mail: mailto:[EMAIL

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
Developer and Struts John, We are using wsad with struts1.0.2 .Infact I tired running it on wsad4.0(trial version) and didnt face any major problems yet. Regards, Taati From: John Menke [SMTP:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:41 AM To: struts-user

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
as it has its own websphere testenvironment which is infact a fullfledged application server.Just try it .. you will love it.. Regards, Taati -Original Message- From: John Menke [SMTP:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:54 AM To: Struts Users Mailing

RE: [ANN] Struts Wizard v1.0.2 for JBuilder

2002-05-31 Thread John Menke
Thanks for the wizard! Are there any instructions on how to install/use it? I have unpacked the files into my plugins directory but don't know where to go from there :) john -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 8:51 AM To:

RE: BC4J versus Struts

2002-05-06 Thread John Menke
It appears to me that BC4J is an Oracle dependant web framework you cannot take code developed with Oracle BC4J and plug in another database. Struts can be used with any database. I think BC4J provides a larger infrastructure than Struts also.Struts provides a basic framework whereas BC4J

RE: Using Struts with JetSpeed.

2002-04-09 Thread John Menke
Try Liferay. It's a portal package being developed that integrates with struts. www.liferay.com -Original Message- From: Antony [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 10:40 AM To: Struts Users Mailing List Subject: Re: Using Struts with JetSpeed. Ramanswamy,

RE: Preview OReilly Struts Chapters Online - Soon

2002-03-28 Thread John Menke
when does the book come out in print? -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:49 PM To: Struts Users Mailing List Subject: RE: Preview OReilly Struts Chapters Online - Soon This is a wonderful idea. The chapter at a

RE: Liferay Enterprise Portal 1.1 Available

2002-03-23 Thread John Menke
Brian, this is great! Thank you -Original Message- From: Brian Chan [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 23, 2002 3:10 AM To: [EMAIL PROTECTED] Subject: Liferay Enterprise Portal 1.1 Available Hey All, Liferay Open Source Portal v1.1 is now built on top of

RE: UML for Struts sample

2002-03-15 Thread John Menke
Check out these resources they helped me: http://husted.com/struts/resources/uml-jps.pdf Business Delegate Pattern Sequence Diagrams: http://www.cayambe.org/docs/design/AddToCart.html http://www.cayambe.org/docs/design/BrowserCatalog.html http://www.cayambe.org/docs/design/ManageCart.html

RE: How to Pre-fill a formbean

2002-03-14 Thread John Menke
How do you know what record in the database this will retrieve? Where does it get it's data. the form bean that is instantiated will be empty unless you put data into it correct? -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:12 PM To:

RE: How to Pre-fill a formbean

2002-03-14 Thread John Menke
a formbean Hi, From the loginAction, I am calling the database to retrieve default values for some of the fields the use must fill out on mainAction.jsp. The default values depend on the user ID. Phil -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Thursday, March

UML example?

2002-03-11 Thread John Menke
Are there any links to a Struts sample project modeled with UML on the web? I am starting a new Struts project and would like to use UML. I was hoping somebody had an example I could look at. -john -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: paging taglib and struts?

2002-03-06 Thread John Menke
/TABLE /TD /TR /TABLE /pg:pager -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: 03 March 2002 02:08 To: struts-user Subject: paging taglib and struts? Does anyone any suggestions for implementing paging with struts? I have searched

RE: simper-NeXt

2002-03-06 Thread John Menke
, rightly so. The system is that explicit. Just give it a bash. Run a simper model through the NeXt tags. I lay my money on it working as-is. Arron. John Menke wrote: I'm working through the Simper examples and the NeXt examples and trying to understand how I can use both together. Here is what

NeXt question

2002-03-06 Thread John Menke
Is it a requirement of NeXt that the outermost bean in a nested structure extend ActionForm? The tutorial is structured in this manner but it does not appear to say this in the docs explicitly. I'm guessing that having the outermost bean extend ActionForm is tied into having struts call the set

RE: simper-NeXt

2002-03-06 Thread John Menke
that said, I really don't know much about the new Nesting tags or how they work. If they rely upon the same introspection mechanisms as logic:iterate, bean:write, etc., then they should work with Simper just fine. That's just a guess. Bryan On Wed, 2002-03-06 at 08:04, John Menke wrote: Just

RE: simper-NeXt

2002-03-06 Thread John Menke
... a well based technology is a well based technolgy. From java itself all the way up to the construction of Struts itself. All done to a very high standard. You look at some of the code in java's standard API's... some of it is simply brilliant. Arron. John Menke wrote: DynaBeans/DynaClasses

simper and linking tables (many to many relationships)

2002-03-06 Thread John Menke
I have the following model: -- Table: stock CREATE TABLE stock ( stock_pkey int4 NOT NULL, symbol varchar(5) NOT NULL, name varchar(50) NOT NULL, price numeric(5, 3), CONSTRAINT stock_symbol_key UNIQUE (symbol), CONSTRAINT stock_pkey PRIMARY KEY (stock_pkey) ); -- Table: portfolio

RE: simper and linking tables (many to many relationships)

2002-03-06 Thread John Menke
Doh... I see where I have a primary key afterall... That was STUPID on my part. -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 12:56 PM To: struts-user Subject: simper and linking tables (many to many relationships) I have the following

RE: simper and linking tables (many to many relationships)

2002-03-06 Thread John Menke
lists with Simper usage discussions. Thanks! Bryan On Wed, 2002-03-06 at 10:56, John Menke wrote: I have the following model: -- Table: stock CREATE TABLE stock ( stock_pkey int4 NOT NULL, symbol varchar(5) NOT NULL, name varchar(50) NOT NULL, price numeric(5, 3

RE: NeXt question

2002-03-06 Thread John Menke
been mentioned quite a bit recently.. - Original Message - From: John Menke [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 7:23 AM Subject: NeXt question Is it a requirement of NeXt that the outermost bean in a nested structure extend ActionForm

RE: Nesting Extension and persistance strategy

2002-03-05 Thread John Menke
I don't see any reason as to why the nested tags wouldn't work with simper. Then I will try to get them working together (simper -- NeXt), Having a problem downloading the simper-src.jar from SourceForge download always fininshes but winzip complains that archive is missing bytes... At the

RE: Nesting Extension and persistance strategy--castor any one?

2002-03-05 Thread John Menke
Rajesh, That sounds interesting. I started looking at Castor also, but now I'm looking more into Simper. Let me know how it goes maybe we can share notes. -john -Original Message- From: rajesh kalluri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 11:32 AM To: Struts Users

RE: Has any one used struts with castor as a persistence mechanism....

2002-03-05 Thread John Menke
Check out http://chiki.emaho.org Ghoot has source code available and uses castor. -Original Message- From: rajesh kalluri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:37 PM To: Struts Users Mailing List Subject: Has any one used struts with castor as a persistence

simper - versionColumn?

2002-03-05 Thread John Menke
The registerTable method takes a String versionColumn as a parameter: public void registerTable(String tableName, String idColumn, String versionColumn, IPKGen primaryKeyGenerator) What is versionColumn used for? In the sample application both of the example tables set it null. I cannot

simper-NeXt

2002-03-05 Thread John Menke
I'm working through the Simper examples and the NeXt examples and trying to understand how I can use both together. Here is what I have so far: In the NeXt you associate nested beans with a parent and children relationship by inserting a private member variable to the parent bean the will

Nesting Extension and persistance strategy

2002-03-04 Thread John Menke
I am planning to use the Nesting Extension in my application and would like to field comments on how to best implement a database persistance mechanism in this framework. The MonkeyStruts example uses one ActionForm bean on the outermost level that links to other beans recursively in a parent

RE: Nesting Extension and persistance strategy

2002-03-04 Thread John Menke
you could drive it exactly as you've described having the beans manage their dirty state and have a one-to-one level mapping from the persistence mechanism to nested bean (ie: have each nested bean know how it's to be stored). There are various ways to take this back to the MVC paradigm keeping

RE: Nesting Extension and persistance strategy

2002-03-04 Thread John Menke
Aaron, what do you think of implementing the Observable interface with the DataBeans? This could help with detecting updates. (Inserts and Deletes are easier because you can determine the action via querying the submit button). -john -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Nesting Extension and persistance strategy

2002-03-04 Thread John Menke
that all the bean processing is finished, and you can go ahead and mess with your bean states. But to quote Ghostbusters... yes, have some :) Arron. John Menke wrote: Aaron, what do you think of implementing the Observable interface with the DataBeans

RE: Nesting Extension and persistance strategy

2002-03-04 Thread John Menke
. But to quote Ghostbusters... yes, have some :) Arron. John Menke wrote: Aaron, what do you think of implementing the Observable interface with the DataBeans? This could help with detecting updates. (Inserts and Deletes are easier because you can determine the action via querying the submit button

RE: White Paper on Struts

2002-03-02 Thread John Menke
Larry, Thanks for your contribution. I am finding your white paper useful. -john -Original Message- From: Maturo, Larry [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 2:11 PM To: 'Struts Users Mailing List' Subject: White Paper on Struts I've been collecting, in a

RE: User Registration with Struts query

2002-03-02 Thread John Menke
Ghoot, Is this something you could use? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html -Original Message- From: Emaho, Ghoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: User Registration with Struts query I

RE: User Registration with Struts query

2002-03-02 Thread John Menke
Ghoot, I found another resource that might be helpful http://www.vsj.co.uk/archive/Feb2002/Javanet/javanet1-0202.asp -john -Original Message- From: Emaho, Ghoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: User Registration with

paging taglib and struts?

2002-03-02 Thread John Menke
Does anyone any suggestions for implementing paging with struts? I have searched the archive and karl basel posted this: snip There's a good pager taglib at jsptags.com. I've used it in a struts app and does the job quite well when embedded in the iterate tags. logic:iterate pg:item

RE: anyone using Castor with Struts?

2002-02-22 Thread John Menke
, 2002 3:26 AM To: Struts Users Mailing List Subject: RE: anyone using Castor with Struts? Hi John, Chiki currently uses Castor for Xml Binding. You can download the source code as it's opensource. Take a look http://chiki.emaho.org Regards Ghoot -Original Message- From: John Menke

anyone using Castor with Struts?

2002-02-21 Thread John Menke
I am considering using Castor as a Persistance mechanism with Struts. Does anyone currently use Castor? Since Castor is desinged to work with any bean like class, to implement castor should I use Castor QQL directly from my ActionForm classes or should there be some kind of redirection from the

RE: anyone using Castor with Struts?

2002-02-21 Thread John Menke
Mailing List' Subject: RE: anyone using Castor with Struts? John We have implemented a couple of web applications using STRUTS and CASTOR. Check out www.teatimej.com (framework and api include struts, castor, mysql and itext) Regards, Michael Mok -Original Message- From: John Menke

RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-18 Thread John Menke
Robert, I am using the Tomcat4.02 binary from the jakarta site. I still get the error: It seems that either a Realm has to be configured or the naming context is giving me problems: snip ContextConfig[/tilesdoc]: No Realm has been configured to authenticate against ContextConfig[/tilesdoc]:

RE: Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-18 Thread John Menke
Rob, I have changed the tomcat directory name to g:\tomcat. Everything builds correctly but I still get the No Realm error. Other web applications run fine with Tomcat4 inside JBuilder so I think my settings for Tomcat are correct... I have the VM options set: -classic

Tiles examples in Jbuilder5 and Tomcat 4 ?

2002-02-17 Thread John Menke
I am trying to load the the tiles-doc webapp into Jbuilder 5 using tomcat 4. I can get everything to compile, but when I try to Web Run the index.jsp I get the following and I cannot debug the page. If I start tomcat4 outside of Jbuilder it works fine. Here is the Jbuilder trace:

RE: How to go about??

2002-02-07 Thread John Menke
There is a book: Struts Fast Track (See Resources Section on Jakarta Site). It has helped me. Also, read the API javadocs and the User Guide. -Original Message- From: Arnab Sengupta [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:50 AM To: Struts Users Mailing List

artimus - cannot add article

2002-02-04 Thread John Menke
Does the artimus example work as far as adding articles. I can search but not add. I think it has something to do with the Article ID. It says NOT ASSIGNED before I try to save then error messages come back *Unable to transfer data *null Do I have something wrong with my configuration?

RE: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread John Menke
I will give it a try today. Cedric had some advice that I will try to follow: For Tiles, ActionComponentServlet do following things : * initialize Tiles by a call to a method initComponentDefinitionsMapping(). You can copy/paste the appropriate method. * catch any call to

RE: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread John Menke
Cedric, I am trying to do the integration by combining the two servlets using the ExpressoActionServlet as my template. All I did was take all the methods you had in the ActionComponentServlet and pasted them into the ExpressoActionServlet code. I also added several imports that were not in the

Expresso, Tiles and Multiple Controlers

2002-01-31 Thread John Menke
I would like to use Expresso with Tiles. Looking into the Struts resources section I found an entry for Multiple Controllers. This appears to be what is needed to get Expresso and Tiles working together. As per another previous post on the list: --- From: Peter

RE: Simple Example

2002-01-31 Thread John Menke
The book: Stuts Fast Track is great. It's in the Resources section of the struts site. -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: Simple Example Use the struts-example web