REDIRECT=TRUE and switching from HTTPS to HTTP

2004-07-14 Thread Struts
. However, when I have Struts involved, it forms the URL with HTTP rather than HTTPS. Thus, a window will pop up in front of browser saying I am being redirected to a unsecure site, even though after I click on Yes to continue, it switches back to HTTPS. As a proof, the unsecured URL request formed from

Best pratice for login funtionality

2004-08-23 Thread struts
Hi. Since most of Struts based applications has some sort of login facility I thought there must be some kind of "best practice" when using the Struts framework. I have several ideas on how to do it but I rather use others experience in this area. Looking forward to suggestions.

struts-el doesn't accept expressions

2004-08-29 Thread struts
Hello everybody, struts-el TLDs are somewhat strange, they set rtexprvalue to false and hence this is what happens when I put an EL expr in an struts-el tag: "According to TLD or attribute directive in tag file, attribute action does not accept any expressions" Well, where is t

AW: No action instance for path /Admin could be created

2005-06-08 Thread Struts
configured struts-config.xml my action file is properly compiled Please help Shailesh Agarwal - Free antispam, antivirus and 1GB to save all your messages Only in Yahoo! Mail: http://in.mail.yahoo.com

Re: Best practice for redirecting on session timeout?

2005-05-12 Thread struts
t; Software Engineer / Open Source Evangelist > Consulting / Mentoring / Freelance > EdgeTech, Inc. > http://www.edgetechservices.net/ > 678.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: [EMAIL PROTECTED] > > > > > - Original Message - > From: &quo

RE: Best practice for redirecting on session timeout?

2005-05-12 Thread struts
t; sending > a request to some > action class on the server. > > I was wondering if such a requirement can be handled on the server side? > > > -Original Message- > From: Aladin Alaily [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 12, 2005 8:32 AM > To: Struts

Re: Best practice for redirecting on session timeout?

2005-05-12 Thread struts
Hi, This approach would work as well. I just think that if you're going to do this in struts, it's better to do it in the RequestProcessor. Why? Assume that you are using the forward action defined in struts. If my session has timedout and I click on a link that uses the forward

Can't get validation with indexedListProperty to work

2005-12-10 Thread struts
Hi I'm fairly new to Struts, but I am involved in a small web project that uses struts. Another person in the group has been responsible for the presentation part of the project, with Struts in the center. But he got stuck on a problem with validation, and at the moment he relly doesn'

Make struts 1 skip outputting context path?

2007-12-17 Thread struts
Hi, We have a webapplication using struts 1.2.9, and this webapp is under context /some-name in tomcat. However in front of tomcat we have apache, and it mapps the domain name some-name.com to /some-name. This works great, except when it comes to struts. Since struts notice that the

user@struts.apache.org

2008-02-25 Thread struts
Hi, I'm using Struts 1 I have a set of indexed error properties : myProprty0 myPorperty1 myProperty2 and so on I'd like to be able to pass the relevant name in to Is there a way to do this? Thanks in advance, Charles

A non-javascript link that acts as if a form was submitted

2007-08-10 Thread struts
Hi all, This question might be a faq, but I haven't seen any answer when searching on google or in the mailing list archive. I'm working with a website that uses a java-based CMS (Content Management System) that has some struts-based functionality. One of the functions we have is to le

Global forward with parameters in struts-config.xml?

2007-08-12 Thread struts
Hi, Is it possible to define parameters that should be sent to a global forward in struts-config.xml? Ie I want it all configured in the struts-config.xml. Example: I cannot add the parameters before the forward is "called", because it is done in 3rd party classes that I

Url-mapping *.do not working (Was: Global forward with parameters in struts-config.xml?)

2007-08-12 Thread struts
Quoting [EMAIL PROTECTED]: Hi, Is it possible to define parameters that should be sent to a global forward in struts-config.xml? Ie I want it all configured in the struts-config.xml. Example: I cannot add the parameters before the forward is "called", because it is do

Re: Url-mapping *.do not working (Was: Global forward with parametersin struts-config.xml?)

2007-08-12 Thread struts
ah, great. I totally forgot that there actually is *two* url mappings being done (first the *.do -> struts and the actuall mapping for the action). Now I have path="**/logoff", since I want it to work no matter what subdirectory the user is under. Thanks a lot, Oliver! /

Get an error message using but not print it?

2007-08-13 Thread struts
Hi, I have searched but found nothing about this. How can I fetch an specific error using without printing it to the page? Or somehow check if it exists? I want this because I want to print the error with some styling in the html. But I don't want that styling code to be in the html if the messa

Re: Get an error message using but not print it?

2007-08-14 Thread struts
Ah, thanks. Solved my problems :) /Jimi Quoting Dave Newton <[EMAIL PROTECTED]>: http://struts.apache.org/1.2.9/userGuide/struts-logic.html#messagesPresent --- [EMAIL PROTECTED] wrote: Hi, I have searched but found nothing about this. How can I fetch an specific error using w

