RE: [Friday] How far can we let the clients push us?

2003-07-20 Thread Christopher Fox
internet bubble caused developers to be scarce and rose the pay to beyond belief then all of a sudden everyone started wanting to be a computer programmer and then when the collapse came so went the money and jobs ... oh don't worry ... there will be jobs ... just for not much pay since there is

Struts 1.1 prepareStatement woes

2003-07-20 Thread Joel Hainley
I have been trying to get this working for a few hours and am going to beg and plead for help.. 8-) I am getting the error.. java.lang.AbstractMethodError: org.apache.struts.legacy.GenericConnection.prepareStatement(Ljava/lang/Strin g;I)Ljava/sql/PreparedStatement; ...while using the struts

FW: Redirect to home page on logon

2003-07-20 Thread Tarek M. Nabil
Hi everyone, I really need help with this. I also want to add that the same behavior happens with WebSphere 5. Thanks, Tarek Nabil -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:49 PM To: Tomcat Users List Subject: Re: Redirect to home page

Re: search results display

2003-07-20 Thread Sakis Chatzinikolaou
Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options are writen again in the footer.jsp as text

error in generating page content

2003-07-20 Thread Sakis Chatzinikolaou
Sorry for the wrong reply before. Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options

Re: FW: Redirect to home page on logon

2003-07-20 Thread Rick Reumann
On Sun, Jul 20,'03 (01:44 PM GMT+0300), Tarek wrote: I have an application that uses beans stored in the session context. If the user's session times out, he's asked to re-login on his next request. For this, I'm using J2EE security; I'm not doing it myself.After the user is finished with

Map-backed form property and multiselect

2003-07-20 Thread Jacek och
Does it work to combine map-backed form property and multiselect. My code : public void setValue( String key, String[] val ) public String[] getValue(String key) does not work. Is there any other way to do it ? Thanks for your help. Jacek

RE: Action Under a Tile?

2003-07-20 Thread Holman, Cal
Aaron Let's see - First question TilesAction does subclass Action - it is in the struts api. It adds the tiles context to the execute method. Then I extended the TilesAction to add a few items I needed - mainly some logging set up. TilesAction can be found in the

Error in generated html

2003-07-20 Thread Sakis Chatzinikolaou
Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options are writen again in the footer.jsp as text

Re: OTP-Dynamically building an SQL Query from ActionForm inputs

2003-07-20 Thread David Graham
--- Curtney Jacobs [EMAIL PROTECTED] wrote: Greetings David. I understood everything up to the point where I have to read in a properties file. If it is not to much of a problem., can you please elaborate from that point downwards. Regardless of whether or not you store SQL in a

Re: File Upload with Mac IE

2003-07-20 Thread otsuka
I found that the cause is html:image / tag. I replaced html:image / with html:submit /, then file uploading with Mac IE 5 worked fine. But I don't know why. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

paramId in html-el:link tag - Referenceing a Constant

2003-07-20 Thread Mike Duffy
The struts-example\registration.jsp contains the following code: html:link page=/editSubscription.do?action=Create paramId=username paramName=registrationForm paramProperty=username bean:message key=registration.addSubscription/ /html:link Switching this to an html-el:link tag is easy.

question re. war files and customization

2003-07-20 Thread sundar
Hi, This may not really be a struts related question, but I wonder what people are doing wrt. distributing war files. If I have to distribute a struts based package to multiple sites, each of which requires it's own logos etc. currently we are using a combination of application specific

Re: paramId in html-el:link tag - Referenceing a Constant

2003-07-20 Thread David M. Karr
Mike == Mike Duffy [EMAIL PROTECTED] writes: Mike The struts-example\registration.jsp contains the following code: Mike html:link page=/editSubscription.do?action=Create paramId=username Mike paramName=registrationForm paramProperty=username Mike bean:message

Re: Struts in iPlanet/Sun ONE Web Server 6.0 SP5 throws exception- getClassLoader() behaves erratically

2003-07-20 Thread thirumalai . veeraswamy
Vicky, When I was debugging the code and verifying the log. I found the code snippet mentioned below is behaving erratically in iPlanet/Sun ONE Web Server. I have no idea what is the purpose of the following code and why it should behave differently in two different web servers.

FW: Migrating from Struts 1.0.2 to 1.1

2003-07-20 Thread Gopalakrishnan, Jyothikumar
Hi All, While migrating from Struts 1.0.2 to Struts 1.1 (on Weblogic 6.1SP3, Solaris 6), I am stuck with this problem. This mailing list is now my last resort. Here is my struts-config.xml ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE struts-config PUBLIC -//Apache

RE: html:optionsCollection bug

2003-07-20 Thread Swaroop George
Hi all, I have a confirm page which displays the confirmation message after adding a new record. When I click on the done button I need to go to the next page with the record id as a parameter. I am able to do this with nested:link or html:link Following is the code nested:link

Problem in validation?

2003-07-20 Thread Sriman Venkatasubbu , Tidel Park - Chennai
I am very new to struts... In my jsp page i am creating dynamic form elements.I want to validate those form elements by using validator.xml. Is it possible to validate dynamic text boxes(form elements) ?If it is possible ,how can i configure in validator.xml. Thanks Sriman

Re: FW: Migrating from Struts 1.0.2 to 1.1

2003-07-20 Thread Koni Roth
/action-mappings is missing! Gopalakrishnan, Jyothikumar wrote: Hi All, While migrating from Struts 1.0.2 to Struts 1.1 (on Weblogic 6.1SP3, Solaris 6), I am stuck with this problem. This mailing list is now my last resort. Here is my struts-config.xml ?xml version=1.0