Re: Struts-chain

2003-11-27 Thread James Mitchell
On Thu, 27 Nov 2003, Vic Cekvenich wrote: > I tried to build to get the chain sample app... and I can't. I got the > common and struts chain jars built. > > In order to build sample chains war... you have to get sturts to build > from source... which requires you get commons-lib.home of CVS of jak

RE: Is it required to restart weblogic everytime after compiling ???

2003-11-27 Thread Kalra, Ashwani
if you are working with servlets, or ejb and running weblogic in development mode, then it will automatically pick the changes. However this is not true if there is any change in utility classes like action and other formbean classes. If you are not using ejb etc, I suggest use Tomcat for developme

RE: Is it required to restart weblogic everytime after compiling ???

2003-11-27 Thread Nick Faiz
Actually, you can simply drop your new .war into the staging directory, without restarting the server. I don't do that currently at work, but I've used WebLogic 7.0 to the above at home. You need to configure the server to do this, I'll try to bring in my config. details from home for you after t

RE: Is it required to restart weblogic everytime after compiling ???

2003-11-27 Thread Srivastava, Ravi Prakash
Hi Shakti, I found some solutions pl. look it. http://forum.java.sun.com/thread.jsp?thread=292930&forum=13&message=1154128 Regards Ravi -Original Message- From: Shakti [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 11:11 AM To: Struts Users Mailing List Subject: Is it require

RE: Is it required to restart weblogic everytime after compiling ???

2003-11-27 Thread Srivastava, Ravi Prakash
Hi Shakti, For weblogic you need to restart again and again if you are changing into java files. For jsp there is no need to restart. Thanx Ravi -Original Message- From: Shakti [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 11:11 AM To: Struts Users Mailing List Subject: I

Is it required to restart weblogic everytime after compiling ???

2003-11-27 Thread Shakti
Hi, I am using Struts & weblogic , My Question is each time i do some changes in my .java files the changes dont' get reflected immediately. Each time after compiling i have to restart weblogic :-( .. which is taking a hell lot of my time .. Can anyone suggest some weblogic setting thru whi

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

2003-11-27 Thread Andrew Hill
Garrgh! And it was the first one of his trivias I knew the answer for. :-( Even spent 5 minutes googling the bonus question, and emailing Ted just now. I really should read the latest emails first when I come back from leave. Sigh. Hey Ted, How about a new question for those of us who didnt get ou

Getting ArrayList of objects from my form bean into my drop down list

2003-11-27 Thread Janice
Hi, I am working on getting a drop-down list of values that are generated from a DB call to show up on my page, both before and after validating the page. It was working earlier, when I was just making a nice ArrayList of my objects and adding the list to the session. (It looked to me like it ha

Off Topic, Problem With Passing Business Bean in Between Classes As Part of My Struts Application

2003-11-27 Thread Caroline Jen
It is not a Struts problem. But, it is the problem I encounter in my Struts application. Please help. I am NOT showing all my code. For example, I skip the DAO interface, and the class that returns a connection object from the connection pool. Nonetheless, those classes are irrelevant to my qu

session required for struts

2003-11-27 Thread Adam Hardy
I wrote a filter to enable me to overwrite the request and response objects with my custom ones - I want to disable use of the session for various requests, e.g. google bots, requests to some pages on my site. My problem is with the custom request - I overrode the request.getSession() to return

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
Hi ALl WE have finally sorted out the problem wioth the help of David, who did the great job. Actually it was the problem of Tomcat version. If somebody want to run tiles on Linux use it on Tomcat 4.1.29 .It wont work fine on Tomcat 4.0 . we tested it out. All have fun Cheers Gary - Origina

RE: Thanks for your great help...!

2003-11-27 Thread Marcos Oliva
Viru, No problem I am glad I was able to help I am from El Salvador living in USA Los Angeles marcos oliva -Original Message- From: virupaksha [mailto:[EMAIL PROTECTED] Sent: Wed 11/26/2003 10:26 PM To: Struts Users Mailing List Cc:

Re: Struts-chain

2003-11-27 Thread Vic Cekvenich
I tried to build to get the chain sample app... and I can't. I got the common and struts chain jars built. In order to build sample chains war... you have to get sturts to build from source... which requires you get commons-lib.home of CVS of jakarta commons and sandobox... yuck. (Maven build o

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
We are using 1.1 - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 10:52 PM Subject: Re: Urgent Help Struts on Linux > On Thu, 27 Nov 2003, Gurpreet Dhanoa wrote: > > What version of Stru

RE: Urgent Help Struts on Linux

2003-11-27 Thread David Friedman
If you're going to upgrade Tomcat's, it's probably best to use the latest stable version that type. It is 4.1.29 now, which I upgrade to about two weeks ago after using both 4.1.24 and 4.1.27 with Struts v1.1. Feel free to email me offline if you need it. Regards, David -Original Message---

Re: Urgent Help Struts on Linux

2003-11-27 Thread James Mitchell
On Thu, 27 Nov 2003, Gurpreet Dhanoa wrote: What version of Struts are you using? > HI David, > > Thanks and i realy appreciate your Help. We have found we are using > Tomcat4.0 and now we are going to install Tomcat 4.1 same as you used. Yes, > we are getting all of the jar files and strut-conf

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

2003-11-27 Thread Wiebe de Jong
Even though the answer is out in the open, the contest is supposed to run until Thursday, December 4, 2003, 23:59:59, so everyone has a chance to participate. Can I still enter my answer? It's what he said. ;-) Wiebe -Original Message- From: Gregory F. March [mailto:[EMAIL PROTECTED] Se

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
HI David, Thanks and i realy appreciate your Help. We have found we are using Tomcat4.0 and now we are going to install Tomcat 4.1 same as you used. Yes, we are getting all of the jar files and strut-config as well. I think trying on Tomcat4.1 may solve the issue. Well now i am innstalling Tomcayt

RE: Urgent Help Struts on Linux

2003-11-27 Thread David Friedman
I've developed on a Windows platform and ported to Linux for Struts/Tiles/Tomcat before and not had this problem. I've used Tomcat 4.1.24 and higher, not 4.0.6. Is your deployment bringing over all .jars and putting them in WEB-INF/lib as well as bringing over your WEB-INF/struts-config.xml (and

Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
Hi We are facing a problem of running an application in Struts using Tiles on the Tomcat running on linux . WE have ran the application on Windows and it is working absolutely fine but when we are trying it to run on Linux we are not able to call Action Servlet and got the error. Then we debuge

Re: html:link, display problems

2003-11-27 Thread Ed Robbins
Do you have a base element in the html? Try adding a http://jakarta.apache.org/struts/userGuide/struts-html.html#base Ed Mathieu Grimault wrote: Hi everyone ! My application is very simple and has 3 screens. The display on all screens is right. I would like to use a html:link to return fr

html:link, display problems

2003-11-27 Thread Mathieu Grimault
Hi everyone ! My application is very simple and has 3 screens. The display on all screens is right. I would like to use a html:link to return from my 3rd screen to the second. The link is correct but the display is wrong : all my pics are not displayed. I've seen the source generated and th

Re: AW: Struts Validator with special characters

2003-11-27 Thread Arne Brutschy
Hello, Thursday, November 27, 2003, 3:11:40 PM, Samuel wrote: SOBtsc> do This: SOBtsc> SOBtsc> SOBtsc> alphanumeric SOBtsc> ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-]*$ SOBtsc> SOBtsc> SOBtsc> alphanumericSP SOBtsc> ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-\ ]*$ SOBtsc> SOBtsc> Same thing,

AW: Struts Validator with special characters

2003-11-27 Thread Samuel . Opoku-Boadu
do This: alphanumeric ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-]*$ alphanumericSP ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-\ ]*$ -Ursprüngli

ValidWhen validator

2003-11-27 Thread Deepak
Hi, Is there a stable Struts release after 1.1 ? If Yes, what is the version and does it have ValidWhen Validator support ? regards Deepak

RE: No Keys Loaded For Validation

2003-11-27 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-11-27 Thread Gregory F. March
Doh! On Nov 27, 2003, Edgar P Dollin <[EMAIL PROTECTED]> wrote: |1) Computing Machinery and Intelligence |2) Alan M. Turing |Bonus I Have No Mouth and I Must Scream | |Edgar | |PS, never read any Turing, but now I understand his influence. Still |haven't read an Ellison, my patience wi

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

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