Problems with multiple resource files (can separate modules be a solution?)

2007-08-15 Thread struts
the place. And don't want to have to make the forum guys make changes in their code if not absolutely necessary. After searching on google, I'm starting to think that maybe one option is to divide this into two different struts modules. But it seems like a lot of work, and even though I h

struts 1.x website needs fixing badly

2007-04-25 Thread struts
Hi, whoever is in charge of http://struts.apache.org/1.x/ - please fix the site. It's broken. A lot. I'm really amazed that nobody seems to have noticed this, or maybe I'm the only one who cares? Examples: http://struts.apache.org/1.x/struts-taglib/tagreference.html - co

repopulating fields from an array in a formbean

2006-07-05 Thread struts
alidation, the items get added. If they fail validation, the item list displays again (with their quantity entries repopulated). The validation error handling is where I'm stuck. If the form bean validate() method fails, Struts automatically shows the input (the item listing action)... but:

Re: JDK1.4.2 Version

2006-07-11 Thread struts
1.4.2 was Mantis. Pretty much all significant revisions have code names, then the codename is dropped after the production release. http://java.sun.com/j2se/codenames.html [EMAIL PROTECTED] wrote: > Hi, > I don't think 1.4.2 has got a naming. It started from 1.5 (Tiger) and > SE6 "Mustang", 7 "Do

Help on Action implementing thread for checking user registration thru email?

2004-08-18 Thread struts Dude
Hi, I am going to write an app that allow user to register in a JSP page, press submit, then user redirected to a new page telling user to check email, click on a link on email, redirected to a page, then commit user info to database. If user doesn't do this within 24 hrs, then delete user info

Re: Help on Action implementing thread for checking user registration thru email?

2004-08-18 Thread struts Dude
- Original Message - From: "Pavlikus" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 4:30 PM Subject: Re: Help on Action implementing thread for checking user registration thru email? > W

internationalization problem

2004-08-19 Thread struts lover
Hi, I am facing a problem and trying to solve it for many days but in vain. The user selects the locale(suppose es-spanish) and the page displays in that particular locale using the appropriate properties file. I also have a file upload on the same form. I am using enctype="multipart/form-data" in

Re: Conditionally Validating an Entire Form Based Upon the button pressed

2004-08-19 Thread struts lover
Extend your action class from ValidatorLookupdispatchAction class by Brandon Goodin. ___ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush ---

RE: Conditionally Validating an Entire Form Based Upon the buttonpressed

2004-08-19 Thread struts lover
The suggestion is good. But you might run into localization problems. The better approach is to extend the ValidatorLookupDispatchAction class by Brandon Goodin which extends the LookupDispatchAction. The buttons get their label texts from the properties files. If you are not thinking of localizin

RE: Conditionally Validating an Entire Form Based Upon the buttonpressed

2004-08-19 Thread struts lover
> -Original Message- > From: Robert Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 12:25 PM > To: [EMAIL PROTECTED] > Subject: Conditionally Validating an Entire Form Based Upon the > buttonpressed > > > I have a form which has a "save" ( ( The "save" should validate a

RE: internationalization problem

2004-08-19 Thread struts lover
e you using the > SetCharacterEncoding > Filter? (Look in the Tomcat WebApps examples.war) > > Inquiring minds want to know this stuff :-) > > > -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 19, 2004 2:48 PM > > T

RE: internationalization problem

2004-08-19 Thread struts lover
against this > problem to document it more > clearly :-) > > -Joe > > > > -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 19, 2004 4:49 PM > > To: Struts Users Mailing List > > Subject: RE: internat

