Accessing action error problem

2003-09-26 Thread Pete Serafin
access the error using the html:errors / tag, but all I actuallt want to do is check that the startDate error is not null. How can I try to grab this object from the HttpServletRequest object? The whole point is to execute some logic that hides some html if an error exists. Any suggestions? Pete

Struts performance tips???

2003-09-05 Thread Pete Serafin
All, I have a Struts1.1.3 based application running on Jrun4 and Iplanet Enterprise 5 servers. I was wondering if there were any guidelines, faq's, or help in any of the Struts books on how to improve application performance. Any help is appreciated. Pete Serafin HealthCare Recruiters

How to access ApplicationProperties elements???

2003-02-11 Thread Pete Serafin
Pete Serafin

RE: Finding app context in action class???

2002-12-14 Thread Pete Serafin
- From: D, Gopinath (MED) [mailto:[EMAIL PROTECTED]] Sent: Sat 12/14/2002 1:26 AM To: Pete Serafin Cc: Subject: FW: Finding app context in action class??? This is how i've used the context in my application

RE: Finding app context in action class???

2002-12-14 Thread Pete Serafin
??? Request.getSession(); -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 11:32 AM To: '[EMAIL PROTECTED]' Subject: RE: Finding app context in action class

Finding app context in action class???

2002-12-13 Thread Pete Serafin
Its been a while since Ive had to write code to access the application context from a struts action class and I have forgotten how to do so. Can anyone give point me in the right direction as to how to do this?

OT: LDAP user add help

2002-10-11 Thread Pete Serafin
I am having some problems creating user accounts in my Struts application. I am trying to create accounts on an iPlanet 5.1 LDAP server and keep getting a SchemaViolationError. I have also in previous cases used the ldap admin dn and password when getting the inital context, but get the

File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
: html:form action=updateCandidate.do enctype=multipart/form-data The error appears to be happing after the action forward, but before the perform method of the ensuing action. Any advise is greatly appreciated as I am completely stuck Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL

Re: File upload: no multipart request data sent

2002-07-24 Thread Pete Serafin
Does anyone have ANY ideas on this issue??? Im really in a bind here and could use any advice from anyone implementing the FileTag. Thanks again. Pete Serafin Pete Serafin wrote: I have a jsp used to do a simple file upload. I am retrieving and processing the file without any problems

html:form help

2002-06-28 Thread Pete Serafin
want them to be blank. Obviously, these attributes cant be set to null as with strings, so how can this behavior be fixed? TIA. Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Bean define problem

2002-06-21 Thread Pete Serafin
appreciated. Pete Serafin

Accessing ActionErrors in jsp????

2002-06-09 Thread Pete Serafin
in the jsp so I can pass it to my custom tag? Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Form based security problem

2002-05-20 Thread Pete Serafin
login page Upon going back and refreshing the login page, a successful log on and redirect to the index page occurs. Any ideas on how to prevent this behavior? Pete Serafin

JSP error

2002-05-13 Thread Pete Serafin
using scriplet coding? Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Form based security

2002-04-29 Thread Pete Serafin
approach than a custom solution? Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Log4j Error

2002-03-20 Thread Pete Serafin
and onwards Steve Wilkinson wrote: You need something like this. log4j.rootCategory=ERROR, R I don't know the log4j.rootLogger is a valid property. The ERROR tells it what level to log and R tells it what appender to use. Hope that helps. - Original Message - From: Pete Serafin

Log4j Error

2002-03-19 Thread Pete Serafin
=%d [%t] %-5p %c - %m%n The file seems to be read in properly, but I get the error: log4j:ERROR No appenders could be found for category (root). log4j:ERROR Please initialize the log4j system properly. What am I missing? Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL

ActionForm class cast exception error

2002-03-04 Thread Pete Serafin
, but the form handlerI use has always been a direct descendant of the ActionForm. Considering that the CustomerListActionFOrm is still an instance of ActionForm, why does this ClassCastException keep getting thrown? Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Cant set custom tag attr with bean tags

2002-02-27 Thread Pete Serafin
/ //custom tag ... fails abc:DropDown name=productCode defaultValue=bean:write name=hardwareForm name=producdCode / collection=%= p % / Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Cant set custom tag attr with bean tags

2002-02-27 Thread Pete Serafin
to the requestParameter? Pete Serafin Jakkampudi, ChandraseKhar wrote: I think you have to use scriptlets for this. Alternatively, look at the code for the nested tags (available in the nightly build I believe) to achieve what you want. Or checkout this site http://www.keyboardmonkey.com/struts Hope

Logic:empty Tag

2002-02-26 Thread Pete Serafin
Quick question about the emptyTag in the Logic taglib does it exist? Documentation says its available since 1.1, but I thought 1.02 is the latest release. What am I missing? Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Wizard Interface question

2002-02-05 Thread Pete Serafin
to database or a cancel is requested. Is this the best way to handle this? Thanks, Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Design help needed for large scale app

2002-01-29 Thread Pete Serafin
, and the slimmer the class, the faster the application and less memory used. Would it make sense to architect the application this way, or is it more just a matter of style? Does anyone have any ideas on this issue, or advice based on large scale applications that you have developed? Thanks, Pete

Error tag problem

2001-12-04 Thread Pete Serafin
All, I am having a similar problem to Binh ( http://www.mail-archive.com/struts-user@jakarta.apache.org/msg18646.html ). I was wondering if anyone has a solution as to why I cannot get the html:errors tag to work. I did notice that Struts docs say: In order to use this tag successfully, you

Re: Error tag problem

2001-12-04 Thread Pete Serafin
this setup works for me. Sean - Original Message - From: Pete Serafin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 2:46 PM Subject: Error tag problem All, I am having a similar problem to Binh ( http://www.mail-archive.com/struts-user

Templates

2001-12-04 Thread Pete Serafin
/ /template:insert My problem is that I get an error in the content (which maps to hardware.do) frame which says: javax.servlet.jsp.JspException: Servlet Exception Any ideas??? Pete Serafin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]