Re: [Friday] Java in Aus

2004-02-07 Thread cnd
It's pretty simply really. Working Visa's are granted on he basis of demand for skills, being a petrol station attendant won't get you a working visa, being a hospitality worker will. The jobs market in IT is depressed right, now as just like everyone else, the IT jobs go to India and China who

RE: Problem in Multipage Validation with DynaValidatorForm

2004-02-07 Thread Matthias Wessendorf
hi joseph you should use DynaValidatorActionForm in form-bean-declaration in your validator.xml you enter instead of the name (myNiceFormBean) the path (/submit1 or /submit2) und on field you deal as well, which is required in page1 or page2 greeting, matthias -Original Message- From:

Re: [OT] Examining Response Headers

2004-02-07 Thread Adam Hardy
here's my suggestion: Firebird or Mozilla browser with LiveHttpHeaders extension. On 02/07/2004 12:35 AM Mike Duffy wrote: Robert, DevProxy is a great program for monitoring the request and response headers: http://www.widgetbuilders.com/ I recently did some socket programming. DevProxy was

Validator Unknown host exception

2004-02-07 Thread Mark Lowe
Anyone know how to get rid of the unknown host exception that the validator plugin throws when it cant connect to the internet. I've tried putting the dtd's locally, and have tried to do what previous threads say will fix this to no avail. I recall this was fixed with one of the beta releases

how to output html symbol to jsp page from user-defined taglib?

2004-02-07 Thread Ricky Lee
hi, thanks for reading.. i have a problem about output a html symbol from taglib if i in a jsp page, use the code below: % String abc=gt;; out.println(abc); % it can show the symbol ; if in my taglib class, i use code below: pageContext.setAttribute(symbal, gt;); and in the jsp page, i

RE: [OT] Examining Response Headers

2004-02-07 Thread Robert Taylor
Adam, thanks. I did that. The problem is that I need to see request and response headers from different browsers. robert -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 5:59 AM To: Struts Users Mailing List Subject: Re: [OT] Examining

RE: how to output html symbol to jsp page from user-defined taglib?

2004-02-07 Thread Robert Taylor
Try c:out value=${symbal} escapeXml=false/ or don't encode your HTML symbols in your file. Let c:out .../ do it for you. robert -Original Message- From: Ricky Lee [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: how to output html

Re: Query String for tiles

2004-02-07 Thread Wayne Kidd
Thanks Jayesh, but I need to dynamically determine test001 (it might be test002 or test003 at any given moment). What I want is to determine (in code) exactly what appears in the url on the browser, regardless of the page that appears on the rest of the screen. Wayne Gopalakrishnan, Jayesh

RE: Data truncation in request scope

2004-02-07 Thread Namasivayam, Sudhakar (Cognizant)
thanks Rob.. that was the problem... A hidden control's value which was set by a attribute was not in the scope suds -Original Message- From: Robert Nocera [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 1:56 AM To: 'Struts Users Mailing List' Subject: RE: Data truncation

Re: Validator Unknown host exception

2004-02-07 Thread Kok Wei, Koh
I was stucked in a dtd problem with commons validator. After wasting too much time on it, I decided to download the source from cvs ... set digester.validate(false) and rebuild the jar. You could try this if you wanna live without the dtd. Mark Lowe wrote: Anyone know how to get rid of the

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

2004-02-07 Thread Ted Husted
Last time, we asked contestants to name for a popular science fiction series that featured a psi cop named after a science fiction author 1 The series (Babylon 5) 2 The character (Alfred Bester) 3 The actor who played the character (Walter Koenig) 4 The character this actor played in another

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

2004-02-07 Thread Higdon, Brian [VIS-Non JJ]
Ted, Here is my entry for your contest... 1. Tenser, said the Tensor. Tenser, said the Tensor. Tension, apprehension, and dissension have begun. RIFF. and 2. I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it

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

