struts with resin exception

2001-12-06 Thread a b
Hi, I'm trying to get resin to work with an existing struts application and I'm getting the following exception, it works fine with tomcat 4.0. Any help would be appreciated 500 Servlet Exception javax.servlet.jsp.JspException: /careersite-admin/apps/employer/register/confirm/content.jsp:5:

RE: Best Struts Web Server

2001-12-07 Thread a b
jetty is better than resin? --- Robert J. Sanford, Jr. [EMAIL PROTECTED] wrote: http://jetty.mortbay.com http://www.jboss.org (jboss + jetty) rjsjr -Original Message- From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:27 AM To: Struts

RE: Best Struts Web Server

2001-12-07 Thread a b
I thought tomcat sucks --- Thomas Zettelmayr [EMAIL PROTECTED] wrote: Still the best one is Tomcat 3.2.3 on OpenVMS. This is, and will be, the only real environment for high-end applications. -Original Message- From: a b [mailto:[EMAIL PROTECTED]] Sent: Freitag, 07

Re: How about a Conference on Struts?

2001-12-10 Thread a b
is it free? --- SUPRIYA MISRA [EMAIL PROTECTED] wrote: I just came back from JA-SIG conference at Destin, Florida and would strongly recommend that we have a similar conference on Struts in some nice place. Normally Company's/Universiities would sponsor their candidates and we get a

Passing request to a common action class from multiple forms

2001-05-11 Thread B Manikandan
Hi, I have a common Action class,which will receive request from multiple forms. This action class will then forward request to a common jsp and on selection of a value from this jsp,the value has to be set in the input form(which called the common action class). Then,request has to be

Re: Passing request to a common action class from multiple forms

2001-05-11 Thread B Manikandan
everybody is trying to run away from it. cheers, Amar.. -Original Message- From: B Manikandan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 9:25 AM To: struts Subject: Passing request to a common action class from multiple forms Hi, I have a common Action class,which

Re: Iterate and Radio tags

2001-05-17 Thread B Manikandan
; // setters and getters private ArrayList indexedValue = null ; } -Original Message- From: B Manikandan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: Iterate and Radio tags Importance: High Hi, I have posted

struts example application query

2001-05-24 Thread B Manikandan
Hi, In the example implementation, what is the reason for having Subscription and SubscriptionForm. They are essentially the same. Is this out of a cleaner design approach ?? Mani

Error deploying struts in a war file

2001-07-16 Thread B Manikandan
Hi, My application which uses struts and EJB was working when the application was in their directories.] Now as part of deployment we made EJB jar's and a WAR file having struts.jar. But the application gives an exception saying that ActionServlet class was not found. What are the steps to

Getting value of Button

2001-07-26 Thread B Manikandan
Hi, There was a post about getting the value of the button that was clicked. In my jsp I have html:cancel and it works fine.But if I replace it with a button having the same name as html:cancel and submit the form, Iam not getting the button name in my Action class. Is there a way to get

Re: ActionServlet.processInclude()-Error

2001-07-30 Thread B Manikandan
Further to this mail,I tried using the syntax as suggested ,but I get a page not found error. My web.xml entry is ... !-- Report Servlet -- servlet servlet-nameDisplayReportsServlet/servlet-name servlet-classcom.mizuho.rdw.reports.DisplayReportsServlet/servlet-class /servlet

Retrieving values from a Collection in JSP using tags

2001-08-07 Thread B Manikandan
Hi, I want to retrieve values from a Hashtable present in a Form as an attribute.Is it possible using any struts tags. I have the key available. Mani The Information contained and transmitted by this E-MAIL is proprietary to Wipro Limited and is intended for use only by the individual or

Enabling/Disabling of form fields on page load

2001-08-09 Thread B Manikandan
Hi, I have a requirement where I need to enable/disable form fields on page load up.The enabling/disabling depends on user access and I have the access rights as on object in context. How do I use this object ? I do not want to resort to logic:equal as my code will become big. Mani

ActionErrors going out of request scope

2001-08-14 Thread B Manikandan
Hi, I have a frame based implementation. frame 2 frame 1 frame 3 All actions are invoked from frame 1.In frame 2 and 3 ,I have html:errors. Now in case of error, Iam populating ActionErrors and also calling saveErrors.But Iam displaying the

indexed option does not work with html:checkbox