Re: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread struts Dude
ginal Message - From: "Daniel Perry" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 5:15 AM Subject: RE: Help on Action implementing thread for checking user registration thru email? > I previously posted

Re: Security - From tradition to struts

2004-08-19 Thread struts Dude
--- Original Message - From: "Leandro Melo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 1:20 AM Subject: Re: Security - From tradition to struts > Thank you very much for your time Erik, i'll try to >

Re: dealing with check boxes

2004-08-19 Thread struts lover
> pages. > > In your submit action you want to display the > checked records, so filter and > display the records in your collection that have > checked=true. > > Finally update the records in your collection to the > database. If I understand > correctly you want t

Re: Security - From tradition to struts

2004-08-19 Thread struts lover
Create a utility class method that takes username and password as parameters. Connect to database from this utility class method, and return a boolean based on the search for username and password. Have this utility method called from your action class. --- struts Dude <[EMAIL PROTECTED]>

Re: Struts login with JAAS (Part 2)

2004-08-19 Thread struts lover
action class. --- Leandro Melo <[EMAIL PROTECTED]> wrote: > I'm back! > After getting some jaas studies, i'm a little bit > better, so i can now formulate a better question. > > Here it is... (I know that this is not only a Struts > question, because it envolve

Re: different inputs in struts-config

2004-08-19 Thread struts lover
> Sebastian Ho <[EMAIL PROTECTED]> wrote > on 08/19/2004 05:19:35 > > AM: > > > > > hi > > > > > > I used the same actionform for a few JSP pages, > which I guess is good > > > practice. The problem occurs when I add in > validati

Re: Complex web 'stacks' in Struts

2004-08-19 Thread struts lover
You can have a variable called action in your action form. You can set that variable as view or edit. Now for the first time, the action can be view. You lookup for the customer. If you find, you display. If you dont find, (check this with some tag ) you display a text field and a ADD CUSTOMER but

Did anyone really find ProcessBean, ProcessAction, ResultList useful?

2004-08-19 Thread struts Dude
Well did anyone? I find them complicated, not useful, hard to use, maybe it's just me and = because not many documentation on these. Can anyone provide links of tutorial to these? BTW, ProcessBean is like a DTO, so there are a lot more better choice of = tools to use than ProcessBean right? say

Re: Complex web 'stacks' in Struts

2004-08-19 Thread struts lover
e the ability to lookup a > customer in 20 or 30 > forms, not just order entry. > > It's the modular approach known to console-based and > gui based > applications. My question is: how does this > translate in struts? Does > it? > > Stuart > > On Fri, 20

Re: different inputs in struts-config

2004-08-20 Thread struts lover
; wrote on 08/19/2004 > 05:19:35 > > > AM: > > > > > > > hi > > > > > > > > I used the same actionform for a few JSP > pages, which I guess is > good > > > > practice. The problem occurs when I add in > validati

Re: null with Action Error Messages !!

2004-08-20 Thread struts lover
Check your properties file. --- jacob skariah <[EMAIL PROTECTED]> wrote: > Hi, > >I am having problem while displaying my Action > Errors on the jsp pages. The problem is two "null" > messages are displayed in the begining and end of > the > action error messages displayed on the jsps. >

Re: C:out getter

2004-08-20 Thread struts lover
Use the Then use --- Frers Michael <[EMAIL PROTECTED]> wrote: > Hello > can someone explain me how i should use the tag in my situation: > > > i have a bean "theBean" with a getter > > > getText(String textid){ > ... > ... > return result; > } > > and somewhere ist set: > > session.s

Help with ProcessDispatchAction?

2004-08-20 Thread struts Dude
Can someone show me how I can use ProcessDispatchAction as DispatchAction in struts-config.xml? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help with ProcessDispatchAction?

2004-08-20 Thread struts Dude
Sorry I wasn't clear. ProcessDispatchAction is from scaffold package org.apache.struts.scaffold.ProcessDispatchAction - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Satur

Questions about business objects, ProcessAction and ProcessBean

2004-08-21 Thread struts Dude
Hi What approach do you people like to model business objects for Action to call? For example, do struts guru like to create business object by extending org.apache.commons.scaffold.util.ProcessBeanBase and use it with org.apache.struts.scaffold.ProcessAction by specifying ProcessAction in

How to set up 'userProfile' bean in session for ProcessAction?

2004-08-21 Thread struts Dude
Hi How would I set up to add a "userProfile" form object in my struts-config.xml and store user info in it so that ProcessAction from Scaffold will merge information coming from the request form (ActionForm) and the userProfile form and pass them to the execute method of my bus

Re: multi file upload

2004-08-21 Thread struts lover
gt; Where to temporally store the files content? May > writing them to > session is no good idea? May cache the file in a > temp folder? > How to handle the multiple files in the action? Do > I need to process > the file every time or is it done by struts and I > only need to i

RE: Unable to set the radio butons value using form beans

2004-08-21 Thread struts lover
Check this link. http://husted.com/struts/tips/016.html --- Amit Kumar Sharma <[EMAIL PROTECTED]> wrote: > Check the type for it. > Java.lang.Boolean > It should work. > > Warm regards > Amit > > -Original Message- > From: jacob skariah [mailto:[E

Re: null with Action Error Messages !!

2004-08-21 Thread struts lover
gt; accross such a problem. Pls send me the solution > ASAP > > Thanx in Advance > > Regards > > manoj > --- struts lover <[EMAIL PROTECTED]> wrote: > > > Check your properties file. > > > > > > > > --- jacob skariah <[EMAIL

Re: multi file upload

2004-08-21 Thread struts lover
My implementation is slightly different. I created an object of FileData with fields like formfile,filename etc. When you first paint the jsp, your action class would create a FileData object and put it into the arraylist defined in your action form. I have a button called ADD ANOTHER FILE. When y

Why not make scaffold exceptions as ModulExceptions with chaining ability?

2004-08-21 Thread struts Dude
Ok this is more like a question that shud be asked in developer group, but authors of scaffold are going to read it here any way. I hope. The org.apache.commons.scaffold.lang dir has a whole bunch of exceptions that simply does chaining. Why not integrate them with ActionErrors as in ModulExceptio

localizing the browse button

2004-08-23 Thread struts lover
Hi, I am using the tag for file upload. It has a button whose text displays Browse in English. Is there any way of localizing the Browse button, so that it displays the text from the properties file depending on the locale selected by the user. Thanks __

RE: localizing the browse button

2004-08-23 Thread struts lover
urces.properties > (or whatever acording to Locale) and set this > literal to the browse button. > > Cheers. > > >-- Mensaje original -- > >Reply-To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >Date:Mon, 23 Aug 2004 08:19:45

Browse button localization -- IMPORTANT !!!!

2004-08-23 Thread struts lover
Hello Everyone, I am stuck with this localization issue. I am using tag. I am not able to localize the text of the Browse button. Does any one know how to solve this problem. Please help. Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has t

Re: Browse button localization -- IMPORTANT !!!!

2004-08-23 Thread struts lover
Thanks --- Leandro Melo <[EMAIL PROTECTED]> wrote: > I think this problem goes right at the same point as > the 100 last messages of the list... :-), the ones > about a image button replacing the browse button. > > > --- struts lover <[EMAIL PROTECTED]> escrev

RE: Browse button localization -- IMPORTANT !!!!

2004-08-23 Thread struts lover
file upload dialog will be > localized. > > Regards, > > Richard > > -Original Message- > From: struts lover [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 10:32 AM > To: [EMAIL PROTECTED] > Subject: Browse button localization -- IMPORTANT >

RE: [OT] PROBLEMS SOLVED BELIEVE IT OR NOT: Re: image button for file upload

2004-08-23 Thread struts lover
PROTECTED] > > Sent: Monday, August 23, 2004 1:27 PM > > To: Struts Users Mailing List > > Subject: [OT] PROBLEMS SOLVED BELIEVE IT OR NOT: > Re: image > > button for file upload > > > > > > Thanks to all who addressed this issue. I thought > out of

Question about authentication

2004-08-25 Thread struts Dude
Hi I am going to use custom tags for checking access to Jsp, if no user/bean bean in session, then direct to login page. And I am also going to check admin bean again in Action before invoking life cycle methods on business beans. Now am I over kill with authentication?? I mean, if all JSP page

Re: Question about authentication

2004-08-25 Thread struts Dude
Thanks to all who replied. I can't always count on u guys :D If I really did use the stupid approach on the job, I guess I am going to be fired on the spot. ;D Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Back Button

2004-08-26 Thread struts lover
Hi, I am developing a web application. There is a search page where user enters a search parameter. Then it displays search results. Each search result has a hyperlink to view its details. But when I click, on the back button, it gives me error. Any one knows why and how to solve it. Thanks.

RE: Back Button

2004-08-26 Thread struts lover
Hi :), It gives me the following error. Warning: Page has Expired Thanks. --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 26, 2004 12:04 PM >

