Is Struts architecture a disadvantage?

2002-06-07 Thread Yaman Kumar
MessageHi, I have a question regarding struts architecture, As the Html form and its validation has been moved and implemented at server side ( a ActionForm ), once any validation error encounters that is shown in the same page from which this request is generated ( this is very impressing), but

Re: How the Action Controller works

2002-06-07 Thread emmanuel.boudrant
Hi, When you specified an ActionMapping, in name attribute you write the form name, if this attribute is empty, form is not instancied... For more information, I recommend you to check the ActionServlet RequestProcessor source code. ...and you can check my UML sequence diagram on :

workflow implementation in struts

2002-06-07 Thread Anjali Jain
Hi all, how to implement workflow in struts...?? For eg: while creating a hotmail account, there are some 3-4 screens to go. Details enetered by the user is submitted to the database only in the last screen (when it passes all the validation tests). How to achieve the similar thing in the struts

Re: How the Action Controller works

2002-06-07 Thread Karthik_Gurumurthy
have just started using struts, i might be wrong. Since no one has answered yet, let me try... I guess struts does'nt care about the state of a ActionForm class (if it is filled up/ not) In the Action element in struts-config.xml, we indicate wether validation of the form needs to be done / not

XML/XSLT Question - Help!

2002-06-07 Thread Spencer Smith
I have a question regarding the use of XML/XSLT. Please correct me if I am wrong, but it is my understanding that XML does not directly support graphics. Apparently, a new XML standard called SVG is currently being reviewed by w3 for approval (hasn't been adopted yet) which uses scalable

html -- img, link, map and parameters question with Struts

2002-06-07 Thread sundar @esaravana
Hello, I used Struts one year back for an application and didn't have a chance to use it again till now. My question is how do I put the following code in struts format and get to the action class. IMG src=img\etts.png name=betts useMap=#chg2etts border=0 map name=chg2etts area

Struts Validator DTD?

2002-06-07 Thread Byrne, Steven
Is there a DTD (or schema) anywhere for the validation rule XML that's accepted by the Struts Validator system? I know it's using Digester to parse the rule definitions, but I was hoping for a more concrete/upleveled definition of the accepted syntax than the operational one defined by the

Struts, Tomcat, IIS and jsessionid

2002-06-07 Thread Victor Popiol
Hi all. I configured Tomcat 4 and IIS for a context in such a way that Tomcat will only handle servlet and .jsp requests while IIS will take care of serving .html, .gif, .jpg, etc. This application uses struts and its custom jsp tags. One of those tags is the html:img which allows to localize

How to overcome server amnesia with session scope? [was: Is Struts architecture a disadvantage?]

2002-06-07 Thread Andrew Hill
I think the issue is not unique to struts (or jsps). In any complex servlet based web-app you will most likely be performing validation at the server side - even if you use javascript to do basic validation. (For example: while javascript can tell if a user enters a fooID with the correct number

RE: XML/XSLT Question - Help!

2002-06-07 Thread Vikram Goyal01
You can use Apache FOP project to display SVG. Try at: xml.apache.org/fop Rgs Vikram -Original Message- From: Spencer Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 9:37 PM To: [EMAIL PROTECTED] Subject: XML/XSLT Question - Help! I have a question regarding the use of

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
Anjali, There is a workflow mechanism for Struts. If you search the mailing list with the keyword workflow you will find links to it. However, the situation that you are describing doesnt strictly fall into that category. What you are describing can usually be done by creating a Value Bean

RE: Struts and cookies

2002-06-07 Thread Vikram Goyal01
My guess is that the cookie that you add in ActionA should really be added in your jspA. Not really sure though. Rgs V -Original Message- From: Brian Holzer [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:20 AM To: Subject: Struts and cookies Hi all, I am hoping that

RE: Is Struts architecture a disadvantage?

2002-06-07 Thread Claudio Parnenzini
You will not have heavily load if you put the ActionForm into the request scope. -Message d'origine- De : Yaman Kumar [mailto:[EMAIL PROTECTED]] Envoyé : vendredi, 7. juin 2002 08:51 À : Struts Users Mailing List Objet : Is Struts architecture a disadvantage? MessageHi, I have a

RE: Is Struts architecture a disadvantage?

2002-06-07 Thread Andrew Hill
Unfortunately there are quite a few issues with doing that. (See my post: How to overcome server amnesia with session scope? [was: Is Struts architecture a disadvantage?]) -Original Message- From: Claudio Parnenzini [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 16:37 To: Struts

RE: workflow implementation in struts

2002-06-07 Thread Sai Prasad Baba Subramanyan (Cognizant)
Hi Vikram, A better solution is have the form bean scope as session scoped in the action mapping element of struts-config.xml. Reset the session-scoped form bean, before the user sees the first page of the wizard. Let me know if this solution helps you. Regards Sai -Original

RE: Struts and cookies

2002-06-07 Thread Chandra Sekharan Bhaskaran
Hi I think you need to go to catalina log directory and look for the log file With current date. I think you can find some solution. -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:10 PM To: Struts Users Mailing List Subject: RE: Struts

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
Sai, Form bean for each page as a session scope? How does resetting the form bean help Anjali in acheiving the workflow? Vikram -Original Message- From: Sai Prasad Baba Subramanyan (Cognizant) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:09 PM To: Struts Users Mailing

RE: workflow implementation in struts

2002-06-07 Thread Sai Prasad Baba Subramanyan (Cognizant)
Use the same form bean for all the pages. -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 02:34 PM To: Struts Users Mailing List Subject: RE: workflow implementation in struts Sai, Form bean for each page as a session scope? How does

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
Not really sure what you mean, but I guess we are looking at the crystal ball from two different sides. And of course Struts is not just tags. I realise, understand and implement that daily. :) Rgs Vikram -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

RE: Flash and Struts

2002-06-07 Thread Andrew Hill
Yep. Its definately not just tags. Im doing a struts app that doesnt use a single jsp or tag! -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 17:11 To: Struts Users Mailing List Subject: RE: Flash and Struts Not really sure what you mean,

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
Ohh ?? Is that oversight or a precaution ? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:43 PM To: Struts Users Mailing List Subject: RE: Flash and Struts Yep. Its definately not just tags. Im doing a struts app that doesnt use a single

RE: workflow implementation in struts

2002-06-07 Thread Vikram Goyal01
I disagree. If you use the same form bean you can not do any individual input validations. Each page should have a different form bean and one Value object that holds data across one workflow formbean(s). Rgs Vikram -Original Message- From: Sai Prasad Baba Subramanyan (Cognizant)

RE: workflow implementation in struts

2002-06-07 Thread Sai Prasad Baba Subramanyan (Cognizant)
Vikram I agree with your solution. If you are using Value object, then you need to retrieve in the Action class by retrieving the Session object from the HttpRequest object passed as parameter to perform method. But, this is not a neat solution. Adding to my solution, have a page identifier has

Hey Ted!

2002-06-07 Thread Galbreath, Mark
I just got a copy of Wrox's Professional JSP Site Design because of numerous references to it on this list (as a general rule, I do not care for the Wrox Professional series). So I'm looking through the authors and there's Ted Husted, who penned chapters 12-14 (Content Management, Searching, and

Re: SQL STatements in a Properties file.

2002-06-07 Thread Dave Derry
- Original Message - From: James Mitchell [EMAIL PROTECTED] The framework knows nothing of sql. However, I have also pondered the using the message resources for something like this. I guess if your data layer had access to the message resourcesyou could do something like this.

[ANNOUNCE] Easy Struts v0.1beta for Eclipse

2002-06-07 Thread emmanuel.boudrant
Hi everybody, Let me introduce Easy Struts v0.1beta ..., this project, hosted now by sourceforge, replace the Eclipse Struts Wizard and the JBuilder Struts Wizard. Features - Support for struts 1.0 and struts 1.1. - Wizard Action, ActionForm and Jsp: allow fast creation of a (bean + jsp)

2 forms on a single JSP

2002-06-07 Thread Tim Sawyer
Hello. If I have two html:form's on a JSP page, that submit to two different actions, I have problems where those actions have different form beans. Either form works individually, but when put together I get an error when the page is displayed. The only way around this I have found is to

how the subscription details are populated in registration.jsp page from struts-example

2002-06-07 Thread Chandra Sekharan Bhaskaran
Title: Message hi, How does the subscription details get populated when user travels the hyperlinkl http://localhost:8080/struts-example/editRegistration.do?action=Edit. rgds C.Bhaskaran **Disclaimer Information contained in

setting new page after more than one click of submit button

2002-06-07 Thread Anup Kaneri
Hello All, I have implemented the code to handle more than one click in submit button using savetoken(),resettoken() istokenvalid() method. I am also able to identify 2'nd click of submit button. But when the 2'nd request comes,the 1'st request is on hold and the 2'nd request is

RE: Struts Validator DTD?

2002-06-07 Thread Galbreath, Mark
http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd -Original Message- From: Byrne, Steven [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:22 PM Is there a DTD (or schema) anywhere for the validation rule XML that's accepted by the Struts Validator system? I know

RE: Struts PowerPoint presentation

2002-06-07 Thread Galbreath, Mark
I also come from a strong ASP/ADO (though little COM) background if assistance is needed. Mark -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:03 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Struts PowerPoint

Re: JSP's under WEB-INF?

2002-06-07 Thread Ted Husted
It is important to note that the Struts Catalog http://www.husted.com/struts/catalog.htm is not meant as a Best Practices document. It's an overview of Struts Design Patterns and Strategies. Many of these practices are mutually exclusive and cannot all be the best. In an Model2/MVC Web

R: XML/XSLT Question - Help!

2002-06-07 Thread daniele rizzi
hi, it depends on what you intends for graphics support: the idea is to decouple the content (in the shape of a xml file) from the presentation (generated by a transformation, which is described by a xsl file) 1- if the question is: can xslt produce some .gif? the answer is : not a xslt in

Re: Struts Forms, ConvertUtils and Validation - need design advice

2002-06-07 Thread Ted Husted
For more about ActionForms, see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg19281.html http://www.mail-archive.com/struts-user@jakarta.apache.org/msg19338.html http://www.mail-archive.com/struts-user@jakarta.apache.org/msg20833.html To move data between an ActionForm and

RE: Struts Validator DTD?

2002-06-07 Thread Michael Marrotte
Here's rules reverse engineered by NetBeans from the examples. --Michael Marrotte -Original Message- From: Byrne, Steven [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: Struts Validator DTD? Is there a DTD (or schema) anywhere for the

RE: 2 forms on a single JSP

2002-06-07 Thread Jerome Jacobsen
I believe your workaround is the recommended approach. That is, use one form bean for both forms. The form bean could implement two different Form interfaces (one per html:form) to make the seperation more obvious. -Original Message- From: Tim Sawyer [mailto:[EMAIL PROTECTED]] Sent:

RE: Struts PowerPoint presentation

2002-06-07 Thread Chappell, Simon P
Urgh! Of course, this explains quite alot. It's all so much clearer to me now. :-) -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 7:00 AM To: 'Struts Users Mailing List' Subject: RE: Struts PowerPoint presentation I also come from a

RE: Struts PowerPoint presentation

2002-06-07 Thread Galbreath, Mark
Byte me! -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:06 AM To: Struts Users Mailing List Subject: RE: Struts PowerPoint presentation Urgh! Of course, this explains quite alot. It's all so much clearer to me now. :-) -Original

.JSP / .ASP Integration

2002-06-07 Thread Jerry Jalenak
Hi All, This is WAY off topic, but seeing that there are a couple of ex-ASPer's on the mailing list, I thought I'd throw this out and see if anyone can point me in the right direction. The company I work for has several, somewhat autonomous, development groups doing web development. Some

2 forms on a single JSP

2002-06-07 Thread mtstruts
Hi Tim, What's the error that you're getting? In the application I'm working on we have 2 forms with 2 different form beans and 2 different actions on the same JSP, with no problem. Tim Sawyer [EMAIL PROTECTED] wrote: Hello. If I have two html:form's on a JSP page, that submit to two

RE: Struts PowerPoint presentation

2002-06-07 Thread Chappell, Simon P
I'll get my daughter to dribble on you! (she does it to me often enough) Oh, and my dad is bigger than your dad. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:16 AM To: 'Struts Users Mailing List' Subject: RE: Struts PowerPoint

RE: Back button skip a page?

2002-06-07 Thread Jerome Jacobsen
Location.replace worked perfectly. Thanks. -Original Message- From: Bartley, Chris P [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 6:22 PM To: 'Struts Users Mailing List' Subject: RE: Back button skip a page? Check out the javascript method location.replace()...i think

populating Collections one time?

2002-06-07 Thread Rick Reumann
I know this isn't a struts specific question and is probably more appropriate for a servlets list but possibly struts has a way of handling things that I'm unaware of. (Struts people seem to be the creme of the crop also so I value your suggestions:) I'm sure this topic has come up before but

RE: .JSP / .ASP Integration

2002-06-07 Thread Pruthee, Ranjan
Jerry, I don't think you are screwed albeit to say that I will be complex. I myself has done lot of development using ASPs and fully understand what you want to do. Here are couple of things u can do - 1. U are right that u can use web services to talk to ur ASPs. But what part of Web

Re: .JSP / .ASP Integration

2002-06-07 Thread Jimenez Daniel
Good luck! Your only solution is passing XML data. ALL ASP and JSP process on the server side in their own instances which are oblivious to each other. Thus session information cannot be shared. Dan [EMAIL PROTECTED] 6/7/02 8:17:23 AM Hi All, This is WAY off topic, but seeing that

RE: 2 forms on a single JSP

2002-06-07 Thread Tim Sawyer
Thats what I figured. Unfortunately I have some generic code for one of the forms (it does a paged view of the data, 30 rows, 5 rows per page) so the form on this page will have to be a subclass of the generic one. Thanks, Tim. Jerome Jacobsen [EMAIL PROTECTED] wrote : I believe your

RE: .JSP / .ASP Integration

2002-06-07 Thread Galbreath, Mark
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941 Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:17 AM Hi All, This is WAY off topic, but seeing that there are a couple of ex-ASPer's on the mailing list, I thought I'd

RE: [struts-atlanta] populating Collections one time?

2002-06-07 Thread Robert Taylor
Rick, As for where to put them, I would place them in the ServletContext scope. As for how to manage them, you might consider having some sort of cache manager which periodically refreshes the cache. As for population, you could either use a lazy loading strategy or just initialize all static

Re: Struts Generator

2002-06-07 Thread @Basebeans.com
Subject: Re: Struts Generator From: Matt Raible [EMAIL PROTECTED] === Roel, I got it to work with velocity 1.2. This looks like a great tool, and easily configurable with the templates. I'd love to use it, but my current project is mostly done from the class creation perspective. I've been

Re: Struts Generator

2002-06-07 Thread @Basebeans.com
Subject: Re: Struts Generator From: Matt Raible [EMAIL PROTECTED] === Change the path to the velocity jar in run.bat. alt.cybercafes [EMAIL PROTECTED] wrote in message news:ado1ut$943$[EMAIL PROTECTED]... Interested in using your Struts Generator but I keep getting the following error

RE: .JSP / .ASP Integration

2002-06-07 Thread Jerry Jalenak
Thanks to everyone (so far) for the comments. As it was early and I was suffering from a lack of coffee, I neglected to mention a couple of *vital* points: 1. My Java web environment is based on Linux, with Apache and Tomcat, not IIS. 2. Due to #1, the .ASP app's are on

Re: 2 forms on a single JSP

2002-06-07 Thread Tim Sawyer
To be honest, I can't remember. It was a while ago now, and I used the workaround. Now I'm on a more complex page and it would be neater to have two forms, so I was thinking before leaping in. The error was something like a Struts tag looking for a bean and not being able to find it. Which

RE: .JSP / .ASP Integration

2002-06-07 Thread Jimenez Daniel
Don't you mean this site. http://msdn.microsoft.com/visualj/jump/default.asp [EMAIL PROTECTED] 6/7/02 9:05:50 AM http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941 Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:17

Tomcat Performance: Interesting Weblog

2002-06-07 Thread @Basebeans.com
Subject: Tomcat Performance: Interesting Weblog From: Matt Raible [EMAIL PROTECTED] === A friend sent me this today: http://radio.weblogs.com/0107789/stories/2002/05/28/isTomcatCrap.html I know it's not much of an issue for projects that want to stick with open source tools. Bad News - Orion

RE: Java Website ISP

2002-06-07 Thread Robert Taylor
Mark, we use www.cqhost.com. Packages start at @ $150.00/yr. We've had them for about a year and I don't have any real complaints. robert -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:26 AM To: Struts (E-mail); Servlets (E-mail);

RE: Java Website ISP

2002-06-07 Thread Chappell, Simon P
Try contacting Rick Ross at the Javalobby. He is very good about replying to requests for help/advice. I think that http://www.javalobby.org/ and http://www.javaworld.com/ have lists of JSP/servlet supporting ISPs, but I could be wrong. Simon

RE: Java Website ISP

2002-06-07 Thread James Ward
Hi Mark. WantJAVA supports Tomcat 4 now! For $75 / month you will get your own JVM and a mySQL account. But, what I think is even better is that the wantJAVA guys know what they are doing. They have been doing Server Side Java hosting for 3 years (Originally on JavaWebServer). And since they

RE: Java Website ISP

2002-06-07 Thread Brad Rhoads
FWIW - High end providers, at least in the windoz world, get that every month. So $350 for a year sounds pretty good to me. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:26 AM To: Struts (E-mail); Servlets (E-mail); J2ee (E-mail)

RE: .JSP / .ASP Integration

2002-06-07 Thread Brad Rhoads
Well he could use a database to save the session info. -Original Message- From: Jimenez Daniel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:03 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: .JSP / .ASP Integration Good luck! Your only solution is passing XML

SqlTimeConverter usage

2002-06-07 Thread Chen, Dean (Zhun)
Anyone have succesfully used SqlTimeConverter? I'm having trouble using it. The API didn't seem up-to-date, so I looked at the source. I tried, SqlTimeConverter stc = new SqlTimeConverter(null); fromDate = stc.convert(java.sql.Time.class, fromDate); But that doesn't work, I get incompatible

Re: 2 forms on a single JSP

2002-06-07 Thread mtstruts
I guess if the app couldn't find the form bean I would look at my struts-config.xml first to be sure that I had set up the action right. You might need to put the bean scope at the session level (not always desirable, I know). Tim Sawyer [EMAIL PROTECTED] wrote: To be honest, I can't

anyone using struts with jboss?

2002-06-07 Thread Vincent Stoessel
Hello, I am considering using tomcat/struts in combination with jboss for my j2ee development platform. Anyone here using struts with Jboss, any issues? Thanks -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Java Website ISP

2002-06-07 Thread Dan Trevino
I've been really happy with AOIndustries (http://www.aoindustries.com). Here is an excerpt from an email sent out to their customers on May 23: excerpt For some, we have even better news: we have our first Tomcat 4 hosting client up and running, and the automation scripts are now

RE: anyone using struts with jboss?

2002-06-07 Thread Supriya Saha
I am using struts with JBoss. Supriy0 -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: anyone using struts with jboss? Hello, I am considering using tomcat/struts in combination with jboss for my

RE: [Struts Tips] #2 - Template Method Dispatch Action?

2002-06-07 Thread Molitor, Stephen
That was my understanding of Ted's emails. Ted, is this correct? This approach would seem to have the usual advantages and disadvantages of the Command pattern. With the command pattern, you turn what would be individual methods of one class into separte command classes. Since the commands

RE: anyone using struts with jboss?

2002-06-07 Thread Andrew Hill
I will be soon, but still running tc standalone for now. I did have it (my p-tier using struts) connecting with a jboss on another machine but Im not sure of the implementation details as someone else wrote it. I believe jboss can be downloaded with tomcat integrated. Thats probably your best

forawrd parameters

2002-06-07 Thread Philip DiFalco
In a form I have, if a user enters incorrect info, an error is displayed to the form - BUT, all info that had been entered is cleared, and the user has to re-enter this information again. Is there some way to declare my action path so that the entered information is retained? Below is my entry

RE: Java Website ISP

2002-06-07 Thread Andrew Hill
Hehe. If there are only 70 in the states, then theres probably only another 7 out here in the rest of the world. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 22:26 To: Struts (E-mail); Servlets (E-mail); J2ee (E-mail) Subject: Java

Re: anyone using struts with jboss?

2002-06-07 Thread Chris Hansen
Vincent - We are using Struts 1.0.2 with JBoss 2.4.4+Tomcat 4.0.1 without any problems. Since Struts is compliant with Servet API 2.2 or later, you shouldn't have a problem with any web container that complies with the Servlet spec. In other words, if you would prefer to use JBoss+Jetty, that

Struts-compatible JSP Tidy?

2002-06-07 Thread Chris Hansen
Does anyone know of a program that tidies (i.e. pretty-prints, beautifies) JSPs and, in particular, JSPs with Struts tags? HTML Tidy seems to be the favorite for HTML, but it does not deal with JSPs. It also generates errors for the Struts tags. I also tried several IDEs, but neither IDEA,

RE: anyone using struts with jboss?

2002-06-07 Thread James Ward
Vincent, I wanted to wait until we had a release (coming soon). But this sets me up perfectly. www.cayambe.org is a J2EE E-Commerce application that uses Struts and the Core J2EE patterns. The architecture is wonderful and the implementation of Struts makes it so sweet!!! We are using

RE: Java Website ISP

2002-06-07 Thread Galbreath, Mark
Thanks, Robert! I checked out about a dozen and CQHOST was by far the best deal - JSP 1.2 + Servlet 2.3 w/ EJB 1.1 via Resin and 750MB disk space for only $340/year. I just finished signing up. Mark -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, June

RE: How the Action Controller works

2002-06-07 Thread Trieu, Danny
-Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 12:30 AM To: Struts Users Mailing List Subject: Re: How the Action Controller works have just started using struts, i might be wrong. Since no one has answered yet, let me

Re: Struts Forms, ConvertUtils and Validation - need design advice

2002-06-07 Thread Peter Onthrops
Thanks for the reply. Using this strategy, how would you display any incorrect input to the user if the getDisplay() method is getting the current value of the data transfer object and the setDisplay(String s) method is filtering bad input? This is the issue I'm trying to solve. The only

PropertyUtils.describe and DynaBeans

2002-06-07 Thread Sharma, Sanjay (LNG)
I would like to use the describe method to populate a hash map from a Dyna bean. This method uses getPropertyDescriptors which javadoc release notes state don't work with DynaBeans. What is the time frame (if any) for making getPropertyDescriptor methods work with DynaBeans. Thanks, Sanjay

Re: forawrd parameters

2002-06-07 Thread Roy Truelove
Try setting the scope in your XML to session instead of request. That way it will still be available when the person goes back to your form page. Take it easy, Roy - Original Message - From: Philip DiFalco [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 07, 2002 10:55 AM

HypersonicSQL

2002-06-07 Thread Chris Cairns
Has anyone used HypersonicSQL? If so, does it present any security issues compared to other databases? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts Forms, ConvertUtils and Validation - need design advice

2002-06-07 Thread Ted Husted
The value object coming down from the model really shouldn't exist on the ActionForm. There are superficial similarites, but the roles of the objects is really very different. The value object can be used to populate the ActionForm. The ActionForm then has its own lifecycle where data is input

Re: 2 forms on a single JSP

2002-06-07 Thread Tim Sawyer
I actually cut out the forms individually, and tested the page with just one form on (each form in turn). They both worked fine alone, just not at the same time! I've worked around again this time. Tim. [EMAIL PROTECTED] wrote : I guess if the app couldn't find the form bean I would look

Re: SqlTimeConverter usage

2002-06-07 Thread Craig R. McClanahan
On Fri, 7 Jun 2002, Chen, Dean (Zhun) wrote: Date: Fri, 7 Jun 2002 10:52:48 -0400 From: Chen, Dean (Zhun) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: SqlTimeConverter usage Anyone have succesfully

Re: Java Website ISP

2002-06-07 Thread dhay
Can't resist - STFA!!! This was discussed a while back! I'm using Eryxma.com, which has provided great support, and claim to support jsp/servlets, though I haven't gotten around to use them for that yet. They are incredibly cheap, so are worth a look at least. http://www.eryxma.com/ and

Re: PropertyUtils.describe and DynaBeans

2002-06-07 Thread Craig R. McClanahan
On Fri, 7 Jun 2002, Sharma, Sanjay (LNG) wrote: Date: Fri, 7 Jun 2002 11:51:27 -0400 From: Sharma, Sanjay (LNG) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: PropertyUtils.describe and DynaBeans I would

Re: Struts-compatible JSP Tidy?

2002-06-07 Thread Rick Reumann
On Friday, June 7, 2002, 11:15:14 AM, Chris wrote: CH Does anyone know of a program that tidies (i.e. pretty-prints, CH beautifies) JSPs and, in particular, JSPs with Struts tags? About a year ago I was using JRun studio occasionally ( I didn't like it ) and it was supposed to have an

RE: WebSphere Studio Application Developer and Struts

2002-06-07 Thread Olikkadavath, Bobby
We started on a project by initially trying to use WSAD 4.0 Trial with STRUTS. We got into a lot of issues..Then we tried to download the patch..but the patch does not work for a trial edition (I think ie the reason because the patch we could not install). Anyways we downloaded the WebSpehre4.03

Re: Struts Generator

2002-06-07 Thread @Basebeans.com
Subject: Re: Struts Generator From: Matt Raible [EMAIL PROTECTED] === I'm also using the Mapper framework from andrejconsulting (see resources for link) in my BusinessDelegate classes. This makes it real simple to map form values to VO's: FormToVOPropertyMapper.map(form, vo); The only issues

RE: Java Website ISP

2002-06-07 Thread Galbreath, Mark
I did better than STFA - I STFW, contacted the individual companies, got service levels and pricing and then wanted feedback from list users regarding satisfaction and reliability - two things absence from a S of TFA. :-)~ My mind is just not into this today...need beer. Mark -Original

RE: Having a preselected option in dropdown. Multiple default selections?

2002-06-07 Thread Rodger Cooley
Is it possible for multiple default selections? BTW, I didn't see the selectedItem in the struts 1.1 html tld... where'd you find it? -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 12:24 PM To: 'Struts Users Mailing List' Subject: RE:

Re: WebSphere Studio Application Developer and Struts

2002-06-07 Thread Mark Nichols
We are developing with WebSphere Studio Application Developer Trial Edition (WSADTE?) and Struts 1.0.2 with no difficulties. What kind of problems are you having? /mark - Original Message - From: Olikkadavath, Bobby [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED]

RE: Having a preselected option in dropdown. Multiple default selections?

2002-06-07 Thread Sri Sankaran
Make the property of your html:select a collection with the appropriate getter and setter. All this is covered in the struts-exercise-taglib app that comes with the Struts distribution. Sri P.S. selectedItem just the name of is a form bean property. -Original Message- From: Rodger

Validating forms with the validator

2002-06-07 Thread William W
Hi All, I'm trying to use the Struts Validator (http://home.earthlink.net/~dwinterfeldt/overview.html), but there are no examples with Struts 1.1 b1. Somebody have some example (.war) ? Thanks ! William. _ Get your FREE download

Re: Java Website ISP

2002-06-07 Thread Bharat Nagwani
Host at home and install the latest/greatest with whatever db you want. Thats my preference. I have seen most of the ISP supporting older versions and expensive. If you have dynamic ip check out easydns.com or search google for dynamic ip hosting At 10:25 AM 6/7/2002 -0400, you wrote: I fired

RE: Java Website ISP

2002-06-07 Thread Jeremy Prellwitz
If you've got any friends interested in this to share the cost, you can co-locate your own server for $50 CAD/month. What's that about $30 US? Divide that among say 4 guys using the machine...and do what ever you want. But..you'll have to dish out for a 1U server. There's a couple

RE: Validating forms with the validator

2002-06-07 Thread Robert Taylor
I downloaded and ran the struts-validator.war example that comes with Struts1.1b1. I had two issues: I had to remove the extra password definition in the struts-html.tld and I had to add the jakarta-regexp-1.2.jar to the WEB-INF/lib directory. After that, it worked fine. robert

Request attributes and frame sets.

2002-06-07 Thread Paap, Keith
I have a problem with request attributes when used with a frameset. The design of the application I'm working with requires frames. I'm not a fan of framesets but am trying to overcome some of the limitations... Many of the actions are actually targeted to _top to allow bookmarking, etc. The

RE: Validating forms with the validator

2002-06-07 Thread Thomas, Gigen
Has anyone tried using the validator with nested tags ? -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:28 AM To: Struts Users Mailing List Subject: RE: Validating forms with the validator I downloaded and ran the struts-validator.war

seeking help with tip#2

2002-06-07 Thread Dan McGowan
Struts folks, Can someone clarify the implementation of tip #2 for me? Before I had SomeAction class with a perform method that interrogated form variables to decide a path of execution...ie( if (action.equalsIgnoreCase(test))). The perform method returns an ActionForward type (return

Re: [Struts Tips] #2 - Template Method Dispatch Action?

2002-06-07 Thread Ted Husted
Yes. With the help of decent framework Action and a standard result object, it's not hard to take the command pattern one step farther. This can get all the business tier code out of the Actions. Actions are a great and necessary class, but they are hard to reuse, even within the same

Multi-part form

2002-06-07 Thread Ariana Mihailescu
Does anybody has a sample code of how to implement the multi-part forms in Struts? Thanks, Ariana -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: JATO

2002-06-07 Thread Dan Cancro
I think that's a different JATO (http://www.krumel.com/jato/). JATO the app framework (a.k.a. iPLanet Application Framework) is here: http://developer.iplanet.com/tech/appserver/framework/index.jsp -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: HypersonicSQL

2002-06-07 Thread Chappell, Simon P
Yes. Don't know. (I went to the Mark school of message responding! ;-) -Original Message- From: Chris Cairns [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: HypersonicSQL Has anyone used HypersonicSQL? If so, does it present any

  1   2   >