2004-02-07 Thread Higdon, Brian [VIS-Non JJ]
Higdon, Brian [VIS-Non JJ] would like to recall the message, [FRIDAY] YA Stuts In Action / JUnit in Action Trivia Quiz.

bean:write cannot access bean:struts formBean

2004-02-07 Thread Hajo . Lemcke
Hi folks, I'm trying to set up a database system. My current problem is that some struts tags do not seem to behave as they should. I have a class -- CountryMainForm.java --- public class CountryMainForm extends ActionForm() { String mode = ; public String getMode() { return mode ;

RE: how to output html symbol to jsp page from user-defined taglib?

2004-02-07 Thread Richard Hightower
c:out value=${symbol} escapeXml=false / -Original Message- From: Ricky Lee [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 7:42 AM To: [EMAIL PROTECTED] Subject: how to output html symbol to jsp page from user-defined taglib? hi, thanks for reading.. i have a problem about

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

2004-02-07 Thread Gregory F. March
On Feb 7, 2004, Higdon, Brian [VIS-Non JJ] [EMAIL PROTECTED] wrote: |Ted, | |Here is my entry for your contest... Doh! (Third time is a charm!) Oh, and what he said... :-) /greg - To unsubscribe, e-mail: [EMAIL

Re: Problem in Multipage Validation with DynaValidatorForm

2004-02-07 Thread Joseph Jegan
Thanks matthias for your response. Still, it is not working for me... - Original Message - From: Matthias Wessendorf [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 4:19 PM Subject: RE: Problem in Multipage Validation with

Re: [OT] Examining Response Headers

2004-02-07 Thread Adam Hardy
Allow me to show off my neat request debugger method then, it's what I use for logging the stuff. I have it in my base action class and switch it on or off by the logger level. But you could put it in a JSP instead (with HTML). Specify if you want to see the request params, headers or

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

2004-02-07 Thread Adam Hardy
Hi Ted, it's not gone stale, the questions are just getting hard! The best bit is waiting to see how long it will be before someone posts the answer to the list! And then seeing what their reaction is once they realise what they did! Actually Brian Higdon's answer (to try to 'recall' his

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

2004-02-07 Thread Prabhat Kumar (IT)
I wont bother to participate in this quiz because it will run only till Thursday, January 15, 2004, 23:59:59. And I don't yet own a time machine. :-) Seriously though, the contest has not gone stale. I love the questions even though they are hard. -Original Message- From: Adam Hardy

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

2004-02-07 Thread Martin Gainty
I'll bite.. #2 I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn my inner eye to see its path. Where the fear has gone there will be

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

2004-02-07 Thread Higdon, Brian [VIS-Non JJ]
Sorry for the global response folks... -Original Message- From: Higdon, Brian [VIS-Non JJ] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 11:20 AM To: 'Struts Users Mailing List' Subject: RE: [FRIDAY] YA Stuts In Action / JUnit in Action Trivia Quiz Ted, Here is my entry

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

2004-02-07 Thread Ted Husted
On Sat, 07 Feb 2004 10:04:10 -0600, Ted Husted wrote: The contest will run until Thursday, January 15, 2004, 23:59:59, so everyone has a chance to participate. Oops, forgot to update the date. :) The drawing will actually run until February 12, 2004, 23:59:59. -Ted.

Struts Tiles: Question Mark characters in page output

2004-02-07 Thread eric scroger
Can someone tell me why I'm getting question mark chacters in my output display instead of the actual page content? I'm using Tomcat 4.0.x with Struts 1.1. I'm using a simple layout template and setting the Tiles in the layout as follows: layout.jsp: %@ taglib uri=/WEB-INF/struts-tiles.tld

Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-07 Thread Anand Stephen
Greetings, Has anyone had success running web app using struts 1.1 with java version 1.4.2_01 and resin 2.1.4 thank you again. -- a, - Original Message - From: Anand Stephen [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 06, 2004 8:03 PM