Re: Include a .do in a page

2004-02-10 Thread Edgar Silva
It is due to I am using Tabs effects, and then I need to show my pages as Actions... So I need to present the do actions in the include of pages Somebody are doing something similar like that? Since now TIA Edgar - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts

RE: Debugging JSP

2004-02-09 Thread Edgar P Dollin
In my experience, if your jsp is so complicated you need a debugger, you should write java classes and/or tags and debug them using junit/httpunit and logging. Edgar -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:10 AM

Include a .do in a page

2004-02-09 Thread Edgar Silva
Hi Folks... Are there a way to include a .do in a page? for example: jsp:include page=orders.do?action-list/ Maybe tiles can solve, but it is the only way? Any Idea to solve it? Thanks Edgar - To unsubscribe, e-mail

Re: DispatchAction Problem

2004-02-06 Thread Edgar Silva
, beacause for me is a reflect from a UseCase Diagram, where you can to refer all actions from views from system. Some additional information, send a mail. Edgar Silva - Original Message - From: Ricardo de Souza Moura [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 8

Printing nested properties

2004-02-05 Thread Edgar Silva
objects from Vector inside the property sales from bean Customer? I would like to present: customer.getSales().getPaymentMethod() , but I wanna show with bean:write tag... some idea? since now... Thanks Edgar

Re: Printing nested properties

2004-02-05 Thread Edgar Silva
will be appreciated. regards Edgar Silva - Original Message - From: Edgar Silva [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 05, 2004 11:08 AM Subject: Printing nested properties folder structureHi Folks... I have a situation where I have

RE: Problems with taglib BEAN in some Pages

2004-01-29 Thread Edgar Silva
Thanks richard... I will check it Thanks very much Edgar From: Richard Hightower [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Problems with taglib BEAN in some Pages Date: Wed, 28 Jan 2004 18:04:43

Problems with taglib BEAN in some Pages

2004-01-28 Thread Edgar Silva
to solve trouble :) And it´s strange , and I already checked the taglibs declarations in these pages, but nothing is wrong, and other pages with the same format and strutcture works fine... Somebody have seen some similar error like this above? since now...Thanks very much Edgar

Re: Struts upload

2004-01-27 Thread Edgar Silva
Thanks Guys I will check this example Regards my Friends... Edgar Silva - Brazil From: hhlow [EMAIL PROTECTED] Reply-To: hhlow [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts upload Date: Tue, 27 Jan 2004 16:01:54 +0800 there is struts upload

Struts upload

2004-01-26 Thread Edgar Silva
Hi Folks... Anybody can send to me any address of docs or articles, talking about Struts uploads. since now... TIA Edgar _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com

RE: Unit Test in struts

2004-01-23 Thread Edgar P Dollin
Could you share with us how you worked around some of my issues, i.e. The user is entering items. User needs dynamic feedback as to to how much is entered so correctness of data entry can be determined. Thanks Edgar -Original Message- From: Jesse Alexander (KAID 11) [mailto

RE: JSP to static html...

2004-01-23 Thread Edgar P Dollin
You could use webtest with one of the logging options. Then if they change you could run your test to regenerate the pages. Edgar - Original Message - From: Jacob Wilson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 12:30 PM

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
grained control). How does jWebUnit compare? Thanks. Edgar -Original Message- From: Richard Hightower [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:26 PM To: Struts Users Mailing List Subject: RE: Unit Test in struts you should try jWebUnit. i like it a lot

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
I wish I had the luxury. Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 9:42 AM To: 'Struts Users Mailing List' Subject: RE: Unit Test in struts I use a fair amount of JavaScript in my apps, and what I've found

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
fancy footwork with actions but... 3) Menus, yes there are plenty of static menus but all the real ones are javascript, i.e. coolmenus cannot be tested with the existing test tools. Menu's are not required to be tested but it would be nice. Edgar -Original Message- From: Ashikuzzaman

RE: Struts-Menu (Support URL Re-writing)

2004-01-16 Thread Edgar P Dollin
You have the source to struts and the source to struts-menu, grab the code from struts and plug it into struts-menu and submit a patch. You might need a menu-config.xml option to indicate that you will be url rewriting. Edgar -Original Message- From: Parag Pattewar [mailto:[EMAIL

RE: Session Problem

2004-01-16 Thread Edgar P Dollin
of, is to keep a session token, if you find it out of sequence, forward to a page which closes the window (if javascript is enabled). If you use tokens on your update sequences you should be able to live with the two browsers in the same session. Edgar -Original Message- From: Guillermo

RE: JSP Protection

2004-01-16 Thread Edgar P Dollin
There is one other way and that is to foward *.jsp in web.xml to a filter which always fails. Edgar -Original Message- From: lixin chu [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:24 PM To: Struts Users Mailing List Subject: Re: JSP Protection thanks ! --- Max Cooper

RE: Struts-Menu (Support URL Re-writing)

2004-01-16 Thread Edgar P Dollin
or if this is different from displayer to displayer. Thanks. Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 10:14 AM To: 'Struts Users Mailing List'; 'Parag Pattewar' Subject: RE: Struts-Menu (Support URL Re-writing) Struts Menu makes use

RE: report in struts

2004-01-15 Thread Edgar P Dollin
JasperReports on sourceforge is pretty good with a decent base of support. Edgar -Original Message- From: Hari_s [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 8:25 PM To: Struts Users Mailing List Subject: report in struts Hi all is there any reporting tools (for creating

RE: Data Sources problem

2004-01-12 Thread Edgar P Dollin
your problem is due to not including struts-legacy.jar since the datasource is only marginally supported and was not included in the base jar. Edgar -Original Message- From: Sandy Bingham-Porter [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 10:55 AM To: Struts Users Mailing

filters / tomcat / httpunit / webtest

2004-01-12 Thread Edgar P Dollin
log messages have to do with PropertyMessageResources, which are not there for both straight JSP and struts resources. Does anyone know what in struts could be writing to the response or where to start looking? Thanks in advance. Edgar --- Outgoing mail is certified Virus Free. Checked by AVG anti

RE: filters / tomcat / httpunit / webtest

2004-01-12 Thread Edgar P Dollin
is familiar with any drawbacks of trapping http error 202, your commentary would be appreciated. Thanks again Edgar -Original Message- From: Edgar P Dollin Sent: Monday, January 12, 2004 7:10 PM To: Struts Users Mailing List Subject: filters / tomcat / httpunit / webtest I have

RE: [OT] Canoe Webtest / HttpUnit

2004-01-08 Thread Edgar P Dollin
http errors and return a different page, tomcat 4.1.18 doesn't pass on the http error with the page redirect while 4.1.29 does. Tests of pages which take advantage of those automatic redirects will start failing when you do an upgrade. Thanks again. Edgar -Original Message- From: Ted Husted

[OT] Canoe Webtest / HttpUnit

2004-01-07 Thread Edgar P Dollin
to 4.1.29. Any insight is welcome. Thanks. Edgar --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.558 / Virus Database: 350 - Release Date: 1/2/2004 - To unsubscribe

RE: Design Questions

2004-01-04 Thread Edgar P Dollin
Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: .NET: We are just like Struts... only better.

2003-12-26 Thread Edgar P Dollin
It is a complement that Microsoft is worried about the feature set of struts. However, a lot of the stuff that comes in ASP.NET sounds good compared to the java equivalents. Edgar -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Thursday, December 25, 2003 6:16

RE: How find DataSource?

2003-12-23 Thread Edgar P Dollin
It can be done, use poolman. Easiest DB pool to get going, works well with more DB than others. http://sourceforge.net/projects/poolman Edgar -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 4:50 PM To: [EMAIL PROTECTED] Subject

RE: Source code for Mastering Jakarta Struts

2003-12-23 Thread Edgar P Dollin
Buy the book. Edgar -Original Message- From: deepak saini [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 6:27 AM To: [EMAIL PROTECTED] Subject: Source code for Mastering Jakarta Struts hi! any idea from where cna i get the source code of Mastering Jakarta

RE: Connection Pooling

2003-12-18 Thread Edgar P Dollin
Drop connection pooling in struts and either go to Container pooling or use a product like Poolman (on sourceforge). Struts DataSource is no longer supported. Edgar -Original Message- From: hernux [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 1:39 AM To: [EMAIL

RE: Generate Java class from xml?

2003-12-18 Thread Edgar P Dollin
Castor from exolab http://www.castor.org/ is an excellent xml parser. There is also an interesting project for xml - beans http://xml.apache.org/xmlbeans. Edgar -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 8:31 PM To: Struts Users

RE: Tabbed menus using Tiles

2003-12-10 Thread Edgar P Dollin
Try struts-menu at sourceforge. It integrates very well and gives you nice choices for menus without writing a lot of javascript. Edgar -Original Message- From: Gopal Venkata Achi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 3:36 PM To: Struts Users Mailing List

RE: [OT] Log4J and Pre-Processor

2003-12-09 Thread Edgar P Dollin
The difference between scientists and engineers The funny part is they are both right. The hard part is deciding which you are and living with the decision. Edgar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] You might first run some load tests to see

RE: How to detect that session has expired ?

2003-12-08 Thread Edgar P Dollin
If you use container authentication or filters, this isn't an issue. The user will never get to an action class with an invalid session. Edgar -Original Message- From: Kirk Wylie [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:19 PM To: Struts Users Mailing List Subject: Re

RE: Struts User Roles

2003-12-08 Thread Edgar P Dollin
I wasn't aware that such a concept existed. There are roles for container managed security, is that what you are refering to? Edgar -Original Message- From: Tiago Henrique Costa Rodrigues Alves [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:06 PM To: Struts Users Mailing

RE: HELP: about to get datasource of struts and pass to logic bea ns...

2003-12-08 Thread Edgar P Dollin
Don't spend the time to get DataSource working. It is deprecated and will be removed from struts in 1.2. I use Poolman at sourceforge (I highly reccomend it for non-j2ee projects). Most others use the DataSource supplied with the container. Edgar -Original Message- From: Caroline Jen

RE: [FRIDAY] YA Stuts In Action / JUnit in Action Trivia Quiz

2003-11-28 Thread Edgar P Dollin
My apologies. I just replied w/o thinking. Please remove me from the competition. Edgar -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 11:33 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: [FRIDAY] YA Stuts

RE: [FRIDAY] YA Stuts In Action / JUnit in Action Trivia Quiz

2003-11-27 Thread Edgar P Dollin
1) Computing Machinery and Intelligence 2) Alan M. Turing Bonus I Have No Mouth and I Must Scream Edgar PS, never read any Turing, but now I understand his influence. Still haven't read an Ellison, my patience with Science Fiction left after 30 years of Trek. -Original Message- From

RE: Server manged vs. struts managed db pools

2003-11-25 Thread Edgar P Dollin
configuration. With a single container running multiple apps this is a bit of an issue. Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:03 PM To: Struts Users Mailing List Subject: RE: Server manged vs. struts managed db

RE: Types supported by DynaActionForm (or DynaValidatorForm)

2003-11-25 Thread Edgar P Dollin
developers put in support for types other than Strings for certain features. The bottom line is, until there is more concensus on the use of data types, use non String ActionForm properties at your own risk. Edgar -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent

RE: Does Taglibs cause any performance Issues ???

2003-11-25 Thread Edgar P Dollin
Tags stay in memory (in pools) based on the tags used and the parameter values of the tags. If memory is an issue then you can disable tag pooling. If cpu performance is an issue (pooling the tags saves object instantiation and release) then leave tag pooling in place. Edgar -Original

RE: Server manged vs. struts managed db pools

2003-11-25 Thread Edgar P Dollin
a configuration parameter in your application for the JNDI database handle as it can be hardcoded and only change struts-config.xml to reference the correct database. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html Edgar -Original Message- From: Vic Cekvenich

RE: Reporting System

2003-11-25 Thread Edgar P Dollin
Jasper reports is pretty good. http://jasperreports.sourceforge.net Edgar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:35 AM To: Struts-User Subject: Reporting System Hello, we are looking for a good

RE: Token documentation

2003-11-21 Thread Edgar P Dollin
the token and checks the value against the actionform. If the value is not the same, i.e. the user hit the back button and resubmitted, you have an error situation. You can forward to an error page or take whatever action you deem necessary at that point. Edgar -Original Message- From

RE: URGENT:static methods in JSPs

2003-11-20 Thread Edgar P Dollin
All the tags us introspection to access the objects. Introspection works only on non-static public fields and methods. You must find a way, possible with a façade, to make your static method non-static. Edgar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: MessageResources...

2003-11-20 Thread Edgar P Dollin
A brute force approach is to loop through the context objects looking for ActionMessages or ActionError objects which contain the key you are looking for. Of course, once you have it, just put the key somewhere for future reference. Edgar -Original Message- From: Mitesh Patel [mailto

RE: Large scale Internationalization using struts

2003-11-19 Thread Edgar P Dollin
There have been lots of discussions of this on the archives. As released, there are no on the fly changes to the messages. There are many solutions in the archives although you might have to role your own using the ideas presented. Edgar -Original Message- From: Linus Nikander

RE: Which framework to choose?

2003-11-18 Thread Edgar P Dollin
You are right. This is not the right forum. The reason you are asking on this forum (you will get a good answer quickly) is the reason you are using struts and the reason struts has a future. All the other frameworks except for JSF and Microsoft are of technical interest only. Edgar

RE: Server manged vs. struts managed db pools

2003-11-18 Thread Edgar P Dollin
I like struts managed db pools, however, the struts developers aren't too happy about the quality and the dependency on the commons-pooling library and are attempting to phase it out. Edgar -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18

RE: Wanted API to handle user roles

2003-11-03 Thread Edgar P Dollin
Write your own and implement with a filter. Edgar -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 9:56 AM To: Tomcat Users List; Struts Users Mailing List Subject: Wanted API to handle user roles Hi, I'm searching for a Java

Mappings

2003-10-31 Thread Edgar P Dollin
(developer would use the 'key' as the path in struts-config) the forward path is looked up elsewhere, else it is used as is. Thanks in advance. Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Session Timeout on post

2003-10-29 Thread Edgar P Dollin
Strictly a container issue. If you keep the login information in hidden fields, you will be able to reinstate the user session although the session information will be gone. You should be able to post the submited record however. You can use a filter for this. Edgar -Original Message

RE: Please help: Cannot find message resources under key org.apa che. struts.action. MESSAGE

2003-10-29 Thread Edgar P Dollin
Looks like you need a file ApplicationResources.properties in your /WEB-INF/classes directory. Edgar -Original Message- From: Prashanth Narayanan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4:57 PM To: 'Struts Users Mailing List' Subject: Please help: Cannot find

RE: Struts-config

2003-10-28 Thread Edgar P Dollin
Very cool, exactly what I was looking for. Edgar -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 8:22 AM To: Struts Users Mailing List Subject: RE: Struts-config Or, if you're using Ant, try the optional xmlvalidate task (this is almost

Struts-config

2003-10-27 Thread Edgar P Dollin
is not allowed. I have checked the DTD and the position for these elements should follow action-mappings yet something is upsetting the digester. I have double checked the syntax and made sure it is correct. If anyone has an insight, thanks in advance Edgar

StrutsTestCase and Multiple Struts Configuration files

2003-10-27 Thread Edgar P Dollin
Has anyone used StrutsTestCase with multiple comma-delimited struts configuration files and multiple message files. If so are there any issues which might make it less straight forward than straight struts? Thanks Edgar

RE: Tags creating Tags

2003-10-27 Thread Edgar P Dollin
interfaces must be implemented and call the internally referenced tag based on the requirements of the tag. Most of the struts tags don't have a 'real' body so this is not that important. If you were considering wrapping the iterate tag, you would have an interesting problem. Edgar -Original

RE: struts-menu

2003-10-23 Thread Edgar P Dollin
Stuts menu can do all of that. Be prepared to write some customizations since there are inconsistencies in the capabilities between the menu displayers. I have it working fine with tiles and struts with authentication http://www.abmga.org using a drop down displayer. Edgar -Original

RE: [Poll] Action Form data types

2003-10-14 Thread Edgar P Dollin
None of the above. I use java data types but use getters and setters in the ActionForm to perform the casting and any other manipulations necessary. Edgar Mainguy, Mike wrote: Here's my weekly(ish) question: For the purposes of this discussion, ActionForms also mean DynaActionForms

RE: DynaActionForms

2003-10-14 Thread Edgar P Dollin
Interesting idea. My other choice is to stick a map in a standard action form. What view technology are you using with these lists? Edgar -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 4:07 PM To: Struts Users Mailing List Subject

RE: DynaActionForms

2003-10-14 Thread Edgar P Dollin
Doesn't this answer require an [OT] designation. -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 7:03 AM To: Struts Users Mailing List Subject: RE: DynaActionForms Yes. -Original Message- From: Edgar P Dollin [mailto

RE: DynaActionForms

2003-10-14 Thread Edgar P Dollin
it. BTW, since you are really putting a collection in a form, do you really need to use a DynaForm? Thanks Edgar -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:18 AM To: Struts Users Mailing List Subject: RE: DynaActionForms I'm

RE: Passing parameters between forms

2003-10-14 Thread Edgar P Dollin
to as well. I like this better because then you can run junit tests w/o worring about the container. Edgar -Original Message- From: Shyam A [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:39 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Passing parameters

RE: Basic tag library question

2003-10-14 Thread Edgar P Dollin
Use the HTML:TEXT with readonly=true/false. The true or false can be rendered either with a JSP expression or JSTL. Edgar -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 7:01 PM To: [EMAIL PROTECTED] Subject: Basic tag library

RE: Converting to Struts, where to put Servlet init() code?

2003-10-14 Thread Edgar P Dollin
I have done authentication filters and they work very nicely with struts. Edgar -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 6:43 PM To: [EMAIL PROTECTED] Subject: Converting to Struts, where to put Servlet init() code? I'm

DynaActionForms

2003-10-13 Thread Edgar P Dollin
I have an application with configuration files already. Rather than have struts-config configure DynaForms, I would like to populate the forms myself. Does anyone have any experience with how this behaves in struts? Thanks Edgar

RE: DynaActionForms

2003-10-13 Thread Edgar P Dollin
apologies), but will this code break with new releases of struts. Thanks Edgar -Original Message- From: Nick [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 2:41 PM To: Struts Users Mailing List Subject: Re: DynaActionForms I do not believe that you can do dynamically add

RE: JavaServer Faces

2003-10-11 Thread Edgar P Dollin
which is relevant to the community it will continue to be relevant. Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 6:25 PM To: Struts Users Mailing List Subject: Re: JavaServer Faces Susan Bradeen wrote: Thank you

RE: Struts Design Issue - Search Functionality - Best Practices

2003-09-26 Thread Edgar P Dollin
I believe this feature is implemented in struts-layout http://struts.application-servers.com/ Edgar -Original Message- From: Chawla, Yogesh [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 2:19 AM To: 'Struts Users Mailing List' Subject: Struts Design Issue - Search

RE: Menu based on Tiles

2003-09-24 Thread Edgar P Dollin
Look at struts menu on sourceforge. Edgar -Original Message- From: Sudip Kumar Bhattacharya [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:45 AM To: [EMAIL PROTECTED] Subject: Menu based on Tiles Hi I need to create a menu using tiles. The menu

RE: [OT] STL startup times - is caching going on?

2003-09-21 Thread Edgar P Dollin
Custom tags are cached in most containers (tag pooling). If the parameters to a tag are the same the same instance of a tag object is used. It is up to the container when to discard / garbage collect the tag instances. I don't know if this is the problem / issue here but hope it helps. Edgar

RE: multiple forms with the same formBean

2003-09-19 Thread Edgar P Dollin
Use multiple form-bean entries for the same form and struts will keep them separate. Edgar -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:21 AM To: [EMAIL PROTECTED] Subject: multiple forms with the same formBean hello, i am

RE: Design Question

2003-09-17 Thread Edgar P Dollin
getters and setters follow the Java Bean spec. Edgar -Original Message- From: sean schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 9:57 AM To: [EMAIL PROTECTED] Subject: Design Question I am working on a struts-based web application and I have

RE: searching on client side.

2003-09-17 Thread Edgar P Dollin
Use javascript and a button to invoke the browser find function. Edgar -Original Message- From: imran ali [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 4:17 PM To: Struts Users Mailing List Subject: searching on client side. Hi All, I am having

Errors / Messages

2003-09-15 Thread Edgar P Dollin
In validate, if you add an error to the message list, validator returns without forwarding. Has anyone done anything with an alternate message file or prioritized messages, so you can add a message yet still forward. Thanks in advance. Edgar

RE: Errors / Messages

2003-09-15 Thread Edgar P Dollin
. Edgar -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 5:38 AM To: Struts Users Mailing List Subject: Re: Errors / Messages Edgar, What is your aim in doing this? If there is a validation error, the Struts framework sends the user

RE: Easy Question

2003-09-12 Thread Edgar P Dollin
Boolean form properties are cool too (at least in my experience)... Edgar -Original Message- From: Michael Ruppin [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 3:14 PM To: Struts Users Mailing List Subject: RE: Easy Question Non-String Form bean properties

RE: Struts with a DHTML menu

2003-09-11 Thread Edgar P Dollin
Struts-menu works pretty well. http://sourceforge.net/project/showfiles.php?group_id=48726 Edgar -Original Message- From: Mahbub ul Huq Bin Kabir [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 11:39 PM To: [EMAIL PROTECTED] Subject: Struts with a DHTML menu Hi

RE: How to reference multiple form beans from one VelocityLayoutS ervlet set of page fragments?

2003-09-05 Thread Edgar P Dollin
and I believe tiles works with Velocity. Edgar -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 6:34 PM To: Struts Users Mailing List Subject: How to reference multiple form beans from one VelocityLayoutServlet set of page

RE: Migrating to struts

2003-09-02 Thread Edgar P Dollin
well architected, then you are probably going to be creating DynaForms in xml and on each jsp replacing validation logic, message logic, etc to utilize struts features. Edgar -Original Message- From: Prashanth.S [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 8:25 AM

RE: Struts custom tags tutorial

2003-08-27 Thread Edgar Dollin
is a bit of a cop out. I suspect that most of what he wants to do is already in struts-layout so there is a work around without writing his own tags. Edgar -Original Message- From: Bill Chmura [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 12:53 PM To: 'Struts Users

RE: nested tags

2003-08-27 Thread Edgar P Dollin
With 1.1 they work fine. My understanding is that all the tags are in a static state but should continue to function as is. Edgar -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 7:59 AM To: 'Struts Users Mailing List' Subject: nested

RE: Struts custom tags tutorial

2003-08-26 Thread Edgar Dollin
Try struts layout, it is quite complete as far as display control is concerned. http://struts.application-servers.com Edgar -Original Message- From: Seshadhri Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 1:51 AM To: 'Struts Users Mailing List' Subject: RE

RE: Struts custom tags tutorial

2003-08-26 Thread Edgar Dollin
Logic in the display which needs to know anything about the specifics of business logic, makes no sense to me, although there seem to be very few of us who have this attitude. Examples of this include field size; required fields; number logic (internationalization), etc. Edgar -Original

RE: Whats the security trick for not permiting the browser back button on SignOut?

2003-08-22 Thread Edgar Dollin
Just invalidate the session when the user logs out. Edgar -Original Message- From: Cezar Nasui [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 5:30 PM To: 'Struts Users Mailing List' Subject: RE: Whats the security trick for not permiting the browser back button

RE: Can an INPUT tag know its form name? Also, application resources...

2003-08-20 Thread Edgar Dollin
/ session using the o.a.s.Globals.MESSAGES_KEY. Edgar public static ActionForm findActionForm(PageContext context, Tag tag) { String bean = findBeanName(tag); if (bean == null) { log.warn(findActionForm: could not find the bean); return null

RE: Does Struts Menu work with subapps?

2003-08-20 Thread Edgar Dollin
It doesn't do url rewriting, but if you are using cookies I believe you will be OK. Edgar -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 5:31 PM To: 'Struts (E-mail)' Subject: Does Struts Menu work with subapps? Will the menu be able

RE: Suggestions for Calendar Popup taglib?

2003-08-19 Thread Edgar Dollin
There are ways around it, but why would you go to the trouble of splitting the logic for validation into three pieces (business logic, jsp and struts and then have to work around the issues it creates. Edgar -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: Suggestions for Calendar Popup taglib?

2003-08-18 Thread Edgar Dollin
access which use non-standard data formats. Could you have an optional property to a class/method which would convert the text to a java standard format. Of course you could assume this was a reentrant singleton class and you would only load it once. Thanks Edgar -Original Message- From

RE: get data source in servlet

2003-08-18 Thread Edgar Dollin
a connection. This is useful for testing business classes as well. Just try to find a connection from any of the possible places (of course try the one you are going to use in production first). Edgar -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003

RE: JSTL ot struts taglibs?

2003-08-14 Thread Edgar Dollin
I guess if you just don't like JSTL (the ambiguity, lack of developmental feedback, lack of refactoring support, etc) you are SOL. Edgar -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 3:32 PM To: Struts Users Mailing List Subject: RE

RE: [OT] RE: JSTL ot struts taglibs?

2003-08-14 Thread Edgar Dollin
. Anyway, this is a real challenge facing the community with very strong pressure being applied by MS. Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Recall: Some questions for you guys...

2003-08-14 Thread Edgar Dollin
Edgar Dollin would like to recall the message, Some questions for you guys - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Some questions for you guys...

2003-08-14 Thread Edgar Dollin
in separate DB's). This can be done in a JNDI situation but then the container configuration has to know about each web app instance and each web app instance needs to know about a separate JNDI configuration. Edgar

RE: Urgent: generating PDF from form data

2003-08-14 Thread Edgar Dollin
Have you looked at iText? Another one to try is JasperReports (Jasper uses iText) but also uses POI to optionally generate XLS or HTML. Edgar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:33 PM To: '[EMAIL PROTECTED

RE: transaction tokens

2003-08-14 Thread Edgar Dollin
loosing to much of the information they may have typed. Edgar -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 5:41 AM To: 'Struts Users Mailing List' Subject: Re: transaction tokens I was thinking there might be a way of controlling

RE: Garbage Collection Problem with Write Tag

2003-08-11 Thread Edgar Dollin
for each unique set of parameters. Edgar -Original Message- From: AshokD [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:30 AM To: 'Struts Users Mailing List' Subject: Garbage Collection Problem with Write Tag Hi, I am using Struts framework to my application. I

RE: OT: JSR-168 is available for review

2003-07-27 Thread Edgar Dollin
Vic gave a very interesting Flash demo the other day. Considering the poor state of java view options it was good to see a real alternative to the gobbledygook currently available. Edgar -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Saturday, July 26, 2003 5

RE: Testing Struts-Config

2003-07-25 Thread Edgar Dollin
Craig Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Testing Struts-Config

2003-07-24 Thread Edgar Dollin
Does anyone know of a tool that just tests the struts-config for 'class correctness'? The situation I find myself in is I have a large project, which was heavily refactored (unfortunately w/o adequate struts tests), and I need to debug the struts-config. Thanks in advance. Edgar

  1   2   3   >