Re: Thread Safe Action

2004-03-12 Thread Juan Espinosa
hi everyone, i need information about struts, but no begginer information, im developing applications with struts and i want to know how it works internally i want to know what is a requestproccessor for example, how works strust since i press a button in a web page etc etc if somebody have or

Client Side Validation Question

2004-02-20 Thread Juan Carlos Paramá
. I think that cause is the render of the html:text to: input value=some value and the value is not null. If the form field is cleared in the screen is empty but code fail to validate. Are there a workaround for this? Thanks in advance. -- Juan Carlos Paramá

Re: forward vs redirect ?

2003-12-01 Thread Juan Alvarado
I know every situation is different depending on the environment you are in. However, the use of redirect to prevent double form submissions is not an appropriate solution to that problem. I prefer to use the built in mechanism in struts (transactional tokens) to solve this problem for me. This

ForwardAction with Redirect

2003-11-20 Thread Juan Alvarado
Is there any way to configure org.apache.struts.actions.ForwardAction to do a redirect instead of a forward. Thanks __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/

Re: ForwardAction with Redirect

2003-11-20 Thread Juan Alvarado
the path and the contextRelative properties. Juan, the good news is its easy to write your own. Just copy the ForwardAction code and add retVal.setRedirect(true); in the execute() method, then point your action mapping to that. --- Rick Reumann [EMAIL PROTECTED] wrote: Juan Alvarado wrote

RE: ForwardAction with Redirect