RE: Back Button

2004-08-26 Thread struts lover
lick the Refresh button. Thanks. --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 26, 2004 12:14 PM > > To: Struts Users Mailing List > > Subject: RE:

Re: date parsing/validation...newbie

2004-08-26 Thread struts lover
ble token, and DD is day-in-year, > not > > > day in month. > > > > > > > > Erik > > > > > > > > > > > > Research labs wrote: > > > > > > > >> Can anyone please tell what I can do in order > &g

Re: Back Button

2004-08-26 Thread struts lover
er won't > re-POST form information as a security precaution. > If you want to be > able to get around this, use GET in your search. > > On Thu, 26 Aug 2004 12:14:12 -0700 (PDT), struts > lover > <[EMAIL PROTECTED]> wrote: > > Hi :), > > > > It gives m

Re: Question about authentication

2004-08-26 Thread struts Dude
- Original Message - From: "David Suarez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 2:35 AM Subject: RE: Question about authentication > My question is, does it really matter? Does it

Re: Question about authentication

2004-08-26 Thread struts Dude
- Original Message - From: "Emmanouil Batsis" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 12:57 AM Subject: Re: Question about authentication > I usually perform complex authentication/a

Re: Question about authentication

2004-08-26 Thread struts Dude
Thanks Joe. Geee I wander why someone would advocate for container managed security since it's not portable between servers. :D - Original Message - From: "Joe Hertz" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

