RE: html:submit and 2 buttons

2003-11-06 Thread Arik Levin ( Tikal )
You can just use JavaScript passing some parameters You can also try this approach: http://husted.com/struts/tips/003.html -Original Message- From: Frers Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 6:54 PM To: Struts Users Mailing List Subject: html:submit and

RE: Basic JSTL Question...

2003-11-06 Thread Arik Levin ( Tikal )
1) See operators (empty) http://developer.java.sun.com/developer/technicalArticles/javaserverpages/fa ster/ 2) it goes : c:choose c:when/c:when c:otherwise/c:otherwise /c:choose -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:04 PM

Struts 1.1 - can't see debug entries.

2003-07-07 Thread Arik Levin ( Tikal )
Hi all. First, congratulations for the new struts 1.1 release, well done! I did upgrade my application from struts 1.1b3 struts 1.1 release. It works like a charm. But, I can't see the debug entries though I did turn it on like this: servlet

RE: nested form

2003-06-17 Thread Arik Levin ( Tikal )
It's not recommended. If you have to use more than one form in the same page, do it separately. You don't want to mess with forms;) -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: nested form Counld i use nested

RE: Automatic Basic Authentication Question

2003-02-27 Thread Arik Levin ( Tikal )
Why didn't you use Form authentication? You have much more flexibility. -Original Message- From: Julie Steiner [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 5:16 PM Subject: Automatic Basic Authentication Question Hello all, and thanks in advance for the help! :) From my

Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Arik Levin ( Tikal )
Hi all. I'm new at JSTL, I hope someone can help me here. I have struts bean:define which looks like this: bean:define name=UIManager property=collection(tab) / UIManager bean has getCollection(String) property.

RE: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Arik Levin ( Tikal )
preface off topic posts with [OT]. The appropriate place for this question is the java.sun.com forums. If you want to iterate over that collection you would do c:forEach items=${uiManager.collection} var=item /c:forEach David From: Arik Levin ( Tikal ) [EMAIL PROTECTED] Reply-To: Struts Users

RE: stuts 1.1 final rel

2003-01-22 Thread Arik Levin ( Tikal )
This question is not related directly to this subject, but if you can tell me which commons version do you get, at each struts version? -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:00 AM To: 'Struts Users Mailing List' Subject: RE:

RE: Is there a List navigater Tag to use with struts ?

2003-01-22 Thread Arik Levin ( Tikal )
See, I had to do it myself, I created navigation package. But unfortunately I can't give it to you. It's under our company license. Good luck anyway ;) -Original Message- From: Brian.O'[EMAIL PROTECTED] [mailto:Brian.O'[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 1:54 PM To:

RE: Is there a List navigater Tag to use with struts ?

2003-01-22 Thread Arik Levin ( Tikal )
-examples-0.8/example-paging.jsp (Dont use JSP myself so havent had the opportunity to check it out personally) -Original Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 22 January 2003 20:46 To: 'Struts Users Mailing List' Subject: RE: Is there a List

struts 1.1b3 - commons jars, which version ?

2003-01-21 Thread Arik Levin ( Tikal )
At struts 1.1b3 lib there are commons jars files, how should I know the version of each one of them?

RE: Validator with Map-backed forms

2003-01-09 Thread Arik Levin ( Tikal )
You've got it. I'm working with the commons-validator, it's working just fine. -Original Message- From: Darren Spurgeon [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 4:05 AM To: Struts Users Mailing List Subject: Re: Validator with Map-backed forms Max- My team is in the

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Arik Levin ( Tikal )
Details of the changes in this release are available in the Release Notes, which can be found here: http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b3.html -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 5:50 PM To: [EMAIL

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Arik Levin ( Tikal )
]] Sent: Sunday, January 05, 2003 6:08 PM To: Struts Users Mailing List Subject: RE: What are the new feautures of struts-b3? As far as I understand, the url below contains the changes since 1.0 and not since 1-1-b2. Am I right? Zsolt On Sun, 2003-01-05 at 16:57, Arik Levin ( Tikal ) wrote

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Arik Levin ( Tikal )
? -Original Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 6:16 PM To: 'Struts Users Mailing List' Subject: RE: What are the new feautures of struts-b3? Read it instead of all these questions... It says and I quotes: This section contains

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Arik Levin ( Tikal )
: What are the new feautures of struts-b3? Arik, I did find that section but that contains only three items under Beta Fixes and I thought more has been done since b2, because b2 was released a couple of months ago. Zsolt On Sun, 2003-01-05 at 17:18, Arik Levin ( Tikal ) wrote: .. and there's more