2003-11-20 Thread Juan Alvarado
[EMAIL PROTECTED] wrote: Juan, In reference to my previous email, when you do a redirect, you will not get the following attributes in the request: org.apache.struts.action.mapping.instance:ActionConfig org.apache.struts.action.MODULE:org.apache.struts.config.impl.ModuleConfigIm [EMAIL PROTECTED

RE: ForwardAction with Redirect

2003-11-20 Thread Juan Alvarado
to our forwards. However our project leader still has some issues with this so therefore I have sort of given up on it. Thanks --- Yee, Richard K,,DMDCWEST [EMAIL PROTECTED] wrote: Juan, Are you redirecting to a page within your web application or to a different web application / web site

Virtual Hosting Problem with ActionForward

2003-11-18 Thread Juan Alvarado
We have the following problem with Virtual Hosting and server side forwards. We are using Apache with Tomcat (modjk). Our host (webapp) is configured at /Users/jalvarado/Developer/webapps/appname The app can be accessed http://www.somedomain.com We also have a virtual host

Re: Learning Struts

2003-10-21 Thread Juan José Velázquez Garcia
Hello, Other good book: Struts kick start from SAMS (www.samspublishing.com) ISBN: 0672324725 ++ Juan Jose Velazquez Garcia Information System Developer www.htmlspider.com.br

XDoclet and SSL Extension

2003-10-20 Thread Juan Alvarado
Hello: I've recently started using xdoclet for my builds with struts and I've come into a bit of a problem with actions that use the SSL Extension. Does anybody know if there is a tag that I can add to my Action class so that: set-property property=secure value=false/ is added to my action

Cannot find ActionMappings or ActionFormBeans collection

2003-10-15 Thread Juan José Velázquez Garcia
++ Juan Jose Velazquez Garcia Information System Developer www.htmlspider.com.br ++ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

HELP using struts1.1 and iplanet4.1 sp7

2003-09-24 Thread Juan Pedro
(ActionComponentServlet.java:108) Thanks for reading this long mail, and hope you could help me Juan Pedro. -- Juan Pedro de Andrés Telco Project Manager Fixed number: +34915672252 Mobile number: +34649837641 Email address: [EMAIL PROTECTED

Re: HELP using struts1.1 and iplanet4.1 sp7

2003-09-24 Thread Juan Pedro
No, It is a requirement of the client, and doesn't want to change :( , (They'll have to, for sure , but not know ). Juan Pedro de Andrés Telco Project Manager Fixed number: +34915672252 Mobile number: +34649837641 Email address: [EMAIL PROTECTED

Re: HELP using struts1.1 and iplanet4.1 sp7

2003-09-24 Thread Juan Pedro
Thanks for your answer Adolfo. So what you said is that I should all the struts taglibs to make those changes. I Thought about it and maybe it is the only solution for this problem. Thanks pageContext.removeAttribute(org.apache.struts.taglib.html.BEAN, .);

Anyone know how to init() a servlet (Struts) in iplanet 4.1

2003-09-24 Thread Juan Pedro
Im trying to use Struts with iplanet4.1. I dont know how to call the Struts ActionServlet function init() from the start of the server. Any solution? Thanks Juan Pedro. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Struts1.1 and iPlanet Web Server 6.0 sp5

2003-08-30 Thread Juan Alvarado
with struts using WebLogic so I was a little surprised at this issue - Isn't struts supposed to be servlet 2.2 / jsp 1.1 compliant? -Original Message- From: Juan Alvarado [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 4:07 PM To: Struts Users Mailing List Subject: Re

RE: Validating uploaded file as an image only

2003-08-23 Thread Juan Alvarado
You could write your own custom validation and add that to the validation and validation rules xml files. That way you don't have to have the validation in the validate method of your form. Also I noticed you didn't call saveErrors(request, errors) in your code. I'm not 100% sure if you have

problem with nested tags and form bean

2003-08-19 Thread Juan Alvarado
I have the following scenarion. A form bean with a private member: private LineItem item = null; with appropriate getters and setters. In one of my actions I call setItem and obviously pass it a LineItem object. LineItem is composed of: private Product product; private int quantity; private

DynaValidatorForm

2003-08-17 Thread Juan Alvarado
Hello all: I am iterating over a list of products and for each iteration I need to render a form bean with a single text field in which a user must enter a number in order to add the product to a shopping cart. my form bean definition is as follows: form-bean name=addToCartForm

Objects in HashMap

2003-08-17 Thread Juan Alvarado
I have a ShoppingCart class which contains a property of type HashMap which contains the key and a LineItem object as the value. LineItem contains a productKey, Product and quantity properties. What I want to accomplish is that for each iteration to expose the Product inside LineItem object as a

Re: Struts is incomplete

2003-08-14 Thread Juan Alvarado
Well why don't you just not use Struts and roll your own framework and come back in about a year and let us know how it went. I'm sure by then you will think Struts had everything you needed and you won't be crying like a little baby over some iterate tag and/or how bad the doc is. The doc

Re: LookupDispatchAction

2003-08-12 Thread Juan Alvarado
I would suggest you look at Ted Husted's tips on http://www.husted.com When you read the tip you should have an idea of how to set your scenario up. --- Nalini Pal [EMAIL PROTECTED] wrote: Not sure how best to set this up and indeed, if it is possible so any advice would be appreciated.

Internationalization on a DB Scale

2003-08-03 Thread Juan Alvarado
. If anyone has had experience doing this sort of thing, or if anyone has an idea as to what would be the quickest/best way to accomplish this in my application, I would love to hear from you. Thanks in advance. Juan Alvarado __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy

RE: General-Ledger

2003-02-22 Thread Juan
at [EMAIL PROTECTED] because this topic seems off topic here. I'm considering to use EJB + Struts, so the user interface can be changed easily. Juan José Velázquez Garcia Information System Developer www.htmlspider.com.br

General-Ledger

2003-02-20 Thread Juan
Hello, Is there any Open-Source General Ledger like http://www.sql-ledger.com , but with struts? Thanks in advance, Juan José Velázquez Garcia Information System Developer www.htmlspider.com.br - To unsubscribe, e-mail

RE: Server detection of Javascript enabled?

2003-02-14 Thread Alvarado, Juan (c)
There is a getJavaScriptEnabled method in that component that will tell you if javascript is enabled or not. It definetely does have to send some javascript to the browser in order to perform some tests and detect if it is enabled. But the bottom line is it tells you if javascript is enabled or

RE: Cache

2003-02-13 Thread Alvarado, Juan (c)
We have used the following as a means of expiring pages. This way when the user hits the back button they will get a page has expired message. controller locale=true nocache=true processorClass=your.processor.subclass -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent:

RE: Cache

2003-02-13 Thread Alvarado, Juan (c)
11:55 AM To: Struts Users Mailing List Subject: Re: Cache Juan Could you be a little more specific... I'm not familiar with controller Where does it actually go and what would my processor subclass be? Thanks... Alvarado, Juan (c) wrote: We have used the following as a means

RE: Cache

2003-02-13 Thread Alvarado, Juan (c)
using Struts 1.0.2, and the RequestProcessor is not part of that version. -Gus Alvarado, Juan (c) wrote: Yeah sure I apologize for not being more detailed. It goes in your struts-config file. I have mine right after the action mappings, but it might not matter where you put it. Your subclass would

RE: How to link to an Action which has no Form.

2003-02-13 Thread Alvarado, Juan (c)
1.1 B3 does take a definition name in the parameter attribute. We've tested and it worked for us. -Original Message- From: Peterkofsky, Don [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:37 PM To: 'Struts Users Mailing List' Subject: RE: How to link to an Action which has

RE: Server detection of Javascript enabled?

2003-02-13 Thread Alvarado, Juan (c)
These people http://www.browserhawk.com/ have some products that will do what you want. I'm not sure if you're willing to fork out the $$$, but I thought I'd run it by you anyways. If you don't want to spend the dough, I think the suggestion James Childers gave you might be an approach to take.

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
I would suggest you read up on the usage of the LookupDispatchAction again. It was not designed to to be used in the way you are trying to use them. Take a look at this site http://husted.com/struts/index.html. It has some good suggestions on the correct usage of the action classes that come with

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
without either having a plain .html page as the inital page or having 2 .jsp pages. Niether solution is good. Alvarado, Juan (c) [EMAIL PROTECTED] wrote:I would suggest you read up on the usage of the LookupDispatchAction again. It was not designed to to be used in the way you are trying to use them

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
of the submit buttons yet -- they haven't even seen the page. How do I get the page to display initially? Alvarado, Juan (c) [EMAIL PROTECTED] wrote:Okay can you please tell me what exactly it is you're trying to accomplish??? I don't quite get what your ultimate goal is. Thanks -Original Message

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
login IS NOT a LookupDispatchAction. It is an Action. It is the page that login forwards to that is a LookupDispatchAction. But that page never displays because there is no value for the submit parameter in this case. Alvarado, Juan (c) [EMAIL PROTECTED] wrote:Okay this is one way of doing

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
time that i've tried to use LookupDispatchAction as I just came across it. Brandon Goodin [EMAIL PROTECTED] wrote::-D :-D :-D Juan was right. Why are you forwarding to another action from an action. I'll get out of this discussion cuz I think Juan has got it. Brandon Goodin Phase Web

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
-1. You allways do that, like I have processed this page, go to another page. .V What exactly do you mean by this comment Vic. -Juan -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: Re

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
. But, there are those out there that do find need for it. Until I am in there shoes I'll say, To each his own. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent

RE: LookupDispatchAction Question

2003-02-11 Thread Alvarado, Juan (c)
I wasn't 100% sure but after thinking about it, that's the only thing I could come up with. -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 5:00 PM To: Struts Users Mailing List Subject: RE: LookupDispatchAction Question :-D Juan, You

RE: Where should database select go for select dropdown

2003-02-04 Thread Alvarado, Juan (c)
Be careful about putting database access code right in your action. This would not constitute a proper design of an application. If you are new to struts and are in the process of learning, then you should get in the habit of doing things right from the get go. A more correct approach is to have

Use of multiple struts-config files -- HELP

2003-01-23 Thread Alvarado, Juan (c)
I have the following configuration in my web.xml: servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name

Multiple struts-config files

2003-01-23 Thread Alvarado, Juan (c)
Folks: I am trying to take advantage of using multiple configuration files and I can't get past this simple step. -- Below is a snippet of web.xml servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class

RE: Making a Form non-editable

2003-01-21 Thread Alvarado, Juan (c)
No as far as I know the form tag doesn't have that type of attribute. Be careful using the disabled attribute on the other html tags because I believe that any form element with disabled=true will not be submitted with the form submission. I have used javascript in the past to accomplish this

RE: server side validation

2003-01-16 Thread Alvarado, Juan (c)
http://home.earthlink.net/~dwinterfeldt/ -- Read the very first sentence. One word of advise: Before you post to this list, make sure that you do some research into what you are looking for and that you are not looking to be spoon fed the answers to your questions. If you bother to do a search

RE: LookupDispatchAction

2003-01-15 Thread Alvarado, Juan (c)
This is something I have done from an onchange event in my forms: function loadCompanyInfoByContract(objForm){ objForm.userAction.value = bean:message key='prompt.load.contracts'/; objForm.action = %= request.getContextPath()

RE: LookupDispatchAction

2003-01-15 Thread Alvarado, Juan (c)
in my jsp's Any ideas guys From: Alvarado, Juan (c) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: LookupDispatchAction Date: Wed, 15 Jan 2003 12:01:50 -0500 This is something I have done from

RE: LookupDispatchAction

2003-01-15 Thread Alvarado, Juan (c)
to its relevant method in getKeyMethodMap(). I send a paramter and map it in this method??? From: Alvarado, Juan (c) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: LookupDispatchAction Date: Wed, 15 Jan 2003

RE: LookupDispatchAction

2003-01-15 Thread Alvarado, Juan (c)
To: [EMAIL PROTECTED] Subject: RE: LookupDispatchAction Ok so how do i map the href submit to its relevant method in getKeyMethodMap(). I send a paramter and map it in this method??? From: Alvarado, Juan (c) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts

Validator

2003-01-14 Thread Alvarado, Juan (c)
Can anyone explain to me what this regular expression means: ^\d{5}\d*$ -- Zip validation that comes with the validator I thought it meant you could only type in a five digit zip code. Ex: 33634 However, I am allowed to type: 3363455 and that works. Of course, since I am no expert on regular

RE: Validator

2003-01-14 Thread Alvarado, Juan (c)
: Validator Forgot second part, try something like ^\d{5}(-\d{4})?$ -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10:49 AM To: 'Struts Users Mailing List' Subject: Validator Can anyone explain to me what this regular

RE: LookupDispatchAction

2003-01-14 Thread Alvarado, Juan (c)
Yes I've done it that way many times and it works. -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 3:42 PM To: [EMAIL PROTECTED] Subject: LookupDispatchAction Hi Guys, Can i submit a page using a html HREF (i.e. myLookupAction.do?offset=10)

RE: LookupDispatchAction

2003-01-14 Thread Alvarado, Juan (c)
: Alvarado, Juan (c) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: LookupDispatchAction Date: Tue, 14 Jan 2003 15:42:58 -0500 Yes I've done it that way many times and it works. -Original Message- From: Pat

RE: It lives....

2003-01-13 Thread Alvarado, Juan (c)
I had already wondered a few times what happened to you. Glad to have you back... -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 11:36 AM To: 'Struts Users Mailing List' Subject: It lives Hey guys! Been away from the list for

RE: Validator and LookupDispatchAction

2003-01-10 Thread Alvarado, Juan (c)
What exactly is your problem??? -Original Message- From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 1:05 PM To: Struts User List Subject: Validator and LookupDispatchAction Has anyone got Validator to work with LookupDispatchActions? I don't see

RE: ActionErrors question

2003-01-10 Thread Alvarado, Juan (c)
It sounds to me like the keys that you are using in your action errors are in the non-default message resource file in your application; the one with the key defined. If you don't want to use the bundle attribute in your call to html:errors... I suggest you move those keys to the default message

RE: ActionErrors question

2003-01-10 Thread Alvarado, Juan (c)
? (that design seems out-of-line with the rest of Struts which usually has good separation of functionality) thx -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 15:32 To: 'Struts Users Mailing List' Subject: RE: ActionErrors question

RE: Model Layer question.. where to put BeanUtils.copyProperties (sort of long)

2003-01-08 Thread Alvarado, Juan (c)
Can you register the exceptions that beanutils throws in the struts config??? -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:57 PM To: Struts List Cc: model struts Subject: Model Layer question.. where to put BeanUtils.copyProperties

HTML Table navigation

2003-01-01 Thread Juan José Velázquez Garcia
Hello, Is there a sample showing a set of objects navigation (previous page/next page) using html tables and struts? Thanks in advance, ++ Juan Jose Velazquez Garcia Information System Developer www.htmlspider.com.br

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread Alvarado, Juan (c)
take a look at this posting. It explains to you how it works. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg51209.html -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 9:28 AM To: '[EMAIL PROTECTED]' Subject: How does

RE: How does LookupDispatchAction lookup.

2002-12-20 Thread Alvarado, Juan (c)
I have had the same issues you are having, and I just went with LookupDispatchAction. I'm not 100% sure if the way I do my apps is the 100% correct way, but what I do is for any button that has white space as its value, I store a key in my ApplicationResources.properties and use that key in

RE: Can you change the form action??

2002-12-20 Thread Alvarado, Juan (c)
You are a perfect candidate for either DispatchAction or LookupDispatchAction. LookupDispatchAction will allow you to avoid javascript. I suggest you take a look at Ted's site http://husted.com (I think) and review his tips on the two actions mentioned above. This post will also help you:

RE: LookupDispatchAction onchange

2002-12-10 Thread Alvarado, Juan (c)
If I remember correctly the LookupDispatchAction does a reverse lookup on your resource bundle in order to determine which method to call in the class. Example: if you have a key in your ApplicationResources.properties called: textfield.changed=submit form then you would obviously need

RE: LookupDispatchAction onchange

2002-12-10 Thread Alvarado, Juan (c)
AM To: 'Struts Users Mailing List' Subject: RE: LookupDispatchAction onchange Thanks Andrew Juan, thats very helpful. Its is a shame that I have to use JavaScript to achieve a submit from a text field. The other buttons on the screen use the html:submit tag, html:submit property=doaction

RE: DynaActionForm problem - IllegalArgumentException: No bean specified

2002-12-10 Thread Alvarado, Juan (c)
I don't believe DynaActionForm supports java.util.Collection. Please correct me if I'm wrong. Thanks -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:27 AM To: Struts User Subject: DynaActionForm problem - IllegalArgumentException:

Code Generator

2002-12-03 Thread Juan
Hello, Is there any good code generator that generates source code using Struts and JavaBeans or EJBs? Can be free or commercial. Thanks in advance, Juan José Velázquez Garcia Information System Developer www.htmlspider.com.br -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Controller class in tiles

2002-11-26 Thread Alvarado, Juan (c)
My definition looks as follows: definition name=add.application.page extends=layout.page controllerClass=com.nielsenmedia.nam.ui.action.GetApplications put name=body value=/jsps/addApplication.jsp/put put name=page.title value=add.application.title/put /definition my controller class

HELP with controller class please!!!!

2002-11-26 Thread Alvarado, Juan (c)
I've looked all over the archives and cannot find any help with the following and the tiles documentation...well there is really no documentation. I have a controller url class that does the following: public void perform(ComponentContext context,

ApplicationResources.properties not reloading added keys

2002-11-26 Thread Alvarado, Juan (c)
Hi: I am using jboss-3.03 with tomcat 4.05 and I cannot get my ApplicationResources.properties to display newly added keys. I have restarted jboss and still no luck. All I get is a message like this: ???en_US.prompt.application.url??? I know that the file ApplicationResources.properties is under

RE: ApplicationResources.properties not reloading added keys

2002-11-26 Thread Alvarado, Juan (c)
use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 4:04 PM To: '[EMAIL PROTECTED]' Subject: ApplicationResources.properties not reloading

RE: ApplicationResources.properties not reloading added keys

2002-11-26 Thread Alvarado, Juan (c)
/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Alvarado, Juan (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26

Help with custom validation please

2002-11-21 Thread Alvarado, Juan (c)
I've written a simple custom validator that is working just fine. However, when the validation returns back to the page to display the error message to the user, all I get is the following: ???en_US.errors.ordersearch??? I know that key errors.ordersearch is in the

RE: How to use bean:write for arrays (String[]) ?

2002-11-18 Thread Alvarado, Juan (c)
have you looked at the struts-el stuff.I think that has everything you need. If not look at the JSTL stuff. That for sure has it -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 7:07 PM To: Struts Users Mailing List Subject: Re: How to

RE: JSP Debug / IDE's

2002-11-14 Thread Alvarado, Juan (c)
Why would you ever want to debug a JSP. I see the need to debug action classes and back end components, but not JSPs. -Original Message- From: edgar [mailto:edgar;blue-moose.net] Sent: Thursday, November 14, 2002 12:58 PM To: 'Struts Users Mailing List' Subject: RE: JSP Debug / IDE's If

Struts and ordinary JavaBean persistency

2002-11-09 Thread Juan
Hello, Is there a simple sample? Thanks in advance, Juan José Velázquez Garcia Information System Developer www.htmlspider.com.br -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

RE: Declarative exception handling

2002-09-27 Thread Juan Alvarado \(Struts List\)
that but I am hoping I am wrong. Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Charles McClain [mailto:[EMAIL PROTECTED]] Sent

Declarative exception handling

2002-09-26 Thread Juan Alvarado \(Struts List\)
/failure.jsp/ /global-exceptions I want to be able to display the exception message in /admin/failure.jsp I did not find anything on the archives on this. Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL

Validator and depends element

2002-09-24 Thread Juan Alvarado \(Struts List\)
Does anyone know if the validator can be configured in such a way that if you have two radio buttons on a page and a text box, to only validate the contents of the text box when only a particular radio button is checked. Ex: Two radio buttons A B and Textbox C. If B is checked then I want to

RE: Validator and depends element

2002-09-24 Thread Juan Alvarado \(Struts List\)
If you don't mind, when you get a chance can you post the details involved in this. I'm sure I along with many others will find this useful. Thanks a lot. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL

RE: iPlanet and Struts 1.02 problem

2002-08-19 Thread Juan Alvarado \(Struts List\)
and their support is WORTHLESS!!! ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Jason Muse [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19

struts error page

2002-08-01 Thread Juan Alvarado \(Struts List\)
** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Slightly off-topic

2002-07-30 Thread Juan Alvarado \(Struts List\)
to accomplish this with the servlet 2.2 API. Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Commons

2002-07-29 Thread Juan Alvarado \(Struts List\)
Folks can someone tell me where the API documentation for DBCP is?? Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

Struts Vs. Sun J2EE Compliance and Design Patterns

2002-07-25 Thread Juan Alvarado \(Struts List\)
) using at least one of the struts creators for their own Java Server Faces framework. I would love to hear what the community's reaction to these comments are. Sorry for the long post, but I think this one was worth it. ** Juan Alvarado Internet Developer

Struts Vs. Sun J2EE Compliance and Design Patterns

2002-07-25 Thread Juan Alvarado \(Struts List\)
) using at least one of the struts creators for their own Java Server Faces framework. I would love to hear what the community's reaction to these comments are. Sorry for the long post, but I think this one was worth it. ** Juan Alvarado Internet Developer

Multiple Message Resources

2002-06-27 Thread Juan Alvarado \(Struts List\)
messages = getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

Multiple message resources

2002-06-18 Thread Juan Alvarado \(Struts List\)
= getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Multiple MessageResources

2002-06-18 Thread Juan Alvarado \(Struts List\)
= getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Servlet Reload problem

2002-06-14 Thread Juan Alvarado \(Struts List\)
** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problem with PropertyUtils.copyProperties(...

2002-06-12 Thread Juan Alvarado \(Struts List\)
anyone tell me what I'm doing wrong. Thanks in advance ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Juan Alvarado \(Struts List\)
. Please let me know if you are able to get it to work. Good luck ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Roy Truelove [mailto:[EMAIL

RE: North Atlanta Struts Users Group - Request for comments

2002-05-25 Thread Juan Alvarado \(Struts List\)
Rick: Give me your boss's email address. I will be glad to email her with a reality check ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message

PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
appreciated. Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:38 PM To: 'Struts Users

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
I'ts okay man don't worry about it. One thing you should know about iPlanet is: Don't use it :) ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:44 PM

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
Look into the validation framework!!! http://home.earthlink.net/~dwinterfeldt/index.html Good luck ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
You can use the validator with struts 1.02. It just needs to be configured differently. Take a look at the documentation on the web site. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
Mark forgive me, but did you say struts 1.02 is also in beta Does that mean that struts 1.1 is in alpha version then??? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
!!! ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Mannem, Taati [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 4:10 PM To: [EMAIL PROTECTED] Subject: RE

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
Mark G. you wanna give this guy a hand? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Mannem, Taati [mailto:[EMAIL PROTECTED

  1   2   >