2002-06-12 Thread $BBW@,(B
Hello this is dz I'm using the html:checkbox tag in an iterate tag. I am trying to set the indexed property but I get the following exception javax.servlet.jsp.JspException: index at

RE: File upload Maximum limit

2002-07-18 Thread $BDD!!>A(B
hi, this is Andy. i received below when i uploaded a file that size crosses 1MB: WebGroup X Servlet Error: IOException while reading file element: Premature end of stream while reading multipart request: java.io.IOException: Premature end of stream while reading multipart request at

Urgent : Any Example which will show htlm:select html:option tag

2001-08-27 Thread yogesh b
Hi All, Any one can send the simple example which will eloborate me how to use struts htlm:select html:option with form and jsp.It's very urgent. Thanks in Advance. regards Yogesh Borse

Re: Urgent : Any Example which will show htlm:select html:option tag

2001-08-27 Thread yogesh b
.9773 972.849.0373 Mobile[EMAIL PROTECTED] -Original Message-From: yogesh b [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 1:30 PMTo: [EMAIL PROTECTED]Subject: Urgent : Any Example which will show htlm:select html:option tag Hi All, Any one can send t

Urgent - Displaying multiple JSP's for a single action without a frame

2001-12-11 Thread B Manikandan
Hi, In my application,the JSP has lot of fields.And when I try to execute the JSP,I get the following error. = java.lang.VerifyError: (class: jsp_servlet/_jsp/_groupsNew, method: _jspService signature: (Ljavax/servlet/http/HttpServ

getting multipart requests

2003-06-12 Thread Daniel B
I've been scratching my head over how to get multipart data across the wire, and I was wondering if I could get a little help. Given the following in my .jsp: html:form action=/FileUploadSubmit enctype=multipart/form-data method=POST html:file property=file/ html:submit/ /html:form (the

RE: getting multipart requests

2003-06-12 Thread Daniel B
Thank you! This was precisely what I needed. -Original Message- From: Dan Eklund [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 2:24 PM To: Struts Users Mailing List Subject: Re: getting multipart requests I just went through this myself... I don't know anything about

RE: can't find bean using logic:iterator

2003-06-12 Thread Daniel B
first of all, your loop should probably look like this: ArrayList newArrayList = new ArrayList(); ResultSet res = this.getResultSet(); while (res.next()) { Book conn = new Book(); conn.setEnglishISBN(res.getString(isbn)); conn.setEnglishAUTHOR(res.getString(author));

few questions from new struts user

2003-06-17 Thread Adwait B
Hi All, I've few things to ask that i couldnt find in archive.. 1.I'm in design phase of a project that is supposed to use struts.We will be recieving plain HTML forms(GUI) from our frontend designer and then we'll be converting that in struts jsp(jsp with struts tags) During demo we found

Multiple pages with struts

2001-04-20 Thread B Manikandan
Hi, I have the following requirements. 1.System can have multiple instances (through the new window feature of javascript) of the same browser and the session associated with each instance has to be treated as different sessions. 2.System has multiple pages, similar to shopping cart

Hierarchical menus

2001-04-24 Thread B Manikandan
Can DHTML Lab's Hierarchical menu be implemented using Struts ? Mani

Re: Action mappings and request parameters

2002-03-03 Thread yogesh b
Hi, You can try this in your action class to forward with request param. ActionForward forward = mapping.findForward(errNoCurrentObject); StringBuffer buffer = new StringBuffer(forward.getPath()); buffer.append(?type=internalreason=errNoCurrentObject)

iPlanet-struts

2002-03-09 Thread yogesh b
I have been trying to migrate a struts web app from Tomcat 3.2 to iPlanet WS 6.0. I am new to iPlanet. The deployment looks to be smooth but I get an error while loading the application which says that Cannot resolve external entity for the struts DTD, while initializing ActionServlet. Please

multipart request error. Problem forwarding to 2nd Action.

2002-03-11 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi I am having some difficulties with a multipart request. The sequence of actions I have is 1. Using an Action(Action1) I populate some beans and display a page. This page has the multipart/form-data form on it... html:form action=/testUpload focus=theFile

Will Struts 1.1 be backward compatible with 1.0.x?

2002-03-18 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi Will Struts 1.1 be backward compatible with 1.0.x? Will I just be able to replace the struts.jar file in my project(Which is currently built around 1.0.x) with the new 1.1 version when it is released? Cheers Tony _ Do You

Problem with logic:equal and logic:notEqual tags both evaluating to true

2002-03-22 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi I have the following code logic:iterate id=schTag name=scheduleBean property=currentMonth logic:equal name=schTag property=status value=true/ H1I am logic:equal/H1 /logic:equal logic:notEqual name=schTag property=status value=true/ H1I am logic:notEqual/H1

Re: How to use one image as submit button?

2002-03-26 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
See also my Struts Tip #1 on the MVC Programmers newsgroup. news://news.basebeans.com Hi, I just tried the news.basebeans.com news server but didn't get any groups listed. Is this a public news server? _ Do You Yahoo!? Get your

Can Dreamweaver and Struts work together

2002-03-26 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi Has anyone successfully got Dreamweaver and Struts to cooperate together. I want to be able to edit my jsp files(with struts tags) in Dreamweaver 4 UltraDeveloper. Cheers Tony _ Do You Yahoo!? Get your free @yahoo.com address at

Re: Placing JSP in subdirectory - how?

2002-03-26 Thread yogesh b
Check your struts-config.xml for tags input=/jsp/Logon.jsp forward name=success path=/jsp/Success.jsp / Hope this will work. Yogesh - Original Message - From: Mark Glass [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 2:32 AM Subject:

Re: Long Live Poolman

2002-03-28 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
I should comment that when we used poolman with Weblogic running against MySQL at my last job, we suffered performance problems that were fixed by using the Weblogic pool manager. Is Poolman a lot faster than the inbuilt db pool manager in Struts. What are the advantages of Poolman over

Re: how to get items defined in properties file

2002-04-01 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
And where do you have these values, in ApplicationResources.properties ? On Mon, 1 Apr 2002 21:43:48 -0500 James Mitchell [EMAIL PROTECTED] wrote: Not sure what happened when I submitted this but here it is again: The quickest way (within a valid struts Action class) is this: //within

Re: Struts Basic/Pooling DataSource Vs Poolman

2002-04-02 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
How is Poolman better than the database connection manager included with struts? Speed? Reliablity? On Tue, 2 Apr 2002 08:29:07 -0500 hemant [EMAIL PROTECTED] wrote: Yes, but Iam sure it will be back. It is too good to be shelved. The current version (v2.1) works fine for me.

Re: JSP optimiser that works with Struts

2002-04-02 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Chuck Cavaness [EMAIL PROTECTED] wrote: Not sure if I'm the first, but I have to ask (in a polite voice) why? size _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail:

Re: ApplicationResources searchs

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi guys, just a question about ApplicationResources file. Is there any chance to speed up key searchs in resource files by alphabetically ordering of the keys within the file. Could be helpful for long keyed files. Any other way to improve performance in fetching the right value for a

Re: Forward from one webapp to another

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi all, I'm looking for a way to forward control from one webapp to another with passing some parameters. I am not sure if you can have data sharing between different webapps managed by the servlet container, that is for someone else to answer. But you could have webappA store some

Re: Re[2]: ApplicationResources searchs

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Its a design question - where do you want to speed up things. I think a little extra time starting up the application is OK. When the application I have starts up it loads lots of reasonabally static information from a database into beans. It may take a little longer for the application to

Problem with logic:equal tag

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
I have some code in a jsp page logic:equal name=pageBean property=picExists value=false/ logic:equal tag returned true /logic:equal logic:notEqual name=pageBean property=picExists value=false/ logic:notEqual tag returned true /logic:notEqual When I access this page, I get the following

Re: Problem with logic:equal tag

2002-04-03 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Found it!!! I have a / at the end of logic:equal name=pageBean property=picExists value=false/ I have some code in a jsp page logic:equal name=pageBean property=picExists value=false/ logic:equal tag returned true /logic:equal logic:notEqual name=pageBean property=picExists

Help needed on Design

2002-04-17 Thread B Manikandan
Hi.. I have to design an application with the following layout. | HEADER MENU |--- |TABS 1)The header is common for a menu and all the tabs in that menu. 2)When a particular tab is selected and some input has been given in the

Re: Error in tag library at: 'html': cannot find tag class:

2002-05-21 Thread Sujatha B
Hi Adam, If u r looking at the date in the error message, I'm sorry... I adjusted the System Date according to Weblogic License. I'm getting the error now... Could u help me... Thanks, Sujatha On Tue, 21 May 2002 08:31:51 +0200 Adam Hardy [EMAIL PROTECTED] wrote: When do you get

Re: Error in tag library at: 'html': cannot find tag class:

2002-05-23 Thread Sujatha B
2002 21:06:26 +0200 Adam Hardy [EMAIL PROTECTED] wrote: I wasn´t - I mean, at what point in program execution do you get the error? :-) Sujatha B wrote: Hi Adam, If u r looking at the date in the error message, I'm sorry... I adjusted the System Date according to Weblogic License. I'm

table dispaly

2003-07-14 Thread Adwait B
Hi, I have a table like screen : Column A Column B Column C ... (Check Box) (lable) (lable) The only editable field is checkbox that is used for deleting rows in the table.One can imagine typical mail inteface(yahoo/hotmail) How I can achieve this?I'm confused about displaying as well

Re: Struts and Jetspeed

2003-07-31 Thread Steve B.
a layout and login, I agree with previous posts that you may be mis-matching frameworks; but, if you are trying to aggregate a struts service with other content providers, struts in a portlet is a worthy goal. Steve B. - Original Message - From: Mainguy, Mike [EMAIL PROTECTED] To: 'Struts Users

Runtime dynamic form/jsp from XML

2002-11-21 Thread Andrew B Forman
to this? (especially someone who's code i could have =) any suggestions on better design/methedology? much thanks, andrew _\|/_ andrew b forman aim ph0rman _\|/___ generation-d development andrew b forman aim ph0rman v820-2422

RE: Problem with LookupDispatchAction and pressing ENTER in a text

2002-11-21 Thread Andrew B Forman
sounds like you only have one input of type text on your form. believe it or not, this is actually a feature =) http://ppewww.ph.gla.ac.uk/%7Eflavell/www/formquestion.html what you'll want to do is either inhibit the enter press or put a hidden inside the form that duplicates the default method.

RE: bean:define for value in properties file

2002-12-02 Thread Andrew B Forman
bean:message key=page.title / http://jakarta.apache.org/struts/api/org/apache/struts/taglib/bean/MessageTa g.html a -Original Message- From: Michael Lee [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 3:52 PM To: Struts Users Mailing List Subject: bean:define for value in

running struts-validator with tomcat3.2.1

2002-07-12 Thread B S V PRASAD
Hai, could any body tell how to run the struts-validation sample program with tomcat3.2.1 when i am running i am getting the following exception.i have placed all the required jars in the tomcat lib. javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser

Va Java and Struts

2001-08-22 Thread MARYANNE B. SMITH
I was trying to run the sample app from the article Making Struts work in the VisualAge for Java 3.5.3 WebSphere Test Environment in the Va Java 3.5.3 Test Environment. I installed the binary distribution file (Struts 1.0b)so I do not have the source to fix or change. This is the error I get

WL5.1(sp8) Web Application 2.2 dtd

2001-09-10 Thread Dinesh K B
I'm getting this error while running my struts application (deployed as a WAR) in Weblogic 5.1(sp 8). [ServletEntityResolver] : Could not resolve entity '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'. Check your dtd reference. Mon Sep 10 20:22:35 GMT+05:30 2001:E HTTP Error reading

java.lang.NoClassDefFoundError -- new guy question

2001-10-03 Thread Jay . B . Febbo
Hi All - I have struts.jar in app/WEB-INF/lib and I am receiving a runtime error. Struts.jar is not in my classpath. My example app works so I'm not sure where to look.. Thanks. javax.servlet.ServletException: org/apache/struts/action/ActionForm at

Dispatch Action Conundrum

2001-12-17 Thread Andrew B Forman
'wcom.gend.iasa.ipcom.action.EnterpriseDispatchAction' any ideas? Andrew _\|/___ generation-d development andrew b forman aim: ph0rman setup - I've set an entry in my struts-config. For now only the location action is set up: actionpath=/enterpriseDispatch type

DispatchAction Cry for Help

2001-12-18 Thread Andrew B Forman
. Much thanks, Andrew previous post: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg19734.html _\|/___ generation-d development andrew b forman aim: ph0rman -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: 404 error when placing JSPs beneath WEB-INF

2001-12-18 Thread Andrew B Forman
for putting jsps in WEB-INF and it's been working well so far. the only downside i've seen is that jBuilder5's webapp format isn't open-minded to jsps being under WEB-INF. (if anyone knows a work-around please share! =) _\|/___ generation-d development andrew b forman

RE: two submit buttons

2002-01-10 Thread Andrew B Forman
Hi Mur, there are two possible diagnosies i see: one: Internet Explorer automatically selects the first submit when the user hits enter (Netscape doesn't). Mostly likely what you would want to do is intercept the enter key. (

Populate options with integers

2003-03-31 Thread Dhruva B. Reddy
to do this? I can't seem to find anything in the documentation or on Google. Thanks, Dhruva -- Dhruva B. Reddy ResortQuest International, Inc. phone: +1 303 604 4893 aim:dhruvarqi - To unsubscribe, e-mail: [EMAIL PROTECTED

Populate select options with Integers

2003-03-31 Thread Dhruva B. Reddy
Hi, I'm trying to populate a drop down list with integers. Basically, I want the following to be generated: select option value=11/option option value=22/option option value=33/option option value=44/option /select Is there an easy way to do this? I

RE: Populate select options with Integers

2003-03-31 Thread Dhruva B. Reddy
I'm not sure what you're referring to here. Is this another taglib? --- apachep2 [EMAIL PROTECTED] wrote: Have you looked at label-value? -Original Message- From: Dhruva B. Reddy [mailto:[EMAIL PROTECTED] Sent: March 31, 2003 3:00 PM To: Struts Users Mailing List Subject

Making Controllers Aware of Views' Structural Information

2003-06-15 Thread Vikram B Kumar
We have spent much thoughts on MVC, and very good J2EE web frameworks, Struts being the foremost, have been developed as a result. We have best practices and clean way of generating views. Yet, IMHO, the V part of MVC, especially managing views, has not been bestowed with the same amount of

getting field(property) names of loaded jsp page

2003-06-17 Thread Dinesh B sampangi
hi! all Can we get the property/Field names of the current jsp page with out introspecting the the form bean, coz the form bean may have more attributes than used in the current jsp page.. so how can i get the only fields used in the jsp page and also present in the form bean rgds, Dinesh.

RE: Struts with IBM VisualAge for Java

2001-03-12 Thread Magnus . B . Larsson
Apache Tomcat Test Environment 3.1 is avialable as a VAJ feature from IBM. http://www7.software.ibm.com/vad.nsf/ - Magnus -Original Message- From: Perez, Bill [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 7:15 PM To: '[EMAIL PROTECTED]' Subject: Struts with IBM VisualAge for

RE: Struts with IBM VisualAge for Java

2001-03-12 Thread Magnus . B . Larsson
No, WAS 3.5 supports Servlet API 2.2 with fixpack 2. - Magnus -Original Message- From: Perez, Bill [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 7:34 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts with IBM VisualAge for Java Well, I eventually have to deploy to WebSphere for

RE: Struts with IBM VisualAge for Java

2001-03-12 Thread Magnus . B . Larsson
yet. There is also an imminent fixpack for VisualAge Java's WebSphere Test Environment to bring it to servlet 2.2 and JSP 1.1, so that you don't have to use Tomcat instead. Is that an official fixpack from IBM? Because I cant find it at there site. - Magnus Bill Hines Hershey Foods

RE: Help using Struts Logic tags.

2002-01-15 Thread Andrew B Forman
. /session:equalsAttribute /session:existsAttribute _\|/___ generation-d development andrew b forman -Original Message- From: VEDRE, RANAPRATAP REDDY [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 9:48 AM To: '[EMAIL PROTECTED]' Subject: Help using Struts Logic

RE: session id appearing

2002-01-16 Thread Andrew B Forman
One option would be to create a frameset with a full screen frame as so: HTML HEADTITLEWebApp/TITLE/HEAD FRAMESET FRAME name=main src=/webapp/appEntry.do scrolling=auto frameborder=no /FRAMESET /HTML all the user will see in the address bar is http://server/webapp/appEntry.do and the page

RE: Has anyone seen this issue

2002-01-16 Thread Andrew B Forman
disabled elements are not submitted with the form as per the html spec (below) http://www.w3.org/TR/html4/interact/forms.html#h-17.12 ---begin--- 17.12.1 Disabled controls Attribute definitions disabled [CI] When set for a form control, this boolean attribute disables the control for user

RE: DTD validation

2002-01-24 Thread Andrew B Forman
/param-name param-valuefalse/param-value /init-param /servlet _\|/___ generation-d development andrew b forman -Original Message- From: Witt, Mike (OH35) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 8:38 AM To: Struts Users Mailing

RE: HREF issue

2002-01-24 Thread Andrew B Forman
?parent=trueaction=Edittype=%= newType %accNum=%= accField.value% target=CreateNew onclick=openWindow(); bean:message key=whatever.the.link.name.is/ /html:link _\|/___ generation-d development andrew b forman -Original Message- From: Sidhartha

Form beans and 1..* relationships

2002-01-25 Thread Jason B Menard
Hello, I am a newbie to Struts so please excuse me if this has already been previously discussed. I have a java bean that models a purchase request. For the sake of brevity we can call this the PR bean. One of the attributes of the PR bean is that it has one to many products, product being

Re: Form beans and 1..* relationships

2002-01-28 Thread Jason B Menard
example here... http://www.keyboardmonkey.com/StrutMonkey/MonkeyStruts_v2.jsp And to find out how it was all done, go here... http://www.keyboardmonkey.com/struts And don't worry about it's future, it's now a part of Struts, and in the nightly build. Arron. Jason B Menard wrote: Hello

Re: Process in a struts project

2002-01-29 Thread Jason B Menard
We have a different methodology that seems to work pretty well for us. Our process is almost reverse of yours, since we stress the software engineering and coding side of things and then worry about look-and-feel. Part of our engineering phase is to determine what our screens are, what a user

Re: dynamically generated form pages beans

2002-01-31 Thread Jason B Menard
Checkout http://www.keyboardmonkey.com/struts/index.html. This will do what you are talking about. Jason - Original Message - From: rob [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 11:07 AM Subject: dynamically generated form pages beans I'm trying to

Re: Poolman benefits? (was Re: Connection Pooling)

2002-02-01 Thread Jason B Menard
We are using Poolman with the Oracle thin client. It does not replace it, just sits on top of it. One of the benefits is that you can specify your various pools in an XML file. This makes any changes that might need to be made at a later date simple, and also ensures consistancy across the

RE: Relative URI usage in struts-template:template tags...

2002-02-01 Thread Andrew B Forman
to solve the problem of templates... template:insert page=/jsp/liteHeader.jsp flush=true /template:insert using page will put the context path in for you... then you have the problem with images/css/etc. link rel=stylesheet href=html:rewrite page=/style/local.css / charset=ISO-8859-1

Re: Poolman benefits? (was Re: Connection Pooling)

2002-02-04 Thread Jason B Menard
the older 2.0.4 version instead? -Mark Jason B Menard wrote: We are using Poolman with the Oracle thin client. It does not replace it, just sits on top of it. One of the benefits is that you can specify your various pools in an XML file. This makes any changes that might need to be made

Re: Forms question

2002-02-05 Thread Jason B Menard
The nested extension at http://www.keyboardmonkey.com/struts/index.html will solve your problem. - Original Message - From: Steve Earl [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 10:35 AM Subject: Forms question Sorry if this is

Re: Poolman Help?

2002-02-07 Thread Jason B Menard
Without examining your code it is hard to say exactly where the problem is, but basically it doesn't sounds like something is going on with your Connection object (reusing it when you shouldn't, goes out of scope, not closing it when you should, something along those lines). The reason it works

RE: Multi-language string resource strategy

2002-02-13 Thread Andrew B Forman
H, we're developing with the space-is-cheap and they'll-always-want-something-different mentality. As such, we have very few application-level strings and keep most at a page-scope. This way, when marketing wants one word changed it's a very small change to the resource bundle rather than

RE: Development Environment

2002-02-21 Thread Andrew B Forman
Jbuilder 5 (moving to 6 soon) Win2000 TextPad started with struts on VisualAge for Java - hated the Websphere junk - like Jbuilder much better for web work VAJ better for deep-down backend work (data-access beans, etc.) Andrew -Original Message- From: Dave Wellman [mailto:[EMAIL

Re: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Jason B Menard
Since you are just populating a field, JavaScript is an acceptable solution. It should go without saying that you are doing server-side form validation anyway so it shouldn't be a problem in this case. Remember server-side validation is a necessity. Client-side validation (ie JavaScript) should

RE: I18n for number formatting on Struts

2002-03-07 Thread Andrew B Forman
I do not know of any struts-specific i18n functionality that does what you are looking for. However, the baseline Java i18n does: http://java.sun.com/docs/books/tutorial/i18n/ andrew -Original Message- From: Eduardo André Mallmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07,

RE: What's a good practice to reuse formBeans with validation

2002-03-08 Thread Andrew B Forman
the way we work around this limitation is to make multiple form defines in the struts-config.xml form-bean name=someAddForm type=something.SomeForm / form-bean name=someEditForm type=something.SomeForm / form-bean name=someDeleteForm type=something.SomeForm / You can use the same form bean -

No action instance for path [/path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

(Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
container? JM -Original Message- From: Jason B Menard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:52 PM To: Struts Users Mailing List Subject: (Corrected) No action instance for path [.path] could be created This one is driving me crazy. I've already checked

RE: Internationalizing html taglib tag attributes

2002-04-16 Thread Andrew B Forman
html:submit property=whatever bean:message key=login.label / /html:submit -Original Message- From: Dante Briones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: Internationalizing html taglib tag attributes My mailer stripped the

RE: more relative path link headaches! (help)

2002-04-16 Thread Andrew B Forman
here is how i do it: link rel=stylesheet charset=ISO-8859-1 type=text/css href=html:rewrite page=/style/something.css / also works well for all your other include-type stuff (javascript, etc.) SCRIPT language=JavaScript src=html:rewrite page=/js/something.js //SCRIPT a -Original

RE: How to not print HTML on last iteration ?

2002-04-26 Thread Andrew B Forman
I usually print the first item by itself, then iterate starting at the second position with the comma prefixed. a -Original Message- From: Witbeck, Shane [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:30 AM To: [EMAIL PROTECTED] Subject: RE: How to not print HTML on last

RE: Auto-Replies

2002-05-10 Thread Andrew B Forman
Clearly not an African swallow as they are non-migratory. -Original Message- From: Russell Beattie [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:20 PM To: Struts Users Mailing List Subject: Re: Auto-Replies What do you mean? An African or European swallow? -Russ

sslext

2003-07-08 Thread Dhruva B. Reddy
I am using Struts 1.0 and Tomcat. I am trying to use sslext to submit a form securely. I just tried it with cookies disabled, and the URL does not get encoded. Here is a snippet... sslext:form action=formAction method=POST /sslext:form When I turn off security (i.e., set the secure

Formatting form validation errors differently within the same application

2003-07-10 Thread Dhruva B. Reddy
I have built an application with Struts 1.0, which has a couple of forms that require validation. Each of these forms requires different formatting for the error messages. I was going to do this by creating another resource file (in other words, have one resource file for each form that requires

Splash Screen in Struts

2003-07-15 Thread Dhruva B. Reddy
I have an Action that could potentially take a long time to execute, and would like to display a splash screen until the results of the action are ready. I went googling for this, but I can't seem to find a solution that would fit within the Struts framework. Has anyone done this before?

Re: html:select

2003-07-15 Thread Dhruva B. Reddy
Use the name attribute on html:select to refer to a bean which contains this property (as described by the property attribute). --- Sloan Seaman [EMAIL PROTECTED] wrote: If a user selects something from a html:select field and the next time the pages loads I want to get the value that they

Re: Splash Screen in Struts

2003-07-15 Thread Dhruva B. Reddy
expect the contents of splash.jsp to be displayed until the contents of long_results.jsp are ready for display. Yet the contents of input.jsp remain displayed until long_results.jsp is ready, just as before--I never see splash.jsp. Can anyone tell me why this didn't work? Thanks, Dhruva --- Dhruva B

Re: Splash Screen in Struts

2003-07-15 Thread Dhruva B. Reddy
to document.write(str); You have to populate the str variable first because each document.write causes the window to be cleared and then rewritten. Item #2 is somewhat optional, but I like it for clarity and I'm a little weird. Aaron Dhruva B. Reddy wrote: I have an Action that could

Re: Turning off jsessionid= in URL rewriting

2003-07-16 Thread Dhruva B. Reddy
I've been battling this myself (we're using IIS and Tomcat 4.1). We accept credit cards and enabling cookies was the only way we could get the session to survive the switch from HTTP to HTTPS and back. You have to enable cookies at the context level. You do this in server.xml. If you haven't

Re: Splash Screen in Struts

2003-07-16 Thread Dhruva B. Reddy
) then displays the splash screen until the results are ready. Thanks to those who responded to my original post. I wanted to try subclassing the ActionServlet as suggested, but I needed to get this and several other things done by the end of the week. Dhruva --- Dhruva B. Reddy [EMAIL PROTECTED] wrote: OK

  1   2   >