Re: JSTL API docs?

2003-08-29 Thread Mark Lowe
I think that would be for bean:message key=contextHeader / the var might be the confound choice of attribute name that jstl uses.. fmt:message var=${contextHeader} / Cheers Mark On Thursday, August 28, 2003, at 11:50 PM, David Erickson wrote: fmt:message key=contextHeader/ I believe. -

Re: File Upload and Request Parameter

2003-08-29 Thread Jason Lea
David Stemm wrote: All, I have a form that is doing a file upload and on the confirmation page after the upload I'm trying to get a request parameter using the c:out tag. The tag doesn't seem to find the request param. I know the parameter exists - I can see it in the debugger. The tag

FW: Vacancy

2003-08-29 Thread Indra Gunawan
PT. BenihInti Subur Intani (BISI), Charoen Pokphand (CP) group, is one of the Plantation and Plant Research export oriented National company. We are developing a web based application for supporting our growing business. We are now having a vacancy for System DEveloper position for our Pare,

Re: BEGINEER FOR STRUTS

2003-08-29 Thread virupaksha
Dear mahavir, check your web.xml file for tag lib configuration. try to configure your tag lib as follows . taglib taglib-uristrutsbean/taglib-uri taglib-location/WEB-INF/struts-bean.tld/taglib-location /taglib taglib taglib-uristrutshtml/taglib-uri

Re: message-resources

2003-08-29 Thread Yakov Belov
Thanks Adam, your comments make sense if I was using Struts1.1, but for reasons out of my control I am using Struts1.0 and the struts-config_1_0.dtd doesnt define nessage-resources tag ... so, I can't use it. But I can use the html:errors property=property bundle=bundle tag, however I can not

Re: JSTL API docs?

2003-08-29 Thread Craig R. McClanahan
On Fri, 29 Aug 2003, Adam Hardy wrote: Date: Fri, 29 Aug 2003 00:22:06 +0200 From: Adam Hardy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: JSTL API docs? I can't find the docs for JSTL anywhere. I mean the

Re: J2EE IDE

2003-08-29 Thread James Harman
Maybe because it is slow, and crash like once everyday. Andy Cheng wrote: Hi, I have never used anything else very seriously except Netbeans. I think it is slow, and crash like once everyday, but the feature it offer really is worth the trouble. It can generate the get and set method, it will

What in the world is bean:page tag for???

2003-08-29 Thread Bill Johnson
Ok, unless I missed something this tag seems completely redundant. It is used to expose the properties of the PageContext object, but they all come pre-exposed by default with JSPs. Can someone please explain its purpose? Were these variables (session, request, etc.) not initially implicitly

Re: What in the world is bean:page tag for???

2003-08-29 Thread Craig R. McClanahan
On Thu, 28 Aug 2003, Bill Johnson wrote: Date: Thu, 28 Aug 2003 19:48:20 -0700 (PDT) From: Bill Johnson [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: What in the world is bean:page tag for??? Ok, unless I missed something this tag

Validations in Action Form

2003-08-29 Thread sriram
My application uses Struts Action Form. I am also using Value Objects. I am not doing validations using validations.xml and validator-rules.xml. I'm performing simple validations on server side as follows: Can some one please check the below code and tell me if what I am doing is correct? In

Re: struts on tomcat?

2003-08-29 Thread mahavir
Hello I want to install struts on Tomcat standalone server.If i have to do anything extra steps or simply coping the .tld files and configuring web.xml and struts-config.xml. Mahavir

XML Parsing - Castor and Digester ?

2003-08-29 Thread krthekeyan
Hi, I found our guys suggested Castor and Digester xml parsers for xml parsing. May i know what are these and what for we can use this. and in which way it is different between jaxp and jaxb specifications of sun.and can u suggest me where can i find more details about this. - Original

Tomcat Vs Tomcat plugin

2003-08-29 Thread sreekant_gottimukkala
I am trying to run the struts-example webapp under standalone Tomcat 4.0.x and I was successful. How ever, when I installed the Tomcat plugin for Eclipse and launched the same struts-example webapp under the Tomcat plugin for Eclipse, it fails in the very first screen throwing the below stack. Any

RE: struts on tomcat?

2003-08-29 Thread David Friedman
Mahavir, I recommend you copy the struts-blank.war to the tomcat webapps directory then start tomcat. It will create a directory struts-blank with a WEB-INF and extract everything from the war file. You may then edit the struts-blank/WEB-INF/struts-config.xml and do your work. Regards, David

RE: struts on tomcat?

2003-08-29 Thread Bill Chmura
Just follow the struts instructions for installing on tomcat and everything should be fine. I can personally assure you that this documentation does exist. -Original Message- From: mahavir [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:04 AM To: [EMAIL

Re: RE:BEGINEER FOR STRUTS

2003-08-29 Thread dummu
Hi Chris, I did what you have said but still i face the same problem. Do you have a small program which users this properties and just display a message so that i can used it directly to check if there is some thing wrong in my installation. Rgds, Dummu. - Original Message - From:

Re: BEGINEER FOR STRUTS

2003-08-29 Thread dummu
HI Viru, I have all these setting in my web.xml but still i face the same problem. I get the following error Exception Report: javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection at

Struts Tiles

2003-08-29 Thread Herbert
Hello all. Im trying to install a context to my tomcat webapps, and this context uses the tiles plugin. Well, that works on the office computer, but doesn't works at home computer, throwing: HTTP Status 500 -

[OT] Image resizing servlet

2003-08-29 Thread Cameron Hickey
As part of my content management system, I need to be able to generate thumbnails from existing JPEG files located on the filesystem. A simple chunk of code I found uses the java.awt package to handle this nicely, but when I moved the compiled classes from my windowsXP testing machine to a linux

Remote Debugging facility

2003-08-29 Thread sreekant_gottimukkala
Has any one successfully used the Remote Debugging facility of ECLIPSE with TOMCAT 4.0.X ? I tried using it but am getting a message that says Failed to connect to remote VM, Connection refused. Below is how I setup TOMCAT ECLIPSE for debugging. Added the below statement to CATALINA.bat SET

Re: [OT] Image resizing servlet

2003-08-29 Thread Graham Stark
Cameron, Is X Windows running on your Linux box? If not, add: -Djava.awt.headless=true to the startup options of your web container. Graham As part of my content management system, I need to be able to generate thumbnails from existing JPEG files located on the filesystem. A simple chunk

What is Java Server faces ?

2003-08-29 Thread Madhu Nair
Hi, What is java server faces technology? Is it similar to Struts ? Will all that I learnt about Struts go waste? Regards, Madhu - Madhu Nair Member of Technical Staff, Persistent Systems Private Limited, Pune 411016 INDIA. Tel: +91-20-5678900 Ext: 335

Struts form validation: DAO and multipages

2003-08-29 Thread Leyla TOLUN (Internet Yazilimlari Yonetmeni)
Hi, I have a multipage transaction. On the first page, inside the Action class , I bind a DAO list to request. This is listed on the second page. When I submit the formed page, if the next ActionForm.validate fails, it automatically returns to the previos page. (As defined in the

struts and user Privileges

2003-08-29 Thread Kannan
Hi, What i have to do is, 1. I have some roles which have some Privileges(admninistrator...) 2. I have a jsp page has delete , view , update , ...buttons.. according to PrivilegesI try to shoe the user these buttons e.g: Admin can see all the buttons but the normal user can not. Can anyone help

Re: Struts Tiles

2003-08-29 Thread Herbert
sorry, forget it !! it was about the database connection... not the tiles. thanx Herbert - Original Message - From: Herbert [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:15 AM Subject: Struts Tiles Hello all. Im trying to install a

Display Taglib vs HtmlTable

2003-08-29 Thread thomas Sontheimer
http://edhill.its.uiowa.edu/display/ http://htmltable.yuriy-zubarev.com/jsp/index.jsp Has anyone tried these two taglibs? which one do you recommend? thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: What is Java Server faces ?

2003-08-29 Thread Navjot Singh
Hi, I guess most of the people have some misconception about JSF. They are not here to compete with Struts and i think of them as complementary support to Struts framework. Start reading on JSF here http://www.jsfcentral.com regards Navjot Singh |-Original Message- |From: Madhu Nair

RE: Display Taglib vs HtmlTable

2003-08-29 Thread Paul McCulloch
I have only tried the display taglib. I've found it to be powerful, easy to use easy to extend. My requirements are such that I've had to use the un-released 'display09' stream. But it does everything I need, seems stable, and the code is easy enough, for a developer with only a few months of

[OT] Weblogic Caching

2003-08-29 Thread rajendra . x . yadav
Hi, How to prevent Weblogic 8.1 sp1 from Caching the jar's, jsp's and other files for a WEB APPLICATION. It caches most of the stuff. thanks -raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Remote Debugging facility

2003-08-29 Thread Paul McCulloch
I use this facility without a problem. My CATALINA_OPTS Eclispse settings are identical to yours. How are you startimg Tomcat? The icon installed in the Start menu *does not* use catalina.bat. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 29 August

Re: struts and user Privileges

2003-08-29 Thread graham . stark
Quoting Kannan [EMAIL PROTECTED]: Try: logic:present role=admin your button /logic:present or somesuch, Graham Hi, What i have to do is, 1. I have some roles which have some Privileges(admninistrator...) 2. I have a jsp page has delete , view , update , ...buttons.. according

RE: variable in tag

2003-08-29 Thread Paul McCulloch
That is exactly how you do it! If that isn't working then it may be beacuse you are using the html-el taglib rather than the standard one. Paul -Original Message- From: LUCERO,DENNIS (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 22:23 To: ' ([EMAIL PROTECTED])' Subject:

Re: J2EE IDE

2003-08-29 Thread Prasenjit Narwade
- Original Message - From: Firat TIRYAKI [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:03 AM Subject: Re: J2EE IDE you should use eclipse, it doesn't use swing for GUI's, and it's faster than the others. F. - Original

RE: Vacancy

2003-08-29 Thread Mark Galbreath
Where the heck is this? Is English spoken there? -Original Message- From: Indra Gunawan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 9:27 PM To: 'Struts Users Mailing List' Subject: FW: Vacancy PT. BenihInti Subur Intani (BISI), Charoen Pokphand (CP) group, is one of the

RE: What is Java Server faces ?

2003-08-29 Thread Mark Galbreath
This should help: http://www.catb.org/~esr/faqs/smart-questions.html -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:52 AM What is java server faces technology? Is it similar to Struts ? Will all that I learnt about Struts go waste?

RE: Html:select

2003-08-29 Thread Seshadhri Srinivasan
Hi, Can someone help out with the usage of html:select. The API just gives the syntax ans the parameters that can be used with place. I understand that it can be used with combo boxes. I have to poulate a combo box using this. Thanks, Seshadhri Srinivasan

RE: What is Java Server faces ?

2003-08-29 Thread Hue Holleran
Maybe this: http://marc.theaimsgroup.com/?l=struts-userw=2r=1s=JSF+Java+Server+Faces; q=b -Original Message- From: Madhu Nair [mailto:[EMAIL PROTECTED] Sent: 29 August 2003 08:52 To: Struts Users Mailing List Subject: What is Java Server faces ? Hi, What is java server faces

Re: [FRIDAY] Vacancy

2003-08-29 Thread Adam Hardy
Mark, they won't want you, so just forget about it. However after watching the Bollywood movie 'Sometimes Happy, Sometimes Sad', I can understand why impressionable people like you might want to go and work there. ;) On 08/29/2003 11:51 AM Mark Galbreath wrote: Where the heck is this? Is

message resource error/Plz Urgent

2003-08-29 Thread mahavir
Hi Friends Yesterday i had posted my question regarding the error when i try to browse the jsp pages.I had got three or four replies but the error is not corrected. Please anyone can guide me in detail. the error is-- Error: 500 Location: /hello-world/hello.jsp Internal Servlet Error:

RE: [FRIDAY] Vacancy

2003-08-29 Thread Mohd Amin Mohd Din
Its in Indonesia, not India -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:32 PM To: Struts Users Mailing List Subject: Re: [FRIDAY] Vacancy Mark, they won't want you, so just forget about it. However after watching the Bollywood movie

Re: message-resources

2003-08-29 Thread Adam Hardy
Hmmm, yes. Problematic. With 1.0 we used a custom taglib that called the string from the correct bundle using this code: public static String getResource( ServletContext pContext, String pBundle, String pKey) throws Exception { MessageResources lResources

? and are bad for searchengines

2003-08-29 Thread Marius Oancea
problem description I have a web application made with struts. The servlet container is tomcat 4.1.x. All my action are called in the falloing way: /path/actionname?param1=text1param2=text2 and so on. Such urls are very bad for search engines. I want to use urls like

RE: Struts Tag Question

2003-08-29 Thread Hue Holleran
Hi David, Be aware that struts will use to delimit the href attribute, so try: html-el:link href=javascript:Start('${indexedBean.id}')test/html-el:link Hue. -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 22:57 To: Struts Mailing List

RE: [FRIDAY] Vacancy

2003-08-29 Thread sriram
This doesn't seem to be in the area of BollywoodIt's probably in Malaysia or Indonesia..I guess so from the name. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 4:02 PM To: Struts Users Mailing List Subject: Re: [FRIDAY] Vacancy Mark,

RE: Writing ActionForm(bean) class when the no of input boxes vary at runtime

2003-08-29 Thread Seshadhri Srinivasan
Hi, I am used to coding ActionForm beans to get data from a JSP page when the no. of input boxes on the page are constant. But now, I have a page wherein I use a Handler class to get the dimensions of a table and then I use the logic:iterate tag to create variable number of input boxes(that

RE: [FRIDAY] Vacancy

2003-08-29 Thread Kristanto Oetomo
It's one of the 10 largest agro business companies in the world with a net profit of 10 Billion USD=) http://www.cpthailand.com/ Yeah, its headquarter is in Thailand with a branch company in Indonesia -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: [FRIDAY] Vacancy

2003-08-29 Thread Adam Hardy
no way, you're only saying that so I won't send my CV, coz you want the job. On 08/29/2003 12:46 PM Mohd Amin Mohd Din wrote: Its in Indonesia, not India -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:32 PM To: Struts Users Mailing List

2 Parameters

2003-08-29 Thread Mehta, Chirag (IT)
Does anyone know if it possible to pass 2 parameters using the display tag? Current code: display:column property=sqltitle title=SQL Name href=GIM2Results.do paramId=sqltitle paramProperty=sqltitle/ Produces link: http://localhost:8080/wact/pages/GIM2Results.do?testsqlscript=select

RE: [FRIDAY] Vacancy

2003-08-29 Thread Andrew Hill
Hmm practically next door to me :-) (I even studied bahasa at uni, not that I can remember a word now) -Original Message- From: Kristanto Oetomo [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 18:52 To: 'Struts Users Mailing List' Subject: RE: [FRIDAY] Vacancy It's one of the

Re: ApplicationResources

2003-08-29 Thread James Mitchell
http://www.mail-archive.com/[EMAIL PROTECTED]/msg73159.html -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 1:32 PM

RE: Writing ActionForm(bean) class when the no of input boxes va ry at runtime

2003-08-29 Thread Seshadhri Srinivasan
Hi, I would like to add another query. I wish to know how I can assign unique property ids to my text boxes(i.e. html:text property=21/) in the following code. I feel would be needing unique ids so that I can access their values through the Action Form. Please Correct me if my last statement is

RE: What is Java Server faces ?

2003-08-29 Thread Andrew Hill
Eh? You sure thats the link Mark? I read through it but it all seems to be some nonsense about questionable hackers , or hackers with questions or asking questions or something like that? - I didnt see anything about JSF or even struts. -Original Message- From: Mark Galbreath

RE: [FRIDAY] Vacancy

2003-08-29 Thread Mark Galbreath
Isn't Andrew living/working in Indonesia? I thought he said he hated it there. -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:47 AM Its in Indonesia, not India -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED]

RE: [FRIDAY] Vacancy

2003-08-29 Thread Andrew Hill
Uh, no. Havent even been there (unless you count flying over). -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 18:55 To: 'Struts Users Mailing List' Subject: RE: [FRIDAY] Vacancy Isn't Andrew living/working in Indonesia? I thought he said

Manipulation messages in Action Objects!

2003-08-29 Thread manglu
Hi, How do i write an attribute which is specified in teh request scope (contains the key from a message bundle) The bean:write expects a Bean to be in one of hte scopes? What are the tags available for me to use? Also, i have a message like this: docket.title=Docket {0} Services ({1})

Repost: Validations in Action Form

2003-08-29 Thread sriram
Can some please validate this? My application uses Struts Action Form. I am also using Value Objects. I am not doing validations using validations.xml and validator-rules.xml. I'm performing simple validations on server side as follows: Can some one please check the below code and tell me if

UML class diagram - Struts-aware GUI, anyone?

2003-08-29 Thread karl wettin
Struts-users, my project Silvertejp translates UML class diagrams to stereotyped source code (beans, persistent beans, et.c.). Now I want it to generate Struts-aware code so that one can navigate and edit the data. Since I've never touched Struts before, I need help defining the template dummy

Debugging App under SunOne JVM

2003-08-29 Thread sreekant_gottimukkala
Has anyone tried remote debugging an App under SunOne JVM using ECLIPSE Remote Debugging facility. Regards Sreekant G @ 98404-65630 This mail was scanned by Interscan Virus Wall of Mailserver2 at SNR, TCS, Chennai - To

Re: Repost: Validations in Action Form

2003-08-29 Thread Adam Hardy
Hi Siriam, there are no struts framework rules. There is the MVC framework which you should try to adhere to and not violate, which is why you are using struts, right? There are areas in struts where the adherence to MVC design, or even OO design, is not 'optimal', caused by the interfaces

Re: JSTL API docs?

2003-08-29 Thread Adam Hardy
Thanks everybody, although David and Mark you were both not quite there - this is what I had: bean:message name=contextHeader / where contextHeader is a variable created by Tiles containing the resource key. It is: fmt:message key=${contextHeader}/ Mark the 'var' attribute is the variable

how to show pdf from the struts

2003-08-29 Thread Mahbub ul Huq Bin Kabir
Hi, I'm using struts from few months and now doing reports using xml and xslt. I'm using xalan to generate reports and now want to use FOP to generate reports. I make a report and i can generate it but I'm using Internet Explorer 6.0 which does not starts Acrobat reader automatically, i go

RE: Repost: Validations in Action Form

2003-08-29 Thread sriram
Adam, Thanks for the information. Sriram -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 5:18 PM To: Struts Users Mailing List Subject: Re: Repost: Validations in Action Form Hi Siriam, there are no struts framework rules. There is the MVC

WEB interface ?

2003-08-29 Thread Andrey . Rogov
There is Enterprise Management System done under Power Builder, Oracle. I'd like to re-write applications on Java, as it will be not request client's workstations configuration. I'm thinking about client's interface. WEB interface has some advantages, but it has some disadvantages the same time

JMeter + WSAD 5.0

2003-08-29 Thread Raj Atchutuni
Did anyone used JMeter with WSAD 5.0. Is it a plug-in which we can integrate in WSAD5.0. Please send me a link for 'how-to' if you have one. Thanks Raj - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

RE: 2 Parameters

2003-08-29 Thread Paul McCulloch
You might have more luck on the list for that tag: http://lists.sourceforge.net/lists/listinfo/displaytag-user I use decorators to do this sort of thing. Paul -Original Message- From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] Sent: 29 August 2003 12:02 To: Struts Users Mailing List

RE: What is Java Server faces ?

2003-08-29 Thread Mark Galbreath
Did you read the part about doing a web search before posting inane questions on mailing lists? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 7:04 AM To: Struts Users Mailing List Subject: RE: What is Java Server faces ? Eh? You sure thats

Re: What in the world is bean:page tag for???

2003-08-29 Thread Bill Johnson
Can you elaborate on this? Are you saying that bean:write cannot see the implicit request or session objects? Regards, Bill --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Thu, 28 Aug 2003, Bill Johnson wrote: Date: Thu, 28 Aug 2003 19:48:20 -0700 (PDT) From: Bill Johnson [EMAIL

RE: What is Java Server faces ?

2003-08-29 Thread Andrew Hill
Well yeah sure, but I just assumed it only applied to other people. -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 20:42 To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: What is Java Server faces ? Did you read the part

Re: What is Java Server faces ?

2003-08-29 Thread Jeff Kyser
do you still have to do a web search if you don't actually ask an inane question, but instead include the phrase 'I don't have the time to...' LOL -jeff On Friday, August 29, 2003, at 07:41 AM, Mark Galbreath wrote: Did you read the part about doing a web search before posting inane questions

Re: Vacancy

2003-08-29 Thread David Stemm
Why would you need a recent photo for an application? - Original Message - From: Indra Gunawan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 8:27 PM Subject: FW: Vacancy PT. BenihInti Subur Intani (BISI), Charoen Pokphand (CP)

RE: Vacancy

2003-08-29 Thread Andrew Hill
Never figured it out, but its pretty much standard practice in this corner of the world! -Original Message- From: David Stemm [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 20:42 To: Struts Users Mailing List Subject: Re: Vacancy Why would you need a recent photo for an

[OT] RE: What is Java Server faces ?

2003-08-29 Thread Mark Galbreath
yep, and can you write my code for me? -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 9:02 AM To: Struts Users Mailing List Subject: Re: What is Java Server faces ? do you still have to do a web search if you don't actually ask an inane

RE: Vacancy

2003-08-29 Thread Mark Galbreath
Al Quieda face recognition scans? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 9:17 AM To: Struts Users Mailing List Subject: RE: Vacancy Never figured it out, but its pretty much standard practice in this corner of the world!

Re: XML Parsing - Castor and Digester ?

2003-08-29 Thread Greg Reddin
Castor: http://www.castor.org/ Digester: http://jakarta.apache.org/commons/digester/ krthekeyan wrote: Hi, I found our guys suggested Castor and Digester xml parsers for xml parsing. May i know what are these and what for we can use this. and in which way it is different between jaxp and jaxb

[FRIDAY] RE: Vacancy

2003-08-29 Thread Bill Chmura
I am pretty sure this is one of those hiring for an evil army jobs... Sure first they hit you with the its going to be so cool for you being an evil henchmen then your off in the middle of nowhere with no girls anywhere execpt for the evil madmans henchnessess and forget about them... This has

html:base pe problem

2003-08-29 Thread Heather Buch
Hi, When I use the html:base tag (using Tiles), my base href url gets rendered with a pe at the end, plus some other gibberish that prevents it from working, for example: base href=http://www.myurl.compe; instead of base href=http://www.myurl.com; So I had to remove the html:base tag.

Re: Vacancy

2003-08-29 Thread James Harman
So that they can determine if you would be a good model for the company's corporate clothing line. David Stemm wrote: Why would you need a recent photo for an application? - Original Message - From: Indra Gunawan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED]

Re: ? and are bad for searchengines

2003-08-29 Thread Marius Oancea
Marius Oancea wrote: problem description I have a web application made with struts. The servlet container is tomcat 4.1.x. All my action are called in the falloing way: /path/actionname?param1=text1param2=text2 and so on. Such urls are very bad for search engines. I

RE: Vacancy

2003-08-29 Thread Kristanto Oetomo
Guys. Good or Evil. This company turns net profit of USD$10Billion -Original Message- From: James Harman [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 10:21 PM To: Struts Users Mailing List Subject: Re: Vacancy So that they can determine if you would be a good model for the

RE: Display Taglib vs HtmlTable

2003-08-29 Thread Yansheng Lin
I think 'htmltable' is a bit more powerful since it's got a few extra goodies you can use. I am not sure if you can sort the whole list with display taglib, but with htmltable you can. Of course I only tried the released versioin of display, I will give the 'display09' a try soon. But both will

RE: Vacancy

2003-08-29 Thread Yansheng Lin
A picture tells a story. A recent photo likely reveals your age, gender, and sometimes personality. Imagine you sit in front of a camera, what would you want yourself to look like? And that tells the others what you *think* is your best self, etc... Photo editing is a big industry in Japan

Re: [FRIDAY] Vacancy

2003-08-29 Thread James Harman
I wonder if they consider a tele-commuter. Andrew Hill wrote: Uh, no. Havent even been there (unless you count flying over). -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 18:55 To: 'Struts Users Mailing List' Subject: RE: [FRIDAY] Vacancy

RE: [FRIDAY] Vacancy

2003-08-29 Thread Andrew Hill
A fair few of the expat workers in Indonesia are actually based here so they fly over during the week, and back here for the weekend as its only an hour or twos flight. (That sort of job is way out of my league of course, - alas! my commute is a daily one - taking one and a half hours to get to

[OT] Re: Vacancy

2003-08-29 Thread Brian Lee
I think they want a recent photo for racial profiling purposes. I once had a Gattica moment, when a company had me come down for a preliminary interview. After talking for a few moments they said I was good to go. I asked why we couldn't have done this over the phone and the recruiter went on

Resetting ActionForm transient props

2003-08-29 Thread Sasha Borodin
From Struts release notes 1.1 b1: The ActionForm class is now truly serializable, because the two non-serializable instance variables (servlet and multipartRequestHandler) have been made transient. However, if you actually do serialize and deserialize such instances, it is your responsibility to

Re: message resource error/Plz Urgent

2003-08-29 Thread Andrew Kuzmin
hi, this should help: struts-config.xml: add message-resources parameter=resources.application/ and place file application.properties to /WEB-INF/classes/resources dir. -- andrew www.java201.com - Original Message - From: mahavir [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: [FRIDAY] RE: Vacancy

2003-08-29 Thread Andrew Hill
Any chance I'd get to ride in the corporate Battlesub? -Original Message- From: Bill Chmura [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 21:27 To: 'Struts Users Mailing List' Subject: [FRIDAY] RE: Vacancy I am pretty sure this is one of those hiring for an evil army jobs...

RE: [OT] Re: Vacancy

2003-08-29 Thread Andrew Hill
In this area of the world its still quite normal to have to enter ones race ( religion medical history) on applications for all sorts of things including of course jobs. (I usually put human much to their annoyance). In this country (though not in many of our less developed neighbours) it is

WAR file: deployment to J2EE 1.4 Beta 2, Early Access app server...

2003-08-29 Thread OFlaherty, Colm
I am attempting to deploy an EAR file to the app server in J2EE 1.4 Beta 2, Early Access, and am getting the following error: [SEVERE][j2eesdk1.4_beta2][][][12][org.apache.struts.util.RequestUtils][29.August.2003 15:44:37:031 IST][Error creating form bean of class

RE: Validations in Action Form

2003-08-29 Thread Yansheng Lin
There is no such thing as 'Struts Framework rules'. In fact there is so many ways you can do this validation in struts that it's confusing for anyone new-to-struts. For example you can either use the commons-validator framework(which I use), or inside the validate method comes with struts

Re: [FRIDAY] RE: Vacancy

2003-08-29 Thread Adam Hardy
I read your emails, and then I realized: you two joint-win the Friday Unsolicited Creative Kommunication award. You get a rosette to tie to your beanie hat, and then you can say you're F.U.C.K.'ed in the head. On 08/29/2003 04:49 PM Andrew Hill wrote: Any chance I'd get to ride in the corporate

RE: XML Parsing Dilemma

2003-08-29 Thread David Graham
--- Mark Galbreath [EMAIL PROTECTED] wrote: This is my real dilemma. I think an XML parsing engine should be able to take a validated XML file and output: tag_name = tag_value and understand where one record stops and another record begins. For crying out loud, I can write the thing

validating mapped properties

2003-08-29 Thread Yusuf Kör
Hallo, I have a dynamic form with groups of input fields (string fields, integer fields, double fields .etc.). If I validate these fields with struts validator, then the Validator Class throws the Exception: java.lang.NoSuchMethodException: Property 'string' has no getter method. Has somebody

nested root and nested iterate

2003-08-29 Thread Hiren Dossani
hello, refer to the code below: nested:root name=shoppingCart nested:iterate property=itemMap tr td nested:write property=value.pname/ /td /tr /nested:iterate /nested:root it always give me error as : java.lang.IllegalArgumentException: Null property value for 'itemMap(13)' at

RE: XML Parsing Dilemma

2003-08-29 Thread Mark Galbreath
Thx David; I'll look into it. Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:39 PM To: Struts Users Mailing List Subject: RE: XML Parsing Dilemma --- Mark Galbreath [EMAIL PROTECTED] wrote: This is my real dilemma. I think an XML

Re: What in the world is bean:page tag for???

2003-08-29 Thread Craig R. McClanahan
On Fri, 29 Aug 2003, Bill Johnson wrote: Date: Fri, 29 Aug 2003 05:55:00 -0700 (PDT) From: Bill Johnson [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: What in the world is bean:page tag for??? Can you

RE: message resource error/Plz Urgent

2003-08-29 Thread David Tobey
Mahavir: Try going to HelloWorld.do in your browser, rather than hello.jsp? dave -Original Message- From: mahavir [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 4:34 AM To: [EMAIL PROTECTED] Subject: message resource error/Plz Urgent Hi Friends Yesterday i had posted

RE: [FRIDAY] RE: Vacancy

2003-08-29 Thread Gamas Sugiarto
1. In Indonesian's Universities, getting GPA 3.0 is as hard as getting 3.5 GPA in US 2. Alot of employers overthere required you to include alot of weird requirements and these are some of the examples: - Male, university graduated majoring in Accounting - Maximum age 27 3. And Indonesia is

Suggestion of a java package hierarchy for a Struts project

2003-08-29 Thread Jean-Michel Garnier
My company is going to use Struts for all its web applications and we have defined a standard java package hierarchy. I submit the result of our work to the community so any company new to Struts could use it. If you are currently using Struts, I am interested by your feedback. Toolkit project

RE: [OT] Re: Vacancy

2003-08-29 Thread Chen, Gin
Maybe there's just a perverted bunch of male programmers? There's not many females in our industry. And judging from the GPA (GAP?) requirements.. they want the dumb blonde variety. - Tim -Original Message- From: Brian Lee [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 11:01 AM

  1   2   >