dynamically disable text field

2001-06-19 Thread Michelle Popovits
Hi, I would like to dynamically disable a text field based on a boolean property. I have tried the following but it does not work. strutshtml:text property="employeeBean.fax" size="20" maxlength="10" disabled="strutsbean:write name=\"personalInfoForm\"

Re: dynamically disable text field

2001-06-19 Thread Michelle Popovits
Norman, Yes, that worked. Thanks, Michelle - Original Message - From: Norman Timmler [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Michelle Popovits [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 11:10 AM Subject: Re: dynamically disable text field hi michelle, try this: logic:equal

form is null in Action

2001-06-20 Thread Michelle Popovits
Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instanceand place it in the session. - I Then forward to the EDIT jsp (which uses the EDIT Form) and the data is displayed nicely in a

test please ignore

2001-06-20 Thread Michelle Popovits
this is a test

Re: form is null in Action

2001-06-20 Thread Michelle Popovits
riginal Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ; Michelle Popovits Sent: Wednesday, June 20, 2001 12:11 PM Subject: Re: form is null in Action Have you got the session for this form in your struts-config set to request? Itcaught me out too - if so, it looks fo

form is null in Action

2001-06-20 Thread Michelle Popovits
Hi, - In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria. - I place this data in a new EDIT Form instanceand place it in the session. - I Then forward to the EDIT jsp (which uses the EDIT Form) and the data is displayed nicely in a

Re: form is null in Action

2001-06-20 Thread Michelle Popovits
, 2001 12:08 PM Subject: RE: form is null in Action Hi, Check the mapping for the form class in the config-file... the EDIT action should be pointing to the correct form class... -satyen -Original Message-From: Michelle Popovits [mailto:[EMAIL PROTECTED

unable to programmatically perform a submit

2001-06-20 Thread Michelle Popovits
Hi, I am trying to get an image map working that does a submit. The image map itself works. However, when I click on the image area it complains when trying to execute the submit. Error: object doesn't support this property or method. I have tried just performing a submit without the

why does it take so long for my postings to show up?

2001-06-20 Thread Michelle Popovits
I am just curious why it takes so long for postings to show up? I postedmessage at 12pm est and it finally showed up at 5pm -- that's 5 hours. This posting I am writing at 5:21pm EST. I wonder how long it will take. Is it just me or is this the way that this is supposed to work? Thanks,

Re: unable to programmatically perform a submit

2001-06-21 Thread Michelle Popovits
anyone else out there been able to make this work? Thanks, Michelle - Original Message - From: Norman Timmler [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Michelle Popovits [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 4:55 AM Subject: Re: unable to programmatically perform a submit hi

Re: unable to programmatically perform a submit

2001-06-21 Thread Michelle Popovits
. When I remove the submit button (or reset button), the error goes away. Don't know why this is. HTH, Bill Pfeiffer - Original Message - From: Michelle Popovits To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 5:19 PM Subject: unable

Re: Non-Web-based Application with STRUTS

2001-06-29 Thread Michelle Popovits
Andy, Perhaps you could create your application as an EJB application where the application state, business logic, data access are all managed by the EJB tier. Create a set of workflow 'Session Facade' session ejb's to be your interface between your various clients and your ejb business tier.

struts template opinion

2002-07-25 Thread Michelle Popovits
Hi, I am considering using Struts templating tag library. Can anyone tell me what you think of it and what it's benefit is over not using it (is it worth the extra effort??). Thanks, Michelle _ Join the world’s largest e-mail

RE: struts template opinion

2002-07-25 Thread Michelle Popovits
. phone, PC browser, etc) a snap. -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: struts template opinion Hi, I am considering using Struts templating tag library. Can anyone tell me

RE: struts template opinion

2002-07-25 Thread Michelle Popovits
[EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: struts template opinion Date: Thu, 25 Jul 2002 17:08:42 -0500 No, Tiles works great with 1.0.2. -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 5:04 PM

Re: struts template opinion

2002-07-25 Thread Michelle Popovits
ok, I guess once I read more, it'll make more sense. Thanks for your help! Michelle From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts template opinion Date: Thu, 25 Jul 2002 17:49:29

tiles javascript

2002-07-29 Thread Michelle Popovits
Hi, I'm new to tiles and am wondering what the best way is to integrate javascript, as follows: Before Tiles: I had a main jsp (with some includes for header/footer) and some embedded javascript and js file references. After Tiles: I have tiles setup for header/footer/body. The layout that

controlling j2ee security authentication

2001-09-24 Thread Michelle Popovits
Hi, I would like to control j2ee security in the following way. 1) have my app server use j2ee security for form login (done). 2) have my designated login jsp submit to a struts action (login.do). 3) be able to perform any additional validations I like in the struts login action. 4) then,

pagination?

2001-09-25 Thread Michelle Popovits
Does struts support pagination of a collection over multiple pages. You know, there you have prev next buttons to move from one page of items to the next (ie. a list of 100 items, 10 per page, 10 pages total). I know, so far that I can use the iterate tag to display the collection in a table.

Re: multi form pages

2001-09-26 Thread Michelle Popovits
Has anyone tried embedding a form within a form. In which case when the embedded form is submitted only parms within the form would be submitted, and when the outer form is submitted would it include all parms including those within it's embedded forms. I haven't tried this, but I would be

Upload file slow

2001-10-21 Thread Michelle Popovits
I am using the upload feature of struts (struts-upload.war) and I find it uploads very slowly. Why is this so slow? Is there a way to improve this? Thanks, Michelle _ Get your FREE download of MSN Explorer at

Showing image beside fields with errors

2001-10-24 Thread Michelle Popovits
Hi, A couple things that I would like to do with the Struts 1.0 release relating to errors that I can't see doing without writing a bunch of extra code. 1) When I have validation errors (ActionErrors) I would like to show an image (red arrow gif) next to the fields that are in error. 2) I

Re: SilverStream 3.5.2

2001-10-24 Thread Michelle Popovits
No, you need to be at at least 3.7.1. SS did not support web app prior to 3.7 release -Michelle From: Tim [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SilverStream 3.5.2 Date: Wed, 24 Oct 2001 13:41:13 +0800 Hi, I'd like to inquire on whether it is possible to

Re: Showing image beside fields with errors

2001-10-24 Thread Michelle Popovits
like the following. (also see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg16521.html.) ul html:messages id=message property=firstName libean:write name=message//li /html:messages /ul Michelle Popovits wrote: Hi, A couple things that I would like to do

Re: Showing image beside fields with errors

2001-10-24 Thread Michelle Popovits
John, Thanks for your reply. As you've described the solution, it sounds like it would also put the message(s) beside the field in error. What I'm looking for is to keep the messages at the top of the page (like standard html:errors tag does) and within the body of the form include just a

RE: SilverStream 3.5.2

2001-10-25 Thread Michelle Popovits
SilverStream 3.5.x is a very old release. Release 3.7.x came out last december and has been out for a while. Many older versions of app servers do not support web app. You should consider upgrading. Michelle From: Dmitri Colebatch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL

Re: SilverStream 3.5.2

2001-10-25 Thread Michelle Popovits
I used 3.7.2 release several months ago (in a struts app) and I didn't have this kind of problem. I'm not sure what the problem could be. I know that SS uses cookies to track sessions and if cookies are not available it uses url rewriting, so I would think that this would take care of it. I

messages tag - how to get the current property?

2001-10-25 Thread Michelle Popovits
I am now trying out the messages tag for the purpose of hyperlinking the error messages to focus on the field in error. And I can't quite get that to work (the basic messages functionality works great, though). I don't know if I can gain access to the current message property field name. What I

Re: Mailing list congestion?

2001-10-26 Thread Michelle Popovits
Not just you. that's just the way it works sometimes. From: John Yu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Mailing list congestion? Date: Fri, 26 Oct 2001 13:00:38 +0800 I found the mailing list very slow. Messages I post only appears on the next day. Is

struts validator - console messages at startup

2001-11-19 Thread Michelle Popovits
Hi, I have the struts validator extension installed. When ever I start up my app server, the details of all the different validations are displayed on the server console. Is there a way to suppress this? Thanks, Michelle _ Get

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Michelle Popovits
Hi, I suggest to not duplicate variables that are in your Value Objects in your form object. Instead include the value object as a member of the the form object. ie. Form class - below the AccountVo is a value object within the form bean public class AddAccountForm extends ActionForm {

Re: Design question - Action Form vs Business Delegates/Value Obj ects

2001-11-22 Thread Michelle Popovits
: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Design question - Action Form vs Business Delegates/Value Objects Hi, I suggest to not duplicate variables that are in your Value Objects

RE: Design question - Action Form vs Business Delegates/Value Obj ects

2001-11-23 Thread Michelle Popovits
-mail) [EMAIL PROTECTED] CC: 'Michelle Popovits' [EMAIL PROTECTED] Subject: RE: Design question - Action Form vs Business Delegates/Value Obj ects Date: Fri, 23 Nov 2001 09:18:18 -0500 Michelle, thanks, now I got it. The problem I see with the approach you describe is that it forces all the data

Invalidate and container authentication in multi-app environment

2001-12-18 Thread Michelle Popovits
Hi, I have been researching the archives trying to resolve an issue. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg10294.html http://www.mail-archive.com/struts-user@jakarta.apache.org/msg14538.html These threads describe my situation pretty closely (although not exactly) and

What to do to avoid users bookmarking Login Page

2001-12-20 Thread Michelle Popovits
Good Day Everyone, I currently have a struts application which uses J2EE container managed authentication. As such, the user must go directly to a resource and not to the login page. In my case the user must go directly to a struts action (ie. localhost:7701/app/MainPage.do). The container

RE: What to do to avoid users bookmarking Login Page

2001-12-20 Thread Michelle Popovits
could be the page/action you require. welcome.jsp/html could be something like this frameset rows=100% frame name=root src=MainPage.do /frameset (I haven't tried this myself). HTH, Vaughan. -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: NoClassDefFound Error in weblogic

2002-01-03 Thread Michelle Popovits
Jeremy, Are you using weblogic 5.1? I am using weblogic 5.1 and have successfully used struts with sp 9, 10, and 11. I haven't tried 8, though. You may want to try a high sp just in case it's related to that. Anyone else out there use sp 8 ok with struts? In my experience, if it's a wierd

RE: NoClassDefFound Error in weblogic

2002-01-03 Thread Michelle Popovits
seem to find my class. as in jeremy's case, the problem only occurs when my classes are unpacked in the WEB-INF/classes directory. if someone knows how to resolve this, i'd love to hear about it. ab -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: taglib question

2002-01-04 Thread Michelle Popovits
In my opinion, yes, but that does not mean you have to maintain 10 separate copies of this file. Have one copy of the file, and in your build scripts for your web application simply copy the file into your webapp as needed. Personally, I prefer to have everything within the webapp (3rd party

RE: taglib question

2002-01-04 Thread Michelle Popovits
, but I thought I've seen some examples do this... Mark -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 8:32 AM To: 'Struts Users Mailing List' Subject: RE: taglib question In my opinion, yes, but that does not mean you have to maintain

Need info for Struts Presentation

2002-01-04 Thread Michelle Popovits
Good Day Everyone, I am preparing to give a presentation on Struts to our internal engineering staff. This is intended to be short technical presentation on Struts of about 20 minutes in length. If anyone out there has done any such presentation and has some documents (ie. PowerPoint slides)

RE: Struts EJB support

2002-01-08 Thread Michelle Popovits
Vic, What about using EJB (Session) to provide transactional support for jdbc data access objects. I had a small application I was developing and I wanted to keep individual data access objects as reusable as possible and not make the business object javabeans tied to the data access method, so

RE: Struts EJB support

2002-01-08 Thread Michelle Popovits
it from my Struts app. Hope that did not muddy it. I know there will be welcomed comments. my 2c, Vic Michelle Popovits wrote: Vic, What about using EJB (Session) to provide transactional support for jdbc data access objects. I had a small application I was developing and I wanted to keep

RE: response has already been committed

2002-01-08 Thread Michelle Popovits
Turn auto-flush off and up the buffer until it's large enough This example has the autoflush off and the buffer set to 20 kb. %@ page autoFlush=false buffer=20kb % -Original Message- From: Boudreau, Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 3:25 PM To: '[EMAIL

RE: Struts-Validator ActionForm error

2002-01-08 Thread Michelle Popovits
remove struts-jar from classpath and add to web-inf/lib directory. Check to make sure the jar is no where in the web/app server class path. -Original Message- From: Patrick Liardet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 3:32 PM To: Struts Users Mailing List Subject:

RE: editable tables with Struts

2002-01-21 Thread Michelle Popovits
It worked fine for me. Just make sure you have the full url. http://devcenter.silverstream.com/DevCenter/DevCenterPortal?PID=drilldown.ht mlC=com.sssw.components.drilldown.DrillDownComponentC=com.sssw.components. printIt.printItComponentdoc_id=1126 -Original Message- From: Mark Galbreath

RE: VIRUS WARNING - new photos from my party!

2002-01-29 Thread Michelle Popovits
I have a better solution and unsubscribing all the time. Subscribe to this yahoo group http://groups.yahoo.com/group/struts I set it up yesterday to archive all of the struts messages. You won't receive any emails and you can just go to this website anytime to view all struts-user messages since

RE: VIRUS WARNING - new photos from my party!

2002-01-29 Thread Michelle Popovits
- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 6:03 AM To: 'Struts Users Mailing List' Subject: RE: VIRUS WARNING - new photos from my party! I have a better solution and unsubscribing all the time. Subscribe to this yahoo group http://groups.yahoo.com

container managed security and login action?

2002-01-30 Thread Michelle Popovits
Has anyone been able to capture login information in a struts action and then send it on for j2ee container managed security. I currently have a struts application that uses j2ee container managed security. New requirements state that the password is to be stored in encrypted form which means I

RE: container managed security and login action?

2002-01-30 Thread Michelle Popovits
; } Summary It works great! I wished I had done it sooner. -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 10:01 AM To: '[EMAIL PROTECTED]' Subject: container managed security and login action? Has anyone been able to capture login

post-authentication processing?

2002-01-30 Thread Michelle Popovits
The next step... A challenge with container managed authentication is that you generally can't predict what url the user originally requested and thus can not do any post-authentication processing. Let's say whenever a user successfully logs in I want to log to an audit trail. I could do this

Struts for reporting?

2002-01-31 Thread Michelle Popovits
Anyone used Struts to develop reports? I am tasked with the job of writing reports and will need to determine if I can just use Struts or if I should use something in conjunction with Struts or WebApp. Any to consider? Ideas? Suggestions? Michelle -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Struts for reporting?

2002-01-31 Thread Michelle Popovits
to the client. - Original Message - From: Michelle Popovits [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 8:37 AM Subject: Struts for reporting? Anyone used Struts to develop reports? I am tasked with the job of writing reports and will need to determine if I can

RE: Struts for reporting?

2002-01-31 Thread Michelle Popovits
. - Original Message - From: Michelle Popovits [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 8:37 AM Subject: Struts for reporting? Anyone used Struts to develop reports? I am tasked with the job of writing reports and will need to determine if I can just use

iterate tag with nested collections?

2002-02-12 Thread Michelle Popovits
Hi, I am trying to add a multi-level report to a struts application. So the report structure will be like this: Top Level Details Level 1 Details . Level 2 Details.. Level 2

Session Timeout?

2002-03-06 Thread Michelle Popovits
I have a struts web application which uses container managed authentication. When a user is logged into the application and the session times out, the next user-initiated action will result in the login page being displayed (the j2ee container makes this happen). How is it possible to tell

RE: Session Timeout?

2002-03-06 Thread Michelle Popovits
(session.timeout)); (session.timeout is defined in your app resource properties) thenreturn (mapping.findForward(logout)); this logout fwd will then go back to the login page with the time out message. Thinh -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent

RE: Session Timeout?

2002-03-06 Thread Michelle Popovits
- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 1:49 PM To: '[EMAIL PROTECTED]' Subject: Session Timeout? I have a struts web application which uses container managed authentication. When a user is logged into the application and the session times out

RE: jsp pagis in /WEB-INF directory

2002-03-08 Thread Michelle Popovits
fyi If you are using Weblogic app server you will not be able to put JSPs under WEB-INF. -Original Message- From: Ivan Siviero [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:55 AM To: Struts Users Mailing List Subject: Re: jsp pagis in /WEB-INF directory sorry. you're right.

RE: session timeout message

2002-03-11 Thread Michelle Popovits
How would these methods help? Wouldn't they give you the information only on the new session? How would this be different from a user who is entering the system for the first time? Thanks -Original Message- From: Garni, Khalid M [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002

RE: What gives?

2002-03-11 Thread Michelle Popovits
Did you receive and reply to the confirmation message that should have been sent to you after you send the unsubscribe msg? -Michelle -Original Message- From: Jason Wells [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 12:33 PM To: [EMAIL PROTECTED] Subject: What gives? I've

RE: What do you call them beans?

2002-03-12 Thread Michelle Popovits
I generally use suffixes based on the pattern or layer that they are in Value objects nameVo.java Data Access OBjects nameDao.java Perhaps the business object layer which co-ordinates the dao layer could be nameBo.java ? -Original Message- From: Oliver Reflé [mailto:[EMAIL PROTECTED]]

RE: Global application object?

2002-03-13 Thread Michelle Popovits
How about creating a servlet with an init method and loading it there (should load on app server startup) and storing it in the application object... or... Try using lazy loading, and load the data when the system first needs to access it and then store it in the application object for future

problems migrating struts tags - weblogic 5.1 - 6.1 (has no property)

2002-05-14 Thread Michelle Popovits
I tried sending this message 2 hours ago, but it didn't show up...so I'm trying again (pls. forgive me if my first message shows up in the meantime). Hi, I am currently migrating a struts application from weblogic 5.1 sp11 to weblogic 6.1 sp2. The problem is that the taglibs now complain

problems migrating struts tags - weblogic 5.1 - 6.1 (has no property)

2002-05-14 Thread Michelle Popovits
Hi, I am currently migrating a struts application from weblogic 5.1 sp11 to weblogic 6.1 sp2. The problem is that the taglibs now complain that they do not have certain properties which I had specified. The html:image jsp tag complains that it has no 'height' property and the html:text tag

RE: problems migrating struts tags - weblogic 5.1 - 6.1 (has no property)

2002-05-15 Thread Michelle Popovits
, project-specific tags. -Max - Original Message - From: Michelle Popovits [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 12:17 PM Subject: problems migrating struts tags - weblogic 5.1 - 6.1 (has no property) Hi, I am currently migrating a struts application from

RE: problems migrating struts tags - weblogic 5.1 - 6.1 (has no p roperty)

2002-05-15 Thread Michelle Popovits
, Michelle -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 8:34 AM To: 'Struts Users Mailing List' Subject: RE: problems migrating struts tags - weblogic 5.1 - 6.1 (has no p roperty) Hi Max, Yesterday, I did try adding one of the attributes

RE: problems migrating struts tags - weblogic 5.1 - 6.1 (has no property)

2002-05-16 Thread Michelle Popovits
hope #1 turns out to be a possibility. Good luck, -Max - Original Message - From: Michelle Popovits [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 5:34 AM Subject: RE: problems migrating struts tags - weblogic 5.1 - 6.1 (has no property

Showing Error Page in parent frame?

2003-12-23 Thread Michelle Popovits
I have a struts application which sends JSP and application errors through a struts action class before forwarding to the application error page. Most pages of the application are displayed in an HTML frame, so when an error occurs the error page shows up in the single frame from which the