[OT] MVC Framework

2003-11-27 Thread AnilA
Hi All, I have been using servlets since Jserv days and did AWT based stand alone java application few years ago. The question is: is there any MVC framework for Swing [ Struts for web applications]?? or Swing is good as is? thanks you in advance for replies... .anil -

Re: Converting from Frames to Tiles

2003-11-27 Thread Adam Hardy
On 11/27/2003 08:53 PM Aidan O'Loan wrote: 1. In each Action class, instead of setting the ActionForward to a page, set it to one common tiles definition AND set an attribute named 'forwardPage' in the request specifying the old ActionForward's path - /mymodule/whatever.jsp. You can create one c

[OT]Re: ui generation

2003-11-27 Thread James Neville
ajay brar wrote: so how do you convert the jsp (resulting from the choices he made) to html? Say when i make a request for a jsp page, the server processes the request and what gets outputted to my browser is html. How can i force that to happen and pipe the output to a file? Ajay: in my half

Struts Validator with special characters

2003-11-27 Thread Arne Brutschy
Hello, I found a problem with the struts validator. It seems that it is not possible to use special characters (like german "Umlaute") in an regular expression.. I tried this: name ^[\-\'\`\´\.\ a-zäöüßáéíúóàèìùòâêîôûñA-ZÄÖÜÁÉÍÓÚÀÈÌÒÙÑ]+$ Hans Mueller evaluates, Hans Mülle

Assigning a single struts action to a Weblogic 6.1 SP5 ExecuteQueue

2003-11-27 Thread Giangregorio, Paul
Is it possible to assign a struts action (one action within the struts-config.xml file) to a specific ExecuteQueue within Weblogic? My application is currently being serviced by the *default* queue - i.e. all of the struts actions are serviced by the default queue. I have particular action that

Re: Display Problem using Struts

2003-11-27 Thread Gurpreet Dhanoa
Thanks HG - Original Message - From: "HG" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 4:01 PM Subject: Re: Display Problem using Struts > Hi Gurpreet > > Try setting the filter attribute on the bean:write tag to false. It is se

set tiles attributes from action

2003-11-27 Thread Morten Andersen
I need to publish my application as xml to mozilla and as html to explorer therefore I would like to be able to set a tiles attribute from a struts action. Can I set a tiles attribute from a struts action and how? Regards Morten Andersen ---

Converting from Frames to Tiles

2003-11-27 Thread Aidan O'Loan
Thanks..I'll read that section. In the meantime, would this be a decent solution? :- 1. In each Action class, instead of setting the ActionForward to a page, set it to one common tiles definition AND set an attribute named 'forwardPage' in the request specifying the old ActionForward's path -

Re: Display Problem using Struts

2003-11-27 Thread HG
Hi Gurpreet Try setting the filter attribute on the bean:write tag to false. It is set to true default, and so filters all HTML sensitive characters... Regards Henrik - Original Message - From: "Gurpreet Dhanoa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Se

Re: Display Problem using Struts

2003-11-27 Thread Raman Garg
Hi Gurpreet Try this Hope this solves your problem Thanks, Raman garg - Original Message - From: "Gurpreet Dhanoa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 3:52 PM Subject: Display Problem using Struts hi I have

Display Problem using Struts

2003-11-27 Thread Gurpreet Dhanoa
hi I have an application, In which i want to display the contents posted by the Administrator using HTML tags. Problem is when i am using IT is displyaing me the following content without giving the effect of HTML tags which were posted during content Managem,ent HI this is an Simpl

RE: JSTL and Struts tags problem...

2003-11-27 Thread Paul McCulloch
What do you mean by doesn't work? Do you get error messages? What does the generated html look like? Does work on it's own? Does using instead of make any difference? Paul > -Original Message- > From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] > Sent: 27 November 2003 09:21 > To