Re: Struts login with JAAS (Part 2)

2004-08-26 Thread struts Dude
Is it really necessary to learn JAAS in order to authenticate users in complex J2EE systems?? More API to learn, more complication and headache. I would try to get away with it if I can. Regards - Original Message - From: "Leandro Melo" <[EMAIL PROTECTED]> To: "st

Re: Question about authentication

2004-08-27 Thread struts Dude
- Original Message - From: "Joe Hertz" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 3:28 PM Subject: RE: Question about authentication > My gripe with container managed authentica

Re: Select One Row

2004-08-27 Thread struts Dude
Can't u do it using checkbox? Thanks - Original Message - From: "Varley, Roger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 10:44 PM Subject: Select One Row Hi I'm starting my first Struts project and I have got a .

Re: My IsValidToken() cannot trap duplicated submission.

2004-08-27 Thread struts lover
---Original Message- > > From: Erik Weber [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 27, 2004 10:57 AM > > To: Struts Users Mailing List > > Subject: Re: My IsValidToken() cannot trap > duplicated submission. > > > > > > When you are done p

Re: My IsValidToken() cannot trap duplicated submission.

2004-08-27 Thread struts lover
> > > >-Original Message- > >From: Erik Weber [mailto:[EMAIL PROTECTED] > >Sent: Friday, August 27, 2004 10:57 AM > >To: Struts Users Mailing List > >Subject: Re: My IsValidToken() cannot trap > duplicated submission. > > > > > >Wh

Re: My IsValidToken() cannot trap duplicated submission.

2004-08-27 Thread struts lover
Sorry PC, my mistake. You did the right thing. --- struts lover <[EMAIL PROTECTED]> wrote: > if (!isTokenValid(request, true)) { > // do your stuff > resetToken(request); > } > > > --- PC Leung <[EMAIL PROTECTED]> wrote: > > > I have

SecurityFilter Question?

2004-08-28 Thread struts Dude
Hi Can someone give me a few pointers on using SecurityFilter with Struts? This can save me potentially hrs of debugging. My securityfilter-config.xml is: http://www.securityfilter.org/dtd/securityfilter-config_1_1.dtd";> Admin Page

Re: SecurityFilter Question?

2004-08-28 Thread struts Dude
- Original Message - From: "struts Dude" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 5:36 PM Subject: SecurityFilter Question? > Hi > > Can someone give me a few pointers on using Secur

Re: SecurityFilter Question?

2004-08-28 Thread struts Dude
Wow that was quick response, thanks Jason. :D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SecurityFilter Question?

2004-08-29 Thread struts Dude
to do this is to use 2 links to 2 login forms, 1 form for each. BTW, can I assign roles for each Action in struts-config.xml so that I don't have to prefix path attribute of each Action with /user or /admin? Thanks - To unsu

Re: SecurityFilter Question?

2004-08-29 Thread struts Dude
- Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 11:04 PM Subject: Re: SecurityFilter Question? > As for populating a User bean into a session once they are &g

Container Managed authentication question

2004-08-29 Thread struts Dude
hi Using container managed authentication, can i relay request parameters(i.e. username & password) to loginAction after successful authentication? Because I want to construct a User bean and add it to Session after successful authentication but request parameters seem to get lost. Thanks

Re: SecurityFilter Question?

2004-08-30 Thread struts Dude
- Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, August 30, 2004 6:07 PM Subject: Re: SecurityFilter Question? > > > >Can't u do this using an Action? Say, access

Re: Scaffold

2004-08-30 Thread struts Dude
ED]> Sent: Thursday, August 26, 2004 5:43 AM Subject: RE: Scaffold > Tate, > > http://www.manning.com/catalog/view.php?book=husted&item=source > > > Download the husted_src.zip file it has the source. > > > > ***** > Ruben Cepeda &

Re: SecurityFilter Question?

2004-08-30 Thread struts Dude
mapping of struts-config.xml. All my restricted action mapping has user roles attribute rather than using path attribute e.g. path="admin/bla". I hope that is not bad practice. Also, it looks there is no way to use client/server side struts validation to convey error message on login fo

Struts 1.2.2 is up

2004-08-31 Thread struts lover
Hi Everyone, Struts 1.2.2 is up and available. http://struts.apache.org/acquiring.html __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

RE: validate in ActionForm not working for errors

2004-08-31 Thread struts lover
what is your directory structure ??? Are you giving the correct relative path for the input parameter --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Saurabh Bhatla > [mailto:[EMAIL PROTECTED] > > Sent: Monday, Augus

Re: SecurityFilter Question?

2004-08-31 Thread struts Dude
Thanks robert. Greatly appreciated. Now has anyone tried to put login form on every page of site if user hasn't login with STRUTS? Say, put a small login form on left hand column menu/navigational bar. Is there anything I need to look out for? - Original Message - From: &q

Question about rr_sitemesh demo

2004-08-31 Thread struts Dude
Hi Rick I have runned rr_sitemesh example, change width of navigaitonal bar to 150 pixel by changing the line to in mainDecorator.jsp but an empty space seemed to have been created now between navigational bar and content, and content is created within , so what's happening?? Is main.css beh

Re: [OT] Funny phone call from my Dad:)

2004-09-01 Thread struts lover
Hey how did your dad get the username and password you emailed, without logging into the account --- Rick Reumann <[EMAIL PROTECTED]> wrote: > This should give most of you a good chuckle so I > figued I'd share.. > > My dad has never used a computer until about a week > ago, when I > convi

Hibernate VS ibatis, which is better?

2004-09-01 Thread struts Dude
Hello Just want some feedback from ppl who know both. Which one is more powerful and easier to use? Personally I only know iBatis but seeing so many web app built on hibernate and even a book on hibernate to be published, just wandering if it's worth my time to learn hibernate. Thanks --

Re: Hibernate VS ibatis, which is better?

2004-09-01 Thread struts Dude
Thanks guys. Seeing so many support for either side, I might as well flip a coin to decide whether or not to learn hibernate. ;) - Original Message - From: "struts Dude" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thur

How long does it take to master appfuse?

2004-09-01 Thread struts Dude
Hi How long does it take to master appfuse.? Appfuse looks powerful but daunting to learn. It uses hibernate, xdoclet, junit, cactus, spring .. whatever, each technology can fill a book. Do I need to learn J2EE to get full benefit of appfuse? Can I get much out of appfuse if I don't use J2EE f

Re: How long does it take to master appfuse?

2004-09-02 Thread struts Dude
- Original Message - From: "Jim Barrows" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 3:52 AM Subject: RE: How long does it take to master appfuse? >>Another way of saying this is >>

Ibatis and cocurrent user management questions

2004-09-04 Thread struts Dude
Hi, Ok I really shud ask this at ibatis forum but since many here seem to work with ibatis, i give it a shot here. How do I register some kind of listener with ibatis so that if data in a table, say, Users, change, ibatis will notify struts application? The scenario I am trying to solve is

Simple log4j.properties HELP

2004-09-06 Thread struts Dude
Hi guys I can't seem to get the following simple log4j.properties file to work. I have log4j-1.2.8.jar and commons-logging-1-0-3.jar in WEB-INF/lib of my web app. Also the following log4j.properties in class folder of web app. - log4j.rootCategory=info, stdout log4j.logger.com.template=d

Re: struts servlet chaining and immutable request?

2004-09-06 Thread struts Dude
- Original Message - From: "Woodchuck" <[EMAIL PROTECTED]> To: "struts" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 5:01 AM Subject: struts servlet chaining and immutable request? > hihi, > > in my Action object, i am doing servlet

go one level up

2004-09-09 Thread struts lover
Hi Everyone, I am using struts nested iterate tag. Is there any way to go one level up inside the iterate. Any help would be appreciated. Thanks __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http

RE: go one level up

2004-09-09 Thread struts lover
; -Original Message- > > From: struts lover [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 09, 2004 1:47 PM > > To: [EMAIL PROTECTED] > > Subject: go one level up > > > > > > Hi Everyone, > > I am using struts nested iterate tag.

RE: go one level up

2004-09-09 Thread struts lover
label //if articleType=="science" do something print science heading label // iterate over // the collection here How do I achieve printing the different messages based on the articleType?? Thanks. --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Origin

Sequence of events for Action.execute(), ActionForm.reset(), ActionForm.validate()?

2004-09-12 Thread struts Dude
Hi, I just want to clear up the sequence of events for calling an Action from action mapping specified in struts-config.xml. Is it ActionForm.reset(), ActionForm.validate(), Action.execute()? And implication of these, any objects set to request scope within ActionForm.reset() or

Re: Simple log4j.properties HELP

2004-09-12 Thread struts Dude
Hi David, I don't have this file, no idea where that is supposed to be. I just drop a log4j.properties file in /WEB-INF/classes of my web app. Thanks - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" &l

Re: Not happy with approaches.. looking for better/other suggestions

2004-09-12 Thread struts Dude
Just a silly question. Where did ListUtils come from?? I can't find this in my JDK1.4.2. Thanks - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 03, 200

Re: Multiple button with same value using same Action class

2004-09-15 Thread struts lover
Action > works, the first key > >that map will be used and the corresponding method > called. > > > >Can I make it maps to different methods? > > > >How do I resolve this? I am using Struts 1.1. > > > > > >To ill

Struts with CVS??

2004-09-24 Thread struts Dude
Hi Has anyone written a project management web application using Struts with CVS server?? I am thinking of writing 1 and wud be most interested to hear from someone who has done this already to stop reinventing wheel. Thanks

  1   2   3   4   5   >