RE: Validator with Map-backed forms

2003-01-05 Thread Arik Levin ( Tikal )
Hi Max Kremer. How much you are willing to pay ;) -Original Message- From: Max Kremer [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 8:34 PM To: Struts Users Mailing List Subject: Validator with Map-backed forms Hi, I've asked this question before but so far haven't

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
Eclipse is more mature than Netbeans and more than http://www.jedit.org I have worked with all of them. I recommend using Eclipse. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:55 PM To: 'Struts Users Mailing List' Subject: RE: Need

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
, which is what the original poster asked for. (AFAIK; if there is a plug-in available somebody please correct me.) -= J -Original Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 8:41 AM To: 'Struts Users Mailing List' Subject: RE: Need help

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 8:41 AM To: 'Struts Users Mailing List' Subject: RE: Need help for java IDE Eclipse is more mature than Netbeans and more than http://www.jedit.org I have worked with all of them. I recommend using Eclipse

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
IntelliJ's IDEA is that good??? I'm not familiar with it -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:52 PM To: Struts Users Mailing List Subject: Re: Need help for java IDE On Friday, January 3, 2003, at 09:51 AM, Arik Levin

RE: Need help for java IDE

2003-01-03 Thread Arik Levin ( Tikal )
I'll do that R, thanx! -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 5:17 PM To: Struts Users Mailing List Subject: Re: Need help for java IDE On Friday, January 3, 2003, at 10:11 AM, Arik Levin ( Tikal ) wrote: IntelliJ's IDEA

RE: html:form action attribute not set correctly

2003-01-01 Thread Arik Levin ( Tikal )
Can you add the struts-config.xml mapping? -Original Message- From: Eric Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 5:47 PM To: struts-user Subject: html:form action attribute not set correctly I'm having some problems with a form not setting its action

RE: How to forward from a struts form to a login dialog ?

2002-12-31 Thread Arik Levin ( Tikal )
There are two main solutions: The first one is more effective, including JAAS. You have to make a form that call j_security_check action with j_password and j_username inputs, the web server has its own security engine that throws you to your first login page if you are not authorized. The

struts books - review

2002-12-24 Thread Arik Levin ( Tikal )
Hi all. I'm considering of getting one of Struts books, which one should I get? Thanx.

RE: struts books - review

2002-12-24 Thread Arik Levin ( Tikal )
, If you are a newcomer to Struts, 'Struts in Action' from Manning publishing is a great place to start. It is more of a tutorial, explaining everything in detail, as opposed to assuming that the reader is a Java expert. It has certainly helped me. David R Arik Levin ( Tikal ) [EMAIL PROTECTED] wrote: Hi

my validator-rules.xml - is it possible ?

2002-11-27 Thread Arik Levin ( Tikal )
Hi all. Can I use couple of rules xml files, or must I enter my own rules into validator-rules.xml ? In this example I'm trying to use validator-my-rules.xml which includes my own validation. plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames

RE: my validator-rules.xml - is it possible ?

2002-11-27 Thread Arik Levin ( Tikal )
It's working... thanx anyway. -Original Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 4:54 PM To: Struts Users Mailing List Subject: my validator-rules.xml - is it possible ? Hi all. Can I use couple of rules xml files, or must I

RE: my validator-rules.xml - is it possible ?

2002-11-27 Thread Arik Levin ( Tikal )
-rules.xml - is it possible ? So what was your mistake, what is solution? Could your share? -D - Original Message - From: Arik Levin ( Tikal ) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 8:17 AM Subject: RE: my validator-rules.xml

validator-rules.xml with netscape - bug report.

2002-11-25 Thread Arik Levin ( Tikal )
HI all. I have this cross platform issue and when it comes to validator-rules.xml I had a problem which I wanted to share with you. In the validator-rules.xml the parsing popup alert message has a bug in netscpae. The line alert(fields.join('\n')); is fine for explorer

how can I do it? using validation without formset.

2002-10-28 Thread Arik Levin ( Tikal )
I want to use validation at struts 1.1b2, with no validation.xml descriptor. Can anyone have an example for this one?

RE: how can I do it? using validation without formset.

2002-10-28 Thread Arik Levin ( Tikal )
to validate. David From: Arik Levin ( Tikal ) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: how can I do it? using validation without formset. Date: Mon, 28 Oct 2002 13:44:24 +0200 I want to use validation

struts 1.1b dynamic validator

2002-10-23 Thread Arik Levin ( Tikal )
Hi all. I have dynamic form and I mean by that, for example: html:text property=value(key) / I don't know yet the field name I'm going to use. So, how should I write the validator.xml if I don't know the field's name? Is there a way

RE: Custom tag for If condition

2002-07-23 Thread Arik Levin ( Tikal )
Title: RE: Custom tag for If condition I have some code that I haven't tried, you can use it. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 4:50 PM To: 'Struts Users Mailing List' Subject: RE: Custom tag for If condition Take a

tiles as attribute's value - is it possible ?

2002-07-11 Thread Arik Levin ( Tikal )
Hi all. I have some tag which I want it to be like this: html:mytag value=tiles:getAsString name=title / / As I saw after some searching I saw that some of you out there did it like this:

struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
I run into some design issue, which I think is false. I'll explain by this example: I have this html form which I need to use onkeypress event attribute, so I have tried to extends struts's FormTag and add this

RE: struts design problem, need some advice.

2002-06-26 Thread Arik Levin ( Tikal )
/struts/taglib/html /package-summary.html#package_description -- Ted Husted, Husted dot Com, Fairport NY US -- Java Web Development with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Arik Levin ( Tikal ) wrote: I run into some design issue, which I think

RE: Validators on DynamicForm's problem

2002-06-25 Thread Arik Levin ( Tikal )
Hi Tom. I have the same issue on the road, But sorry I didn't try it yet. If you'll have any success please, share it here. -Original Message- From: Tomasz Kuczerski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 10:31 AM To: [EMAIL PROTECTED] Subject:

RE: Iterate Tag Index

2002-06-25 Thread Arik Levin ( Tikal )
Hi Patrick. You can use script to do that, but if you want your jsp to be clean, Make your own tag, extension of IterateTag. ...I'm out of ideas. -Original Message- From: Regan, Patrick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:27 PM To: '[EMAIL

RE: Why Tiles?

2002-06-23 Thread Arik Levin ( Tikal )
There's a good article about UI design. I think you'll get the answer there. (I did). http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html -Original Message- From: Trieu, Danny [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 9:56 PM To: 'Struts Users Mailing

RE: Weblogic 5.1 + commons.logging

2002-06-23 Thread Arik Levin ( Tikal )
Look at the archive. Your problem can be resolved in two ways. You can build commons-logging specific for log4j. Your message about ClassNotFoundException is true, look at your jar and you'll found out that there is missing class LogFactoryImpl and some other classes. Build commons-logging with

RE: struts not running with weblogic SP6

2002-06-11 Thread Arik Levin ( Tikal )
There is no problem with struts weblogic sp6, I don't remember exactly what u should do with this example, but remove the message tag at your jsp and it'll work fine. Something is missing at your conf with struts. -Original Message- From: Rakesh N R [mailto:[EMAIL PROTECTED]] Sent:

RE: [Fwd: struts not running with weblogic SP6]

2002-06-11 Thread Arik Levin ( Tikal )
There is no problem with struts weblogic at all. -Original Message- From: Rakesh N R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 8:12 AM To: Struts Users Mailing List Subject: [Fwd: struts not running with weblogic SP6] I had missed out the versionThe version of

RE: Brain Teaser:Weblogic 6.1 SP1

2002-06-11 Thread Arik Levin ( Tikal )
There are no magicians here. Try to be more specific about your doing at struts's part. -Original Message- From: Joshy M Augustine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:44 AM To: [EMAIL PROTECTED] Subject: Brain Teaser:Weblogic 6.1 SP1 Hi Folks, I

RE: html:link

2002-06-11 Thread Arik Levin ( Tikal )
Yeah, there is an alternative, always. If you need only some specific write just use the bean:write and stringing the href or whatever u want to it. And there's always the way to create your own tag. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June

RE: Adding query string to redirect w/in an action

2002-06-11 Thread Arik Levin ( Tikal )
If you are redirecting from one action to another it's true, I had this problem, you can always use forward ;-) -Original Message- From: Roy Truelove [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:01 AM To: Struts Users Mailing List Subject: Adding query string to redirect

RE: 1.1 Deployment Bug?

2002-06-11 Thread Arik Levin ( Tikal )
You didn't say which class was not found, I think it's got to do with commons-logging if it so, then get back to me. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:28 AM To: Struts (E-mail) Subject: 1.1 Deployment Bug? Is there a

RE: Struts Validator

2002-06-11 Thread Arik Levin ( Tikal )
http://home.earthlink.net/~dwinterfeldt/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: Struts Validator Hello all, Is there any documentation for the Struts validator? Thanks.

RE: When's v1.1 coming out of beta?

2002-06-10 Thread Arik Levin ( Tikal )
Don't be pretty sure. In my opinion just switch to 1.1b1, I did it, it's not a problema. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: When's v1.1 coming out of beta? Hi, I remember a message

using struts Validator

2002-06-10 Thread Arik Levin ( Tikal )
Hi all. I'm considering of using the validator in my application. My question is. Did anyone here have disadvantages of using the validator. And thought to, go back to the old fashion way of javascript, or other manipulations.

RE: request parameters usage

2002-06-04 Thread Arik Levin ( Tikal )
What Mark said ;-) -Original Message- From: Adolfo Miguelez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: request parameters usage Hi All, one easy question, I guess, this time. I know that Struts advises to avoid linking directly

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging's ClassNotFoundException

2002-06-03 Thread Arik Levin ( Tikal )
Does your project, includes log4j or other logger? -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:25 AM To: [EMAIL PROTECTED] Subject: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging's ClassNotFoundException Subject:

RE: several jsps using 1 action class and avoiding several action statements in struts-config.xml

2002-06-03 Thread Arik Levin ( Tikal )
If your wish is to have a different URI for each call, first.do, second.do... you have to declare an actions for each. If you have one call, general.do with one action type class and some forward in it. One action will do. Like this: action path=/general type=MyCentral forward

RE: Using struts with WLS6.2?

2002-05-13 Thread Arik Levin ( Tikal )
No problema!!! -Original Message- From: asd asd [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 8:05 PM To: [EMAIL PROTECTED] Subject: Using struts with WLS6.2? The only install docs I could find online at jakarta.apache.org were for WLS 5.1. I'm assuming it will work with

struts 1.1 common-logging log4j LogConfigurationException

2002-04-01 Thread Arik Levin ( Tikal )
Hi. I'm running application that includes log4j weblogic 6.1 and struts 1.1 ( with common-logging.jar , common-beanutils.jar ...all of common's jars.) And I'm getting this exception : Exception thrown while loading epv-web:

RE: html:iframe tag missing

2002-03-18 Thread Arik Levin ( Tikal )
I made my own IFRAME tag, do it yourself. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: html:iframe tag missing Hi! I am missing a tag for creating iframes... Something like html:iframe ...

RE: html:iframe tag missing

2002-03-18 Thread Arik Levin ( Tikal )
Not really I'm sorry but I don't have the time for this, I have two projects to develop and u know there's 24 hours a day. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 3:26 PM To: Struts Users Mailing List Subject: RE: html:iframe

RE: Weblogic 6.1 SP2 and Struts 1.0.2 taglibs

2002-03-13 Thread Arik Levin ( Tikal )
It's nothing to do with weblogic, I'm working with struts, taglib, templates, weblogic 6.1, be more specific about your doing. -Original Message- From: Arnaud Heritier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:28 AM To: 'Struts Users Mailing List' Subject: Weblogic

RE: can anyone help me??

2002-03-13 Thread Arik Levin ( Tikal )
I'm not a magician you know, describe, what you are doing. -Original Message- From: Vaddiyar, Raghuramudu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:58 AM To: Struts (E-mail) Subject: can anyone help me?? Hi, am new to struts. can anyone help me?? What does the below

RE: struts-config.xml not loading - WL6.0 - urgent

2002-03-03 Thread Arik Levin ( Tikal )
Hi San. I'm working with weblogic6.1, and there's no problem with struts, if u can be more specific about, the web.xml and struts-confix.xml content And where did u put struts.jar. Look at the struts example it should work. -Original Message- From: Santhosh Kumar

RE: !!!!!!Attention Log4J Users !!!!!!!!!!!!!

2002-02-21 Thread Arik Levin ( Tikal )
Nice graphics. -Original Message- From: Olivier Dinocourt [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 4:51 PM To: Struts Users Mailing List Subject: Re: !!Attention Log4J Users ! Yeah ? This is the Struts Users Mailing List. - Original Message

RE: How to read the application.resoureces file in JSP

2002-02-20 Thread Arik Levin ( Tikal )
What is the goal ? Maybe there's alternative. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:25 AM To: Struts Users Mailing List Subject: How to read the application.resoureces file in JSP Hello, How to read the

custom taglib - call tag within tag

2002-02-20 Thread Arik Levin ( Tikal )
Hi. I wanted to know if there's a possibility to call a tag within a tag and I don't mean by that to extend my tag and use findAncestorWithClass Or use the scope or something like that. Say I have some Test1Tag and Test2Tag Public Test1Tag

RE: custom taglib - call tag within tag

2002-02-20 Thread Arik Levin ( Tikal )
, why don't you write in your jsp tag1 tag2/ /tag1 -Ursprüngliche Nachricht- Von: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Februar 2002 15:44 An: 'Struts Users Mailing List' Betreff: custom taglib - call tag within tag Hi. I wanted to know

RE: struts template

2002-02-18 Thread Arik Levin ( Tikal )
What is the problem shoot. -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 2:39 PM To: Struts Users Mailing List Subject: struts template Is there any examples with struts template tag? I have had difficulties to use it. Thanks,

RE: struts template

2002-02-18 Thread Arik Levin ( Tikal )
--- Henry Lu MCITphone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Mon, 18 Feb 2002, Arik Levin ( Tikal ) wrote: What is the problem shoot. -Original Message- From: Henry Lu

RE: commons - BeanUtils ; mapping and setFoo getFoo how to ?

2002-02-12 Thread Arik Levin ( Tikal )
utils directly before I did so and it doesn't work. I found the problem though, but haven't had time to fix it properly and put in a patch. Arron. Arik Levin ( Tikal ) wrote: Does anybody here have a tutorial or a sample for the commons BeanUtils ? I'm trying to map setter and getter method

RE: mapping jsp *.do how to ?

2002-02-11 Thread Arik Levin ( Tikal )
rough Action objects by simply defining the JSPs as Global Forwards in your struts-config file: global-forwards forward name="addUser" path="/admin/admin_userForm.jsp"/ /global-forwards So, in the above example, calling addUser.do will just get me straight to the

mapping jsp *.do how to ?

2002-02-10 Thread Arik Levin ( Tikal )
I need to map all my JSP's to - *.something - not just the actions JSP's. How should I do this? Should I write some base action and use it as some handler or there is an other way?

RE: redirect html:errors to popup window

2002-02-09 Thread Arik Levin ( Tikal )
Put at the header javascript alert(' and close at the footer '); U can also put a dialog window (it depends on the browser u are using ). Hope this help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:47 PM To: [EMAIL

RE: Begin With ??

2002-02-09 Thread Arik Levin ( Tikal )
U should try JoinStruts application for a start ;) -Original Message- From: shiva prasad [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 6:59 AM To: Struts Users Mailing List Subject: Begin With ?? Hi I am new to Struts. Would anybody tell me how to begin with? thanks

Dynamic Property - can I do it at 1.01 release somehow?

2002-02-07 Thread Arik Levin ( Tikal )
Hi If anyone can answer this question: As I was saying at my last mail I'm trying to get some Dynamic Property. Is there any way to do it at the current release? And If not my is my alternative ?

RE: Dynamic Property.

2002-02-07 Thread Arik Levin ( Tikal )
www.husted.com/struts/ "Arik Levin ( Tikal )" wrote: Hello out there... I asked this question yesterday, but with no luck. No a single comment. can anybody help me with this HELP @#@#@#@# Hi everybody. I'm new at struts

RE: Dynamic Property.

2002-02-07 Thread Arik Levin ( Tikal )
to the presentation page. The ActionForm properties correspond to columns in the result set. "Arik Levin ( Tikal )" wrote: Yes, I mean buy "dynamic Property" that I'm getting the fields dynamic from my database, so how can I do it? Because at the current release I can't do i

RE: Dynamic Property.

2002-02-07 Thread Arik Levin ( Tikal )
he presentation page. The ActionForm properties correspond to columns in the result set. "Arik Levin ( Tikal )" wrote: Yes, I mean buy "dynamic Property" that I'm getting the fields dynamic from my database, so how can I do it? Because at the current release I can't do it,

RE: Dynamic Property.

2002-02-07 Thread Arik Levin ( Tikal )
Hey Chris. This make the two of us. I'm trying it like this moment at J2EE env. , If u'll find an example later on tell me about it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 3:50 PM To: Struts Users

urgent!!!! I have application to go... Dynamic Property.

2002-02-06 Thread Arik Levin ( Tikal )
Hi everybody. I'm new at struts, but I have tried it and It's just what our company wants to our project, and hey... you did a great job. BUT, I have to use some dynamic property because a lot of forms at our app. is dynamic. Thus, I have found at the mailing list a

urgent!!!! HELP!!!! I have application to go... Dynamic Property.

2002-02-06 Thread Arik Levin ( Tikal )
Hello out there... I asked this question yesterday, but with no luck. No a single comment. can anybody help me with this HELP @#@#@#@# Hi everybody. I'm new at struts, but I have tried it and It's just what our company wants to our