Re: illegal character with struts-validator.war

2003-10-22 Thread dutrieux
Hello See the screenShot of the generated source by action editJsType.do Best regards James Mitchell a écrit : Message What character do you consider to be invalid? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM

EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Todor Sergueev Petkov
I have to choose a testing framework for my webapp( written using Struts. I am currently reviewing documentation on CACTUS - especially StrutsTestCase and on the other hand HTTPUnit. Is that what people use to test medium size web-applications. Can someone with experience point out some advantag

RE: hi..

2003-10-22 Thread Navjot Singh
yes, if you can set the value first to some page/request scope variable? see in struts docs Navjot Singh -Original Message- From: Nisith Dash [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:01 PM To: Struts Users Mailing List Subject: hi.. Hi, is there

Re: application hangup without messages

2003-10-22 Thread Nino Garbin
Thank you very much for your detailled help. now, after approx. 5 days bug-searching, we found the problem. it was a connection leak:-( the controller, who handles the connections, generated new connections and didn`t automaticly delete it. so if you didn`t close them manually in the ActionClass,

design question

2003-10-22 Thread ajay brar
hi! i have the following scenario. server0 -> has a jsp page, that allows user to enter the goods they want etc, say foo.jsp server1->jsp payment page, say bar.jsp and action class CommAction on clicking done on foo.jsp, this should establish a connection with CommAction class on server1, perform

RE: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Benz Lim
There are two tools from mercury AstraLoadTest AstraQuickTest You can give it a test. Best Regards, Benz Lim -Original Message- From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:08 PM To: Struts Users Mailing List Subject: EVALUATION of TEST FRAME

Re: [Struts Workflow] Test application - why two actions for loop? [solved]

2003-10-22 Thread Axel Gross
Thanks Mathias! That makes everything clear. I think you should do that documentation update, it's so crucial to workflow security and at least I didn't get that point without asking :)) Dankeschön nochmals! Axel On 2003-10-21 at 09:21:08 +0200, Matthias Bauer wrote: > Axel, > > your suggestion

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
Hi Adam, please, could you help me more? I've checked TLD and didn't find anything wrong... :-( Where is the problem? Thanks Adam Hardy wrote: > On 10/21/2003 06:23 PM Honza Spurný wrote: >> Hi there, >> >> I'm novice in struts and TomCat and >> I have following problem: >> >> 1.) >> I have web

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 10:07 AM Honza Spurný wrote: Hi Adam, please, could you help me more? I've checked TLD and didn't find anything wrong... :-( Where is the problem? Thanks Adam Hardy wrote: On 10/21/2003 06:23 PM Honza Spurný wrote: --- Here is what i have in my MyApp/WEB-INF/web.xml ---

Returned mail: User unknown

2003-10-22 Thread Mail Delivery Subsystem
The original message was received at Wed, 22 Oct 2003 01:33:20 0800 - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to : >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown

Returned mail: User unknown

2003-10-22 Thread Mail Delivery Subsystem
The original message was received at Wed, 22 Oct 2003 01:33:21 0800 - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to : >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown

How to expand a record from MAP in jsp

2003-10-22 Thread Shakti Dalabehera
Hi , I need some help as how to expand my String array in in jsp For example Test Action Class: String username = regform.getUsername(); String voicemail= regform.getVoicemail() ; String details = regform.getDetails

Re: Help needed on Iterate Tag

2003-10-22 Thread David Molinier
Try this : -- David Molinier - PagesJaunes - DSI/DET/DCR 3 - 05.56.90.50.03 <*> - Original Message - From: "Thakur, Vikram" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 7:33 AM Subject: RE: Help needed on Iter

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
Hi, I've changed the order of elements... according to DTD file, but it didn't help. The same problem aswas described in first mail appears... Does anybody have any idea. Thanks. Honza S. -- My /MyApp/WEB-INF/web.xml looks like this now: -

RE: Help needed on Iterate Tag

2003-10-22 Thread Thakur, Vikram
Thanks everyone. There was no problem with the tag but I had not defined the <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> entry and that is why it was not working :( Thanks, Vikram -Original Message- From: David Molinier [mailto:[EMAIL PROTECTED] Sent: Wednesday, Octobe

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 10:42 AM Honza Spurný wrote: Hi, I've changed the order of elements... according to DTD file, but it didn't help. The same problem aswas described in first mail appears... Does anybody have any idea. Thanks. Honza S. -- My /MyApp/WEB-INF

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
Adam, this has seem to a serious fault, BUT, after I changed it, it still works as before. :( Honza Spurny Adam Hardy wrote: > On 10/22/2003 10:42 AM Honza Spurný wrote: >> Hi, >> >> I've changed the order of elements... according to DTD file, but it >> didn't help. The same problem aswas descr

collection

2003-10-22 Thread struts
Hi, I have a collection userInfo. how can i check if a collection item is true or false ? Something like logic:equal name=userInfo value=editable there is a field editable wich is true or false in this collection... any idea.. thx !

Struts and WLS 702

2003-10-22 Thread Dave Conway
Hi All, I'm deploying a struts application on Weblogic 702 thats running on HP UX 11i. The application appears to run fine then fall over after a limited period of stress testing (<100 requests). The Weblogic log does not record a bug, the app server simply hangs. Has anybody else experienec

Date form bean property

2003-10-22 Thread Honza Spurný
I have question about using Date object property in form bean. Is using other type than String or int possible? I want to have setter method which parses String to Date and a getter method which returns Date object. tom - To un

STRUTS TAGLIBS USAGE question

2003-10-22 Thread Todor Sergueev Petkov
I have the following in a jsp search page: field is an ActionForm and is a map. In this example "SourceArea" is hard coded as string. Is it possible to retrive this hard coded string from properties file? I tried something like : ')" rows="0" cols="0" styleClass="searchTextArea"/> but it

AW: STRUTS TAGLIBS USAGE question

2003-10-22 Thread Otto, Frank
Hello, Struts can't parse nested tags. You can code it so: Regards, Frank -Ursprungliche Nachricht- Von: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 22. Oktober 2003 11:39 An: Struts Users Mailing List Betreff: STRUTS TAGLIBS USAGE question I ha

Re: AW: STRUTS TAGLIBS USAGE question - SOLVED

2003-10-22 Thread Todor Sergueev Petkov
Thanks a lot, Todor Otto, Frank wrote: Hello, Struts can't parse nested tags. You can code it so: Regards, Frank -Ursprungliche Nachricht- Von: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 22. Oktober 2003 11:39 An: Struts Users Mailing List Betreff:

Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

2003-10-22 Thread lover birds
Hi folks, I am getting this error. "Cannot find bean org.apache.struts.taglib.html.BEAN in any scope" I am trying something as follows: content of List.jsp is New.jsp is absolutely blank: <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/s

Re: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Mick Wever
On Wed, 22 Oct 2003 09:07:46 +0200, Todor Sergueev Petkov wrote: > Is there any > other framework that you people use? Here's some instructions on how to setup XTest for your Java project. http://xtest.netbeans.org/XTest4Java.html XTest is an opensource automated testing framework used for te

RE: collection

2003-10-22 Thread Ramesh Kannery
. -Original Message- From: struts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:57 PM To: Struts Users Mailing List Subject: collection Hi, I have a collection userInfo. how can i check if a collection item is true or false ? Something like logic:equal name=userInf

How do i get a refernce to the exception thrown in my jsp page

2003-10-22 Thread teknokrat
I have defined a global exception handler which logs the exception and then foreards to my error page. In the error page I need to get a reference to the exception but there is no exception object. How do i get a reference to the exception thrown in the jsp page? thanks -

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 11:27 AM Honza Spurný wrote: this has seem to a serious fault, BUT, after I changed it, it still works as before. :( -- My /MyApp/WEB-INF/web.xml looks like this now: -- Application action o

Re: Java Compiler Cannot Find the Required JAR File in the Classpath

2003-10-22 Thread Abhijeet Mahalkar
Hi copy the required jar files inthe current dir. Always the best way is set classpath= make it blank set the new classpath in which set the classpath of copied jar files of current dir. then no problem. Make this habit after compilation delete the jar files (if not required). This is the best pr

Struts and XForms

2003-10-22 Thread John Bell
Hi, Can XForms be used with Struts? Regards, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help needed on Iterate Tag

2003-10-22 Thread Abhijeet Mahalkar
Aapko Naye Saal me... Chandragupt Ki Shakti Meerabai Ki Bhakti Ramchandra Ka Gyan Karan Ka Daan Einstein Ki Buddhi Nobel

Help Req !! How to use iterate tag to get a number of fields on jsp

2003-10-22 Thread Shakti Dalabehera
Hi All Tech Gurus, I am newbie struts so asking this silly question . I am keeping some records in a HashMap like record[0] = voicemail ; record[1] = details ; ... Like this N nu

Re: How do i get a refernce to the exception thrown in my jsp page

2003-10-22 Thread Geeta Ramani
If you set a request scope Exception object before you forward to the error page, then you will be able to get that reference. Regards, Geeta teknokrat wrote: > I have defined a global exception handler which logs the exception and > then foreards to my error page. In the error page I need to ge

HAPPY DIWALI!

2003-10-22 Thread Abhijeet Mahalkar
Aapko Naye Saal me... Chandragupt Ki Shakti Meerabai Ki Bhakti Ramchandra Ka Gyan Karan Ka Daan Einstein Ki Buddhi

RE: HAPPY DIWALI!

2003-10-22 Thread Andrew Hill
Happy Deepavali mate! :-) -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 October 2003 18:50 To: Struts Users Mailing List; Abhijeet Mahalkar Subject: HAPPY DIWALI! Aapko Naye Saal me... Chandragupt Ki Shakti

Re: How do i get a refernce to the exception thrown in my jsp page

2003-10-22 Thread teknokrat
Geeta Ramani wrote: If you set a request scope Exception object before you forward to the error page, then you will be able to get that reference. Regards, Geeta teknokrat wrote: I have defined a global exception handler which logs the exception and then foreards to my error page. In the error p

RE: HAPPY DIWALI!

2003-10-22 Thread SasiDharma Tharmarajah
Happy Deepavali :-) r sasi > -Original Message- > From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 4:50 PM > To: Struts Users Mailing List; Abhijeet Mahalkar > Subject: HAPPY DIWALI! > > > Aapko Naye Saal me... > > Cha

RE: HAPPY DIWALI!

2003-10-22 Thread Viral_Thakkar
Happy Diwali !!! -Original Message- From: SasiDharma Tharmarajah [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 4:47 PM To: Struts Users Mailing List; Abhijeet Mahalkar Subject: RE: HAPPY DIWALI! Happy Deepavali :-) r sasi > -Original Message- > From: Abhijeet

Re: HAPPY DIWALI!

2003-10-22 Thread Adam Hardy
For the uncultured among us, i.e. me, what is Diwali / Deepavali? Is that when the San Andreas Fault gets bigger? And if you're celebrating, what are you doing at work? Is this not a celebration associated with beer? How strange. What's all this about Einstein and cricket and Mercedes? Go on,

RE: Help needed on Iterate Tag

2003-10-22 Thread Kalra, Ashwani
It also gives this error for various other problems,Which are difficult to debug.For eg if the element obtained is null, then also it gives the same error. So use before printing its value. /Regds Ashwani >-Original Message- >From: Thakur, Vikram [mailto:[EMAIL PROTECTED] >Sent: Wednesda

RE: HAPPY DIWALI!

2003-10-22 Thread Andrew Hill
Actually Id quite like to see a translation too! Deepavali: http://www.google.com/search?hl=en&ie=ISO-8859-1&q=deepavali&btnG=Search -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 October 2003 19:28 To: Struts Users Mailing List Subject: Re: HAPPY DIWAL

RE: Display Mode | Edit Mode

2003-10-22 Thread Marc Dugger
It's not so much a feature as the way you design your Action and ActionForm. I do this with all JSP responsible for creating/editing some persistent business object. What I do: 1. Create two actions named Get[YourBusinessObject]Action and Edit[YourBusinessObject]Action. Both should extends Disp

RE: HAPPY DIWALI!

2003-10-22 Thread Ashutosh Satyam
If you want to know about Deewali, go through this article. http://www.2camels.com/destination64.php3 My heartiest Diwali Greetings to all out there. Regards, Ashutosh -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:06 PM To: Struts Us

Action to Action - Chaining

2003-10-22 Thread Puneet Agarwal
I had seen the discussion on Action Chaining, in developer's Forum. We had an urgent need to implement this. Following is the manner in which we achieved it.does anyone think ..it can pose problems to us in future??? We declared the following method in the overridden DispatchAction class

RE: HAPPY DIWALI!

2003-10-22 Thread Mark Galbreath
bastardized aborigine crock o' shit -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:50 AM To: Struts Users Mailing List; Abhijeet Mahalkar Subject: HAPPY DIWALI! Aapko Naye Saal me... Chandragupt

HAPPY DIWALI - URGENT!

2003-10-22 Thread Mark Galbreath
Dear Diwali Friend, My letter might come to you as a surprise but I request you go through it patiently and understand why I decided to write without seeking for your formal permission. My name is Prince Zak Tubman; I am a grand son of former President William Tubman (late). I work under the Forme

TILES - jsp pages hierarchy structure

2003-10-22 Thread Todor Sergueev Petkov
Hello everymody, yet another question... To help users navigate in my web-site ( using tiles ) I would like to indicate in each page where in the page "hierarchy" the user is. Example: current page is : home->search->advanced search. Since I am already using TILES I wander if Tiles stores alread

RE: HAPPY DIWALI!

2003-10-22 Thread Andrew Hill
Oh bah humbug to you too. Do be assured that I wont be thinking of you while I enjoy a public holiday and you sweat away at work. Nyah :-P -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 October 2003 20:06 To: Struts Users Mailing List; Abhijeet Mahalk

RE: TILES - jsp pages hierarchy structure

2003-10-22 Thread Holman, Cal
Todor>> I wrote a small example war outlining two approaches to crumb trails in tiles. It is not quite a neat as you described since you must do some set up in your tiles definitions. http://www.calandva.com/holmansite/do/blog/blogging?date=20030701 Cal http://www.calandva.com/L

Returned mail: User unknown

2003-10-22 Thread Mail Delivery Subsystem
The original message was received at Wed, 22 Oct 2003 05:35:16 0800 - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to : >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown

RE: HAPPY DIWALI - URGENT!

2003-10-22 Thread SasiDharma Tharmarajah
wondering y there wan't a comment abt diwali from u... sasi > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 6:13 PM > To: Struts Users Mailing List > Subject: HAPPY DIWALI - URGENT! > > > Dear Diwali Friend, > > My letter migh

RE: HAPPY DIWALI!

2003-10-22 Thread Mark Galbreath
Huh? You mean Diwali is just another excuse to drink beer??? Happy Diwali, everyone! yeehaw! -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 8:16 AM Oh bah humbug to you too. Do be assured that I wont be thinking of you while I enjoy a p

RE: Help needed on Iterate Tag

2003-10-22 Thread Rajat Pandit
Huh? -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:46 AM To: Struts Users Mailing List; WebSphere User Group Tech Q & A Forum Subject: Re: Help needed on Iterate Tag Aapko Naye Saal me... Chandragupt

Re: HAPPY DIWALI!

2003-10-22 Thread Jeff Kyser
yeah, but only *light* beer. :) On Wednesday, October 22, 2003, at 07:44 AM, Mark Galbreath wrote: Huh? You mean Diwali is just another excuse to drink beer??? Happy Diwali, everyone! yeehaw! -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22,

Question collections..

2003-10-22 Thread Emre Tuvay
As I am newbie to Struts framework, I have came accross with the following problem to solve. Say I have an ArrayList of streamObj Beans already populated (queried) from DB where stream Obj is. public StreamObjBean { private Date createdDate; //createdDate are unique private intcount

Re: HAPPY DIWALI!

2003-10-22 Thread Prasenjit Narwade
Shub Deepawali For those who do not understand Hindi language try to find the meaning of those words. Warm Regards, Prasenjit - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 4:05

RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
When I use a browser (IE or Netscape) I do not experience any problem. Al -Original Message- From: Kirk Wylie [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 7:55 PM To: Struts Users Mailing List Subject: Re: Help with using HttpUnit with Struts Does this happen when you hit t

Re: Help with URL localization (continued)

2003-10-22 Thread Ruth, Brice
Jason Lea wrote: Ruth, Brice wrote: This seems like a good idea, but I think it would prevent the country code from always being available in the URL (so if you're in the US site, you should always see /US/index.do, etc.) unless I can do this within the Tomcat/Servlet interaction, w/o issuing

RE: Role based action

2003-10-22 Thread Ramadoss Chinnakuzhandai
Thank you Mike I would explore it meantime if anyone of this forum hv any better idea pls let me know. tnx -Ram -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 10:21 PM To: Struts Users Mailing List Subject: RE: Role based action SecurityFi

Re: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread Ruth, Brice
Ruth, Brice wrote: Hi. I'm using html:img in certain tiles that are used from very different places in my application with the "page" attribute to take advantage of module-relative naming for the image sources. However, when cookies aren't enabled, or on the first visit to the web application

Re: HAPPY DIWALI!

2003-10-22 Thread Adam Hardy
What about people in Germany? There is no lite beer here! On 10/22/2003 02:49 PM Jeff Kyser wrote: yeah, but only *light* beer. :) On Wednesday, October 22, 2003, at 07:44 AM, Mark Galbreath wrote: Huh? You mean Diwali is just another excuse to drink beer??? Happy Diwali, everyone! yeehaw

Re: HAPPY DIWALI!

2003-10-22 Thread Adam Hardy
It's very, very rude and I can't translate it here, but it's what Mahatma Gandhi said when he discovered the trains weren't running because of the Deepawali holiday. On 10/23/2003 03:55 AM Prasenjit Narwade wrote: Shub Deepawali For those who do not understand Hindi language try to find

Re: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread dutrieux
Hello For Apache v3.x you need to put in "httpd.conf" file this entry : RewriteRule ^(.*);jsessionid=.*$ $1 [L] Best regards Olivier Dutrieux * * Ruth, Brice a écrit : Ruth, Brice wrote: Hi. I'm using html:img in certain tiles that are used from very different places in my application with th

Re: HAPPY DIWALI!

2003-10-22 Thread Jeff Kyser
then just drink regular and get lit yourself :) On Wednesday, October 22, 2003, at 08:39 AM, Adam Hardy wrote: What about people in Germany? There is no lite beer here! On 10/22/2003 02:49 PM Jeff Kyser wrote: yeah, but only *light* beer. :) On Wednesday, October 22, 2003, at 07:44 AM, Mark

RE: HAPPY DIWALI!

2003-10-22 Thread shishir.katdare
Hi All before people start cursing over the beautiful festival of Deepawali its something equivaltent of a X-Mas in western world. the name signifies a chain of lighted lamps ( which signifies the overcome of evil(dark) by good(light)) this explaination might be crude bah! but people can google

Re: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread Ruth, Brice
Is this something I can do at a global level, so that it impacts all virtualhosts defined by the mod_jk auto configuration file generated by Tomcat's connector? dutrieux wrote: Hello For Apache v3.x you need to put in "httpd.conf" file this entry : RewriteRule ^(.*);jsessionid=.*$ $1 [L] Bes

Re: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread dutrieux
Maybe you can try, But I think the impacts is all pages send to apache then all virtualhosts defiend by the mod_jk. Ruth, Brice a écrit : Is this something I can do at a global level, so that it impacts all virtualhosts defined by the mod_jk auto configuration file generated by Tomcat's connec

RE: HAPPY DIWALI!

2003-10-22 Thread Ramadoss Chinnakuzhandai
Great translation Shishir. -Ram -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 9:49 AM To: [EMAIL PROTECTED] Subject: RE: HAPPY DIWALI! Hi All before people start cursing over the beautiful festival of Deepawali its something equ

RE: HAPPY DIWALI!

2003-10-22 Thread Mark Galbreath
Until now, I didn't believe the hype that too many H1-Bs had been granted -Original Message- From: Prasenjit Narwade [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 9:56 PM To: Struts Users Mailing List Subject: Re: HAPPY DIWALI! Shub Deepawali For those who do not

RE: HAPPY DIWALI!

2003-10-22 Thread Nail, Evan Burke
In that case I wish you all Tatas Ke Dher - Enormous amounts of tatas derived from Rupiyo Ke Dher - Enormous amount of (money) Tata Ke Senses - Sense like TATA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Any one Controller example for Tiles Definition?

2003-10-22 Thread "José Fortunato H. Tomás"
Hi! Has any one, an example for a Tiles definition with Controller? I'm particulary interested in the Class implementation of the controller. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: HAPPY DIWALI!

2003-10-22 Thread Puneet Agarwal
I just have added few lines that shishir missed... here's line by line translation. > Aapko Naye Saal me... In the Comming new Year May you get > Chandragupt Ki Shakti Power like Emperor ChandraGupt > Meerabai Ki Bhakti Devotion like Meer

RE: Any one Controller example for Tiles Definition?

2003-10-22 Thread Chen, Gin
I'm not sure what you mean by this. What exactly are you trying to do? -Original Message- From: "José Fortunato H. Tomás" [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 10:07 AM To: Struts Users Mailing List Subject: Any one Controller example for Tiles Definition? Hi! Has

Re-used Action class

2003-10-22 Thread Chadha, Deepak \(BLM\)
Hi, I have a (hopefully) simple question. I have a ActionForm / Action pair invoked from several JSP pages (actually the JSP fragment is included into several JSP pages). I am trying to use the ActionForm.validate method in combination with the tag. The problem is that when there is a Form va

Re: how to disable (or work around) jsessionid in html:img sources

2003-10-22 Thread Kris Schneider
If you can accomplish what you want via Apache rewrite rules, that seems like a simpler solution. If that doesn't work out, here's a JSP/JSTL equivalent of how comes up with the module path: <%@ page import="org.apache.struts.Globals" %> <%@ taglib prefix="c"uri="http://java.sun.com/jstl/core

Re: HAPPY DIWALI!

2003-10-22 Thread ian_d_stewart
Blasphemor! Everyone knows real men drink stout! Ian D. Stewart Open Systems Engineer II Enterprise Midrange - Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 244-2564 Adam Hardy <[EMAIL PROTECTED]> on 10/22/2003 09:39:00 AM Please respond to "Struts Users Mailing List"

Running struts without servlet

2003-10-22 Thread Roland Carlsson
Hi! I'm in the begining of developing a site to a customer. The customer has a private relationship with the owner of a web-hosting-company. My problem is that I can't use the .do extention. The web-host says that they will not support the use of customer-specific extensions right now. But since I

RE: Running struts without servlet

2003-10-22 Thread Fenderbosch, Eric
You don't even need to use an extension. Right now, all my URLs are in the form /webapp/do/action. Examples: /track/do/login /track/do/query /track/do/summary etc... -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 10:19 To: Struts User

Re: Running struts without servlet

2003-10-22 Thread David Graham
You can map the ActionServlet to /do* and use any other extension (or none) on the url. Your urls would look like http://host.com/context_root/do/index.whatever David --- Roland Carlsson <[EMAIL PROTECTED]> wrote: > Hi! > > I'm in the begining of developing a site to a customer. The customer

Out of memory error

2003-10-22 Thread mohan
Hi all I am struts and Tomcat4.1.27. I cant quite understand what is the reason but i sometimes get the java out of memory error whenever i compile my project. But the error is gone when i restart tomcat. Please let me know if anyone had this problem. Thanks --Mohan

Returned mail: User unknown

2003-10-22 Thread Mail Delivery Subsystem
The original message was received at Wed, 22 Oct 2003 07:35:51 0800 - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to : >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown

Returned mail: User unknown

2003-10-22 Thread Mail Delivery Subsystem
The original message was received at Wed, 22 Oct 2003 07:35:51 0800 - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> - Transcript of session follows - ... while talking to : >>> RCPT To:<[EMAIL PROTECTED]> <<< 550 <[EMAIL PROTECTED]>... User unknown

RE: Re-used Action class

2003-10-22 Thread Saul Q Yuan
You can use multi-page based validation as demonstrated in the Validator example in the Struts source. Basically it's like this: 1. set validate=false in your action mapping 2. set multiple input path for each page in your action mapping in case of validation errors 3. in your action, call the val

RE: Out of memory error

2003-10-22 Thread David Friedman
Mohan, You should search the list archives. I posted an out of memory tomcat 4.1.24 & 4.1.27 issue a while ago. It was related to application reloading (not Tomcat stopping/restarting). The reloads weren't releasing something so memory was slowly being eaten up every time I updated my code. As

Re: Running struts without servlet

2003-10-22 Thread Roland Carlsson
Hi! I don't think i missed a line in my question. The only requests that is going to tomcat from the webserver is .jsp. No other. So I must somehow use .jsp as .do and then forward the requests to struts from the .jsp. Wait a minute... that should work, right? ... I create a .jsp infront of all m

Re: Running struts without servlet

2003-10-22 Thread Indrajit Raychaudhuri
This might be of some help. http://www.raibledesigns.com/page/rd?anchor=vanity_urls_in_struts It was discussed here sometime back. - Indrajit - Original Message - From: "Roland Carlsson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, 22 October,

RE: HAPPY DIWALI!

2003-10-22 Thread Wiebe de Jong
Nothing like a pint o' Guinness! Wiebe de Jong http://frontierj.blogspot.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 7:18 AM To: Struts Users Mailing List Subject: Re: HAPPY DIWALI! Blasphemor! Everyone knows real men dri

Re: Running struts without servlet

2003-10-22 Thread Koni Roth
As far as I know you can simply configure Struts (web.xml) to use a .jsp extension instead of the .do extension. http://marc.theaimsgroup.com/?t=10648445023&r=1&w=2 Koni Roland Carlsson wrote: Hi! I don't think i missed a line in my question. The only requests that is going to tomcat from

Re: design question

2003-10-22 Thread ajay brar
hi all! would anyone in the spirit of diwali like to help me on this one. how do i direct a form submission to a remote action class, after having fthe form submitted to a local action class first. ie, communicate between two action classes, one of which is on a remote machine. I am looking at se

RE: Out of memory error

2003-10-22 Thread mohan
Thank you David thats some relief i will search in the list archives. --Mohan > Mohan, > > You should search the list archives. I posted an out of memory tomcat > 4.1.24 & 4.1.27 issue a while ago. It was related to application > reloading (not Tomcat stopping/restarting). The reloads weren't >

RE: Re-used Action class

2003-10-22 Thread Wiebe de Jong
Here is how I solved that problem in one of my previous Struts 1.0 applications: In each of the actions which uses the common action, session.setAttribute("currentScreen","thisActionName"); In the common action, you can return to whichever action made the call by

RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
I've got some more information that may help solve my problem. Using HttpUnit I am attempting to log onto the site. The login JSP page has a simple form with action /Switch?prefix=/main&page=/Login.do I am using modules. The login JSP is in the default module and the action is in the "main" modu

HttpUnit and Struts: Problem solved

2003-10-22 Thread Moyer, Alan L
It was a coding bug in my application. I hadn't provided an input parameter for the Login action and the way HttpUnit called the server, it exercised a different code path where mapping.getInputForward() was called. As a Struts enhancement, it would be nice if a different exception besides null p

Re: Re-used Action class

2003-10-22 Thread Geeta Ramani
Deepak: If i understand your problem correctly, the following should work (for case of two jsps - you can expand to more of course..): In your struts-config.xml simply have say two different action mappings, call them say action1 and action2. Make them both point to the same Action class but

Problem when uploading text with paragraphs

2003-10-22 Thread Catalin :: Braescu
I am not the developer but rather the internal client who asks a colleague developer deliver some feature and the developer can't find the solution. Anyway, we have a blog application written in Struts. The user inputs some text, consisting of more than one paragraph. The submit is done using text

RE: design question

2003-10-22 Thread shishir.katdare
AFAIK u can do the same using the serialization ( by making ur form implement the serializable interface) or u can also do one case like create the other action class as a seperate module and do switch action which might work out also might help u to switch back in the previous application. I a

Tiles and Frames

2003-10-22 Thread Frers Michael
Hello did anyone ever tried to combine Frames and Tiles? i want to build a page with one left and one right frame. is there any chance to build frames with tiles? (i need the frames because i get results from database slowly and want to print results as soon as they arrive) if i only use tile

Displaytag and export

2003-10-22 Thread Grassi Fabio
I'm trying to use the export function of displaytag in a Struts application without success. What I get is the contente of the file to be exported visualized in place of the table. Does anyone have any suggestion? TIA, Fabio. Ai sensi della Legge 675/96, si precisa che le informazioni contenute i

RE: design question

2003-10-22 Thread ajay brar
hi! thanks for the reply. How do i do the switch action you talked about. cheers ajay From: <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: design question Date: Wed, 22 Oct 2003 16:49:32 +0100 AFAIK u can do the same using the ser

accessing static html from struts-config.xml

2003-10-22 Thread mohan
Hi All I am trying to do a logoff action.When the user logsoff he should be taken to the main website which is under /var/www/html/blah/index.shtml which is completely out of the tomcat and this is where i have stored the static content of the website. I do not understand how to write this forward

  1   2   >