1.02 to 1.1b2 upgrade problem

2002-08-27 Thread Voytek . Jarnot
method=post action=/PAMS-PAMS-context-root?action=Login Any ideas why the actual action (just the context root) isn't written into the form action? Thanks! -- Voytek Jarnot Deployable CAMS Senior Systems Analyst - Logtec, Inc. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: user accounts question

2002-08-27 Thread Voytek . Jarnot
Really? I would've thought that since he'll use username as a PK, any joins would be done using the index... -Original Message- From: Ian Vellosa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 11:37 AM To: Struts Users Mailing List Subject: RE: user accounts question

RE: Please recommend a IDE

2002-06-05 Thread Voytek . Jarnot
has nobody mentioned jedit? http://www.jedit.org/ -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 8:55 AM To: [EMAIL PROTECTED] Subject: Re: Please recommend a IDE Subject: Re: Please recommend a IDE From: Vic C [EMAIL PROTECTED] ===

RE: struts and J2EE

2002-05-24 Thread Voytek . Jarnot
start here: http://java.sun.com/j2ee/overview.html and here: http://java.sun.com/blueprints/enterprise/index.html and especially here: http://www.tuxedo.org/~esr/faqs/smart-questions.html -Original Message- From: Chun Wah Chan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 9:25 AM

RE: Logic:Iterate:sort, what do you think?

2002-05-14 Thread Voytek . Jarnot
But how in the world would you call that from Struts??? -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 2:13 PM To: 'Struts Users Mailing List' Subject: RE: Logic:Iterate:sort, what do you think? I'd sort it in Flash. Mark -Original

RE: *** URGENT Help needed ****

2002-05-03 Thread Voytek . Jarnot
Just shut up already, no one owes you anything... -Original Message- From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 11:30 AM To: Struts Users Mailing List Subject: RE: *** URGENT Help needed There is a difference between saying you are

RE: Anyone Using Struts with JDeveloper9i and/or BC4J?

2002-04-25 Thread Voytek . Jarnot
Are you using Ant to build? If so, here's an Ant target that will pre-compile your JSPs using the OC4J compiler. If everything compiles correctly, it deletes the files. PRE !-- JSP precompile classpath -- path id=precompile.class.path pathelement

RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot
What's the error? -Original Message- From: Sidhartha Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: Problem in Html:options tag Hi I have an options tag which gets a list of values somehwre around 111 in number.But while

RE: Problem in Html:options tag

2002-04-17 Thread Voytek . Jarnot
In 1.1b1, I'm using html:optionsCollection without any problems; here's a jsp snippet pre html:select property=statusCode html:optionsCollection name=statusLookup property=statusCollection/ /html:select /pre Where statusLookup is an application scope bean which has a getStatusCollection()