Re: Converting from Frames to Tiles

2003-11-27 Thread Adam Hardy
On 11/27/2003 06:13 PM Aidan O'Loan wrote: I'm working on converting a web application with 6 sub-modules from a frames-based layout - with a menu on the left, a top section, and a main body section - into a single page using Tiles to construct the pages. Time is of the essence, so for now I'm l

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

2003-11-27 Thread Adam Hardy
On 11/27/2003 06:55 AM Ted Husted wrote: Last time, we asked contestants to identify the cartoonist responsible for this gem: Tour of Accounting: "Over here we have our random number generator." "NINE NINE NINE NINE NINE NINE" "Are you sure that's random?" "That's the problem with randomn

Re: ups - again: struts-user@jakarta.apache.org

2003-11-27 Thread HG
If I recall correctly the text tag does not support formatting... Strange though... I used an approach where my FormBean instance took care of formatting and converting between the string representation of a date and the Date object in a locale neutral way using Calendar class. <[EMAIL PROTECTED

ups - again: struts-user@jakarta.apache.org

2003-11-27 Thread Mario . Gleichmann2
Hi, within the bean:write tag, i am able to format a property like this: Is there a chance to format a property within the html:text tag the same way, like: ... or do i have to choose another approach in order to get formatted properties into a textfield??? Thanks in advance

JSTL and Struts tags problem...

2003-11-27 Thread Todor Sergueev Petkov
Hello everybody, Any idea why the following shouldn't work: <-- struts taglib <-- jstl taglib I also tried to replace the middle line with . I also have configured the web.xml to load the properties file for jstl to use with the following code: javax.servle

Converting from Frames to Tiles

2003-11-27 Thread Aidan O'Loan
I'm working on converting a web application with 6 sub-modules from a frames-based layout - with a menu on the left, a top section, and a main body section - into a single page using Tiles to construct the pages. Time is of the essence, so for now I'm looking for the fastest way to convert the

Struts upload and forwarding

2003-11-27 Thread HG
Hi group I have a problem, which I can not find a solution to. I have a Struts form for uploading files. On this form you can also define a description for the uploaded file. On the server side (Action using business delegates to go to EJBs) the description and a serverside filename get stored in

Thanks for your great help...!

2003-11-27 Thread virupaksha
Dear Marcos, As you suggested me to check the file size, i checked the file size and it was full.. I have removed all unwanted data from the 'var' file and repaired the table using repair query.. now i can successfully run query on table.. Once again thanks for your help. now a personal ques

Re: display Max File Exceed on upload file

2003-11-27 Thread ludovic . maurillon
yes i do. I can see all the other errors are displaied. Extranet [EMAIL PROTECTED] - 11/26/2003 07:40 PM Please respond to [EMAIL PROTECTED] To:struts-user cc: Subject:Re: display Max File Exceed on upload file Minor check.. Are you doing a redirect=true on the defined res