storeException from ExceptionHandler

2004-09-28 Thread Sebastian Ho
Hi I can't get the storeException to work in my ExceptionHandler implementation. I wish to print out ActionErrors onto the browser but the storeException only accept an ActionError parameter. How do I print multiple lines? Thanks Sebastian Ho

RE: Compilation of JSP at time of deployment?

2004-09-28 Thread McCormack, Chris
Look at jspc for pre-compiling your JSPs when building the archive for deployment. -Original Message- From: Mike Elliott [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 00:50 To: Struts Users Mailing List Subject: Compilation of JSP at time of deployment? I have a neglected Ultra 1,

how to right align html:text ?

2004-09-28 Thread BOU Hou
Hello , Is it impossable to right align the text in the html:text tag? Please tell me how to do it . Thankyou. __ TSUKAME EIKOU! KAGAYAKE EGAO! Yahoo! JAPAN JPC OFFICIAL INTERNET PORTAL SITE http://pr.mail.yahoo.co.jp/para/

RE: Clean way to obtain a property's value...

2004-09-28 Thread Paul McCulloch
This is quite a FAQ. The neatest solution propsed was, IMO, the 'bind' tag in the Jakarta Unstandard taglib (http://jakarta.apache.org/taglibs/sandbox/doc/unstandard-doc/index.html#bin d). I curently use the c:set + scriptlet solution you propose. Paul -Original Message- From: Adam

RE: Compilation of JSP at time of deployment?

2004-09-28 Thread Paul McCulloch
JBoss/Tomcat (which I assume you are referring to) has default behaviour whereby the compiled JSPs get deleted on graceful server shutdown. Killing the process hard gets round this issue, or there is a config setting which disables this. You need to edit the tomcat config file

RE: how to right align html:text ?

2004-09-28 Thread Paul McCulloch
This is a basic html question - nothing to do with Struts. Try Google first - http://www.google.com/search?q=input+text++right+align Paul -Original Message- From: BOU Hou [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 9:34 AM To: Struts Users Mailing List Subject: how

extracting data from oracle to excel

2004-09-28 Thread Kranti Parisa
Hi Everybody, need some information . the prob goes like this... we have a jsp page with some select boxes n all...its a search criteria the contects of the select boxes should be dynamically changed after user clicks on go button... the report has to be generated with that

Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi eveybody, need some information . the prob goes like this... we have a jsp page with some select boxes n all...its a search criteria the contects of the select boxes should be dynamically changed after user clicks on go button... the report has to be generated with that

Hello Group

2004-09-28 Thread Kranti Parisa
Hello Friends, I have just joined into the list... I am very new to this filed.. hope u all will help me to solve the problems.. Thank you -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
http://www.displaytag.org/example-export.jsp Paul -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 9:56 AM To: [EMAIL PROTECTED] Subject: Need Help: exporting oracle database records to excel files Hi eveybody, need some

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread McCormack, Chris
/pat on the back for Paul for answering so many questions today :) -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 10:14 To: 'Struts Users Mailing List' Subject: RE: Need Help: exporting oracle database records to excel files

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi Paul, Thanq very much for ur reply... Its exporting to excel.. but in our application we need to generate a seperate excel file for the records...and how to obtain the freezing properties for the generated excel file Thanq Kranti On Tue, 28 Sep 2004 10:14:18 +0100, Paul McCulloch [EMAIL

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
It's either that or real work :-) -Original Message- From: McCormack, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 10:22 AM To: Struts Users Mailing List Subject: RE: Need Help: exporting oracle database records to excel files /pat on the back for Paul for

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kailash Vasani
Hi, Checkout following link http://jakarta.apache.org/poi/index.html POI is supposed to have capability to write files in Excel 97 format. Kailash -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 2:55 PM To: Struts Users Mailing List

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Paul McCulloch
As this is no longer Struts related can I suggest that you take this to a different list? The display tag user group detaisl can be found at http://lists.sourceforge.net/lists/listinfo/displaytag-user Anyway, I don't understand your question I'm afraid. Perhaps you could try rephrasing it? Paul

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Thanq Paul, On Tue, 28 Sep 2004 10:32:21 +0100, Paul McCulloch [EMAIL PROTECTED] wrote: It's either that or real work :-) -Original Message- From: McCormack, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 10:22 AM To: Struts Users Mailing List Subject:

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi Kailash, How can we obtain the freezing properties for the generated excel file... i mean the first column of the excel sheet should be constant.. that means if u navigate horizontally in the excel sheet..after some columns we will observe that the previous columns are moving left side...

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Luis Urueña Frías
Hi!! We have delevoped one application who needs a specific funcionality of excel export/import data. It has an action which retrieve relevant data from database, when the action is invoked by a button. Next, the action call an Excel builder object, which create the Excel file with the relevant

Accessing nested collection

2004-09-28 Thread Boukovska, Danielle
Hi all I have a problem with getting a hierarchy of nested properties to display. I have an ActionForm which has a property A of type HashMap. A is keyed on Strings, and each value of A is a Collection (ArrayList). This collection contains objects of type B. I am trying to iterate through the

Re: [NEWBIE] Local forward with html:link?

2004-09-28 Thread Duncan Mills
No I wouldn't say that putting /bookEdit.do in the JSP gives it any knowledge of the navigation sequence. By definition an Action is an abstraction, the page knows nothing of the implementation, which is the point of having the controller. Forwards themselves are attributes of the

How to validate the indexed properties using the vaildation framework ?

2004-09-28 Thread Vasu Johnson
Hi, I am using DynaValidatorForm. The entry in my struts-config.xml looks like : form-bean name=beanForm type=org.apache.struts.validator.DynaValidatorForm form-property name=lines type=com.upromise.odt.ui.actions.campaign.Line[] size=0/ /form-bean Where, the Line class

Re: extracting data from oracle to excel

2004-09-28 Thread Duncan Mills
So you're not really asking a Struts question right? - Your asking a how to I programatically create XLS files For really simple output for Excel then you can just dump a comma separated file from the database, set the correct mime type and let Excel sort it out - but if you want to start

Re: storeException from ExceptionHandler

2004-09-28 Thread Sebastian Ho
Nobody answered my mail yet and I got the solution, so here it is for those interested. overwrite storeException and set it into Global.ERROR attribute. On Tue, 2004-09-28 at 14:17, Sebastian Ho wrote: Hi I can't get the storeException to work in my ExceptionHandler implementation. I

Loading log4J properties file

2004-09-28 Thread Prasad, Kamakshya
Hi All, I am newbie in log4j. Please advice me the best option for loading the log4j properties file in a web application. Regards, KP

Re: Loading log4J properties file

2004-09-28 Thread Kranti Parisa
Hi, Just have a look... here EcapsuleLogger is a java class.. with in that logInfoMessage is a method...which will take the class name and the message ... EcapsuleLogger.logInfoMessage(LoginAction.class, In the TRY BLOCK of the LoginAction); this message will go into the log file... this is

RE: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kailash Vasani
Hi, Since this was going off the main stream Struts dev mailing list, I decided to take this discussion out of it. But then again on second thought, I would like to share the idea with all. The idea is to use AUTOMATION interface of MS Office applications (Excel, Word etc), so you have to have

Re: Loading log4J properties file

2004-09-28 Thread Tuncay Baskan
On Tue, 28 Sep 2004 20:39:59 +0900, Prasad, Kamakshya [EMAIL PROTECTED] wrote: Hi All, I am newbie in log4j. Please advice me the best option for loading the log4j properties file in a web application. log4j searches your applicaton's classpath to find a log4j.properties file. So placing

Re: Loading log4J properties file

2004-09-28 Thread Kranti Parisa
Yep.. first of all we need to put the properties file in WEB-INF/classes folder.. after adding that to classpath... just implement that in java class so that it will automatically send the message to log file... Kranti On Tue, 28 Sep 2004 15:06:49 +0300, Tuncay Baskan [EMAIL PROTECTED] wrote:

[solved]Re: Struts tags JSTL

2004-09-28 Thread bmf5
Well I found the problem it's embarrassing. For the sake of others I'll humiliate myself. The jsp I was working on was a cut/paste I had inherited. In adding some functionality I started using the jstl tags but neglected to see if the taglib had been declared in the jsp. Of course, it

RE: extracting data from oracle to excel

2004-09-28 Thread Shilpa Vaidya
hi kranti ur forming data coming according to criteria by firing queries. To get this data into excel sheet. use of plugin called POI -jakarta apache project. I have less time to explain coz of delivery time at my end but u would need to 1. import jar files in ur lib which u get

[repost] Accessing nested properties

2004-09-28 Thread Boukovska, Danielle
Hi all I have a problem with setting the values on a hierarchy of nested properties. I have an ActionForm which has a property A of type HashMap. A is keyed on Strings, and each value of A is a Collection (ArrayList). This collection contains objects of type B. I am trying to iterate through

Re: Can I detect file size without uploading?

2004-09-28 Thread Bj
Hi, I have tried several ways to limit upload size but none seems to work. Each time, the request uploads the whole file before detecting it's too large. The only way to avoid this may be to configure the web/JSP server himself if it's possible (check but I think tomcat 5 doesn't) Or to find a

Re: How to validate the indexed properties using the vaildation framework ?

2004-09-28 Thread Vasu Johnson
After browsing through the struts archives, I have done the following changes to validation.xml. form name=beanForm field property=bd indexedListProperty=lines depends=required arg0 name=required key=${var:bp} resource=false/ var var-namebp/var-name var-valuebp/var-value /var /field

How restrict the validation when I use the DynaForm

2004-09-28 Thread Gabriel França Campolina
Hi, Sorry with my text, I don´nt speak and write english very well(I´m brazilian), but I will try... I'm using the DynaForm and I created 3 methods in my action: save, delete and start, but only in the fist method I need validation, the others I don't went to use, How I do? Thanks, --

Rendering javascript using Action

2004-09-28 Thread Antony Paul
Hi all, I have a need to render Javascript. How I can use an Action for this. Using Struts 1.1. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with PostgreSQL data source

2004-09-28 Thread Kyle Korndoerfer
I am not running PostgreSQL on my Windows box. The connection string in the Data Source config section is pointing to the SuSE box. I am using pgAdmin III on my Windows box to manage the database without error, so I can connect to my SuSE box and PostgreSQL without issue. I launch Tomcat from

RE: How restrict the validation when I use the DynaForm

2004-09-28 Thread Marco Mistroni
Hello, Although u r using a dynaactionform, you could still write your javaclass that extends dynaactionform, and write only the validate method that checks which 'mehtod' you have just called Or you can go for the Validator. Regards marco -Original Message- From:

Re: How restrict the validation when I use the DynaForm

2004-09-28 Thread M. Onur Tokan
I think if you think of writing your custom validation mathods, you should try flat ActionForm than DynaActionForm or use validator plug in. On Tue, 28 Sep 2004 15:36:46 +0100, Marco Mistroni [EMAIL PROTECTED] wrote: Hello, Although u r using a dynaactionform, you could still write

RE: Presentation of the Validation Warning Messages

2004-09-28 Thread Marco Mistroni
First, The first time that the form is displayed (a blank form), all the validation warning messages are on the top of the web page. Can anybody tell what went wrong? Because validation warning messages are supposed to be shown after the form is submitted (if there are errors). Probably you

How copy the values of my DynaForm to my Bean

2004-09-28 Thread Gabriel França Campolina
Hi folks, I'd like know how copy fields that not String, of my DynaForm to my bean, I'm use the commos beanutils, but when this read one field the type java.util.Date one exception is created...How i do? Thanks, -- Gabriel França Campolina Tel: 9202-8320

Re: Problem with PostgreSQL data source

2004-09-28 Thread Vic Cekvenich
1. You should use the Container (Tomat and not Struts) data source and not use connection pool, rather the DataSourcePool that comes with JDBC drivers. Connections are more for clients and PooledDataSource is for servers, so use that part of any JDBC driver. 2. You should write a helo world

FW: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted, cause:

2004-09-28 Thread Shilpa Nalgonda
Hi, I am getting the timeout exception for connection pooling, i am using Tomca 4.1 and datasource to retrieve connections. I am attaching all the soure code and configuration files used in my application, please suggest where iam doing wrong... SEVERE: getConnection()--SQLException

Can we say that we are applying Adapter design pattern when writing our actions?

2004-09-28 Thread Chris
Howdy, Some article say that in struts web applications, our actions (say: MyLoginAction extends Action) connect controller(C) and model(M), make them work together: Controller == Action == Model Therefore, can we say precisely our actions play a adapter role and we are applying Adapter

Storing the last request - JAAS?

2004-09-28 Thread Mark Benussi
I need to store the last request so that if a user requests a page that requires authentication etc it can be processed and then the user can be redirected to the last request. I am going to be integrating with JAAS this week so maybe there is something built in already (Which would make

RE: Storing the last request - JAAS?

2004-09-28 Thread Paul McCulloch
This will be done for you if you enable container managed security for your web container. Paul -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:32 PM To: [EMAIL PROTECTED] Subject: Storing the last request - JAAS? I need to

html:link .... and a href= ....

2004-09-28 Thread Caroline Jen
I am working on one of my Struts JSPs. I am trying to put a link (not a link to invoke an action); something equivalent to: a href=http://www.google.com;Google/a I want user to be at the Google's web site when they click on 'Google' in my JSP. The above HTML tag gives me a problem. I tried to

RE: Storing the last request - JAAS?

2004-09-28 Thread Mark Benussi
OK... good to know it can be done, how (In a nutshell do I enable this) and then access it via my action? Do you have a link to doc I can read? Original Message Follows From: Paul McCulloch [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing

Re: html:link .... and a href= ....

2004-09-28 Thread Wendy Smoak
From: Caroline Jen [EMAIL PROTECTED] I am working on one of my Struts JSPs. I am trying to put a link (not a link to invoke an action); something equivalent to: a href=http://www.google.com;Google/a I want user to be at the Google's web site when they click on 'Google' in my JSP. The above

Struts and JSF

2004-09-28 Thread ajTreece
Morning Folks... The group I'm with is being pushed to migrate from Struts to JSF. Whether that is good or bad move is not up for debate... It's just a design decision that we have to live with. I've seen random emails on this alias dealing with Struts / JSF issues and questions. What is

Re: Servlet Exception

2004-09-28 Thread Martin Cooper
Your JSP is too big. You'll either need to break it up into smaller compilation units (i.e. multiple JSPs) or move to Tomcat 4.1 or later, which can handle this type of problem. -- Martin Cooper On Tue, 28 Sep 2004 12:09:33 -, Zakaria kHABOT [EMAIL PROTECTED] wrote: Hi all, When I try to

Re: Struts and JSF

2004-09-28 Thread Don Brown
http://blogs.sun.com/roller/page/craigmcc/20040927#struts_or_jsf_struts_and On Tue, 28 Sep 2004 11:03:28 -0500, ajTreece [EMAIL PROTECTED] wrote: Morning Folks... The group I'm with is being pushed to migrate from Struts to JSF. Whether that is good or bad move is not up for debate... It's

Re: Can we say that we are applying Adapter design pattern when writing our actions?

2004-09-28 Thread Craig McClanahan
The adapter pattern is *definitely* a good way to use Struts Action classes. In particular, you are adapting the use of servlet API things like HttpServletRequest and HttpSession into calls on model tier methods that should be independent of the presentation tier API (so that those model tier

RE: Storing the last request - JAAS?

2004-09-28 Thread Paul McCulloch
I'd start with the servlet spec. Paul -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:45 PM To: [EMAIL PROTECTED] Subject: RE: Storing the last request - JAAS? OK... good to know it can be done, how (In a nutshell do I

Re: Struts and JSF

2004-09-28 Thread Craig McClanahan
On Tue, 28 Sep 2004 09:07:02 -0700, Don Brown [EMAIL PROTECTED] wrote: http://blogs.sun.com/roller/page/craigmcc/20040927#struts_or_jsf_struts_and Yep, that's me ... after endless arm twisting from my colleagues at Sun and elsewhere, I figured it was finally time to start blogging, and my

Re: html:link .... and a href= ....

2004-09-28 Thread Terry Roe
Caroline, You should be able to use the href attribute of html:link, like this: html:link href=http://www.google.com Google /html:link This will render the href unchanged. TR Caroline Jen wrote: I am working on one of my Struts JSPs. I am trying to put a link (not a link to invoke an action);

Re: html:link .... and a href= ....

2004-09-28 Thread Terry Roe
Oops, forgot the closing quotation mark... html:link href=http://www.google.com; Google /html:link TR Terry Roe wrote: Caroline, You should be able to use the href attribute of html:link, like this: html:link href=http://www.google.com Google /html:link This will render the href unchanged. TR

Re: findForward nto going to correct place

2004-09-28 Thread Tom Holmes Jr.
Hi Yves, I found out what the problem is. There was an error in my page where it lists this other path/file. I was intrigued by your statement about the validate=true. So, I started out with a much simpler page to experiment with your statement. In that situation I made some simple pahes

Why does Resin run on port 8080?

2004-09-28 Thread joe a.
Is there a reason why Resin runs on port 8080 by default? Just curious. Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why does Resin run on port 8080?

2004-09-28 Thread James Mitchell
The same reason Tomcat does. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: joe a. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 2:15 PM Subject: Why does Resin run on port

Updating collection elements within a form

2004-09-28 Thread Chaikin, Yaakov Y.
Hi, I have a form that has a collection of VOs. I am outputting those VOs using the logic:iterate. Each VO has a number of elements in them. All this is happening within an html:form. User is supposed to be able to update different things on that form. It is also a requirement that the user be

Re: Updating collection elements within a form

2004-09-28 Thread Vic Cekvenich
MyForm extends ActionForm implements Collection .V Chaikin, Yaakov Y. wrote: Hi, I have a form that has a collection of VOs. I am outputting those VOs using the logic:iterate. Each VO has a number of elements in them. All this is happening within an html:form. User is supposed to be able to

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
How about ANSWERING the question instead of HINTING at it and wasting my time. Or maybe go get laid, that would probably help too -Joe On Tue, 28 Sep 2004 14:19:35 -0400, James Mitchell [EMAIL PROTECTED] wrote: The same reason Tomcat does. -- James Mitchell Software Engineer / Open

RE: Why does Resin run on port 8080?

2004-09-28 Thread Jarnot Voytek Contr AU/SC
How about asking this question on a Resin list? -Original Message- From: joe a. [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 1:37 PM To: Struts Users Mailing List Subject: Re: Why does Resin run on port 8080? How about ANSWERING the question instead of HINTING at

Re: Why does Resin run on port 8080?

2004-09-28 Thread James Mitchell
LOLsorry for the brevity. Did you google? Have you ever tried to run tomcat or resin on a linux box when you are not logged in as root? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: joe a. [EMAIL

How to use tiles:get together with html:img

2004-09-28 Thread Phong Nguyen Thanh
Hi, I want to do something like this html:img page=tiles:get name='step'/ height=10 / step will represent some images that is dynamically put into using tiles:put. But what I got is img src=/validatortiles:get name='title'/ i.e. tiles:get name='step'/ is not get expanded. Can I do

Re: Why does Resin run on port 8080?

2004-09-28 Thread DGraham
I think you're confused about who is wasting who's time. And in case you're still confused, your simple (and extremely LAME) question is wasting the time of EVERY person on this list. What you failed to glean from the previous answer is that you are obviously too dumb (or too lazy) to find the

Re: Why does Resin run on port 8080?

2004-09-28 Thread David Stevenson
On 28/9/04 19:15, joe a. [EMAIL PROTECTED] wrote: Is there a reason why Resin runs on port 8080 by default? Yes. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to use tiles:get together with html:img

2004-09-28 Thread James Mitchell
That's correct. You cannot nest custom taglibs. Try separating them: bean:define id=pg tiles:get name='step'/ /bean:define html:img page=%=pg% height=10 / if 'step' was set to /images/myImage.gif, and your app was myApp, you would get: img src=/myApp/images/myImage.gif -- James Mitchell

RE: Updating collection elements within a form

2004-09-28 Thread Chaikin, Yaakov Y.
Vic, I think you misunderstood what I am asking. I already have a form that has a lot of other elements. One of its elements is a collection of items with properties. I need to be able to display the collection of items with its properties and let the user change those properties on the SAME page

Re: How to use tiles:get together with html:img

2004-09-28 Thread James Mitchell
...sorry, result should have been: img src=/myApp/images/myImage.gif height=10 -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
Entry: pompous Function: adjective Definition: arrogant Synonyms: affected, bloated, boastful, bombastic, conceited, egotistic, flatulent, flaunting, flowery, fustian, grandiloquent, grandiose, high-flown, highfalutin, hoity-toity, imperious, important, inflated,

Re: Why does Resin run on port 8080?

2004-09-28 Thread Jason King
Joe, Please remember this is all volunteer effort. None of us are your paid support staff so its not your perogative to bad-mouth us. That having been said, the reason why appservers default to some high port numbers is because in a unix or unix-like (linux,*BSD) environment only the root user

OT Re: Why does Resin run on port 8080?

2004-09-28 Thread Vic Cekvenich
Struts is known as a friendly place. Not today ;-o Most containers run on 8080, since on Windows IIS runs on port 80 and in Linux Apache runs on port 80 as default. Newbies have problems starting containers if they default to 80. pros know to stop the IIS/Apache and switch Tomcat to 80. .V joe

Re: Why does Resin run on port 8080?

2004-09-28 Thread Bill Siggelkow
Odd ... I was able to find this link in a little under 10 seconds ... http://www.onjava.com/pub/a/onjava/2002/09/18/resin.html joe a. wrote: Yes I tried google, and yes this question isnt about struts specifically but it is a struts RELATED question that should be allowed on the list (you can't

RE: Why does Resin run on port 8080?

2004-09-28 Thread Yee, Richard K, CTR,, DMDCWEST
It runs on 8080 by default in order so that non-root users on Unix can run it. On Unix, port #'s up to and including 1024 are reserved and can only be used by applications run by root. Rgds, Richard -Original Message- From: joe a. [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28,

Re: Why does Resin run on port 8080?

2004-09-28 Thread Mark Lowe
Is there a reason why Resin runs on port 8080 by default? Just curious. Someone forgot the annoying yet perfect answer for all why questions. Why not? On 28 Sep 2004, at 21:02, Bill Siggelkow wrote: Odd ... I was able to find this link in a little under 10 seconds ...

Re: Why does Resin run on port 8080?

2004-09-28 Thread joe a.
Thanks for the answer Jason, you are awesome. I feel, enlightened. -joe On Tue, 28 Sep 2004 13:59:27 -0500, Jason King [EMAIL PROTECTED] wrote: Joe, Please remember this is all volunteer effort. None of us are your paid support staff so its not your perogative to bad-mouth us. That having

Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Another question, When designing a web application, as a lot of people know, it is no longer a good idea to use (or let your framework use) a ? to append parameters to the URL. The reason is that Google, being the dominating search engine, ignores everything past the ?, thus making the rest of

Re: Why does Resin run on port 8080?

2004-09-28 Thread Vic Cekvenich
Jason King wrote: unix-like (linux,*BSD) environment only the root user (think administrator if you're from a windows environment) can use ports under 1024. if I can add to that in produciton one should not run or install anything as root, especialy not Tomcat or Apache. This ability

Repost: ot: Dallas JUG Oct 13th

2004-09-28 Thread Vic Cekvenich
http://www.javamug.org/mainpages/2004Meetings.html#Oct .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to use tiles:get together with html:img

2004-09-28 Thread Phong Nguyen Thanh
I think I know why it doesn't get it right. My template file is: tiles:insert template='/Template.jsp' tiles:put name='title' content='Application' direct='true'/ tiles:put name='stepimage' content='/images/dealerapp1of7.gif' direct='true'/ tiles:put name='header' content='/header.jsp' /

Re: Why does Resin run on port 8080?

2004-09-28 Thread James Mitchell
Go Jason Wooo hooo!!! The real reason it is 8080 and not 8143 or 2957 could be due to that monkeys in a cage theory. Not sure, I should google it and see. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message -

Re: Google-friendly links using Struts

2004-09-28 Thread Wendy Smoak
From: Chaikin, Yaakov Y. [EMAIL PROTECTED] When designing a web application, as a lot of people know, it is no longer a good idea to use (or let your framework use) a ? to append parameters to the URL. The reason is that Google, being the dominating search engine, ignores everything past the

Re: Why does Resin run on port 8080?

2004-09-28 Thread Michael McGrady
joe a. wrote: How about ANSWERING the question instead of HINTING at it and wasting my time. Or maybe go get laid, that would probably help too -Joe Welcome to the lists, Joe. 8080 is used for development. You can change the port to 80 or whatever you want. Check out servlet.xml and the

Re: Why does Resin run on port 8080?

2004-09-28 Thread Michael McGrady
David Stevenson wrote: On 28/9/04 19:15, joe a. [EMAIL PROTECTED] wrote: Is there a reason why Resin runs on port 8080 by default? Yes. The hive responds. LOL No Buddhists here. - To unsubscribe, e-mail: [EMAIL

Re: Google-friendly links using Struts

2004-09-28 Thread Don Brown
You could try passing parameters via the URL then using Struts' wildcard action mapping to pull them out. I use it to support a ReST-style web service interface to my application. Don On Tue, 28 Sep 2004 12:31:14 -0700, Wendy Smoak [EMAIL PROTECTED] wrote: From: Chaikin, Yaakov Y. [EMAIL

Re: Why does Resin run on port 8080?

2004-09-28 Thread DGraham
I'm guessing David has seen this: http://homepages.tesco.net/~J.deBoynePollard/FGA/questions-with-yes-or-no-answers.html which is refrenced by http://www.catb.org/~esr/faqs/smart-questions.html Michael McGrady [EMAIL PROTECTED] 09/28/2004 03:33 PM Please respond to Struts Users Mailing

validator-rules.xml

2004-09-28 Thread Anna Kerekes
Does anyone know where I can get a copy of this file? In its default form? thanks, Anna - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Drop-Down Menu Has A Hidden Property To Be Forwarded Once a Selection is Made

2004-09-28 Thread Caroline Jen
I have a drop-down menu like this: html-el:select property=document html-el:option value=-Select-/html-el:option html-el:options collection=PageBeans property=name labelProperty=name/ /html-el:select Once a user makes a selection in the menu and click on the Submit button, the

RE: Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Hmmm... I don't know how THAT works. However, I have read in a couple of places about this and found a few sites that you can't find anything on because of this. It would be interesting to find out how those sites with ? get indexed. Anyone? What am I missing here? -Original Message-

Re: validator-rules.xml

2004-09-28 Thread Wendy Smoak
From: Anna Kerekes [EMAIL PROTECTED] Does anyone know where I can get a copy of this file? In its default form? Yes, we do. ;) (There's one in the 'lib' directory of the Struts 1.2.4 distribution.) -- Wendy Smoak - To

Re: Google-friendly links using Struts

2004-09-28 Thread Mark Lowe
While its true that most search engines deal with this sort of thing, i think its also still true that you get more pages indexed if you avoid request parameters.. I was trying to get mod_rewrite playing ball the other day with some success. I'd try a filter (i'm going to when i get a

Re: validator-rules.xml

2004-09-28 Thread Caroline Jen
If it is urgent, you may find my copy in the attachment. --- Anna Kerekes [EMAIL PROTECTED] wrote: Does anyone know where I can get a copy of this file? In its default form? thanks, Anna - To unsubscribe, e-mail:

Re: How copy the values of my DynaForm to my Bean

2004-09-28 Thread Colin Kilburn
Gabriel, I'm not sure how Beanutils handles java.util.Date, but I have had this problem when trying to convert to java.sql.Date when the source value (in my form) was null. Now I call a method like this before a call to copyProperties(): public static void overrideConverters() { //

Re: validator-rules.xml

2004-09-28 Thread josh
Find where struts is installed. Go into the webapp directory. You should be able to unzip one of the example war files and then under the WEB-INF directory of whichever example you pick you will find a pristine validator-rules.xml file. I unzipped the examples.war file and found it np. -josh

RE: Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Mark, But it would be more than just having a filter. You would need to extend the html:link functionality, for example. And whatever else there is in Struts that generates links with parameters. BTW, what do you mean when you say get mod_rewrite? -Original Message- From: Mark Lowe

Re: validator-rules.xml

2004-09-28 Thread josh
On Tue, 2004-09-28 at 15:05, Wendy Smoak wrote: From: Anna Kerekes [EMAIL PROTECTED] Does anyone know where I can get a copy of this file? In its default form? Yes, we do. ;) (There's one in the 'lib' directory of the Struts 1.2.4 distribution.) -- Wendy Smoak Or, if you are into the

OT: NJMVCOpenSource User Group Starting up JSF Study Group

2004-09-28 Thread Menke, John
http://groups.yahoo.com/group/njmvcopensource/ We plan to meet once a month in Morristown NJ starting in October (Oct 10th). We will be using the JSF In Action book as our textbook. Currently you can get an ebook version at Manning's MEAP site - it's best to have textbook for course. New

Re: validator-rules.xml

2004-09-28 Thread Carlos Cajina - Hotmail
Anna: You can dig in any of the struts sample applications (*.war) that are shipped with the binary distribution of Struts. The most pure form of this file should be in struts-blank.war Regards, Carlos - Original Message - From: Anna Kerekes [EMAIL PROTECTED] To: Struts Users

Re: Can I detect file size without uploading?

2004-09-28 Thread Jason Lea
You could shortcut the process using a filter. You create a filter that checks the content length of a request, if it is above the threshold intead of passing the request through the normal path, you forward the request onto another action that writes out an error message without consuming the

  1   2   >