Re: Running Struts 2.0.11 on Weblogic 8.1 SP5

2008-01-01 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html LesleyT wrote: Hi all, Am trying to run our application built using: Struts 2.0.11, Spring 2.0, H

Running Struts 2.0.11 on Weblogic 8.1 SP5

2008-01-01 Thread LesleyT
Hi all, Am trying to run our application built using: Struts 2.0.11, Spring 2.0, Hibernate 3.2 on WL 8.1 sp5. I've read that some people have successfully run a struts2 app on weblogic and would like to know how you got it up and running. I retrotranslated the JARs below: xwork-j4-2.0.4.jar str

Re: invent way to get dropdown data in JSP not using actions or taglibs?

2008-01-01 Thread Frank W. Zammetti
Adam Hardy wrote: I don't know the JSF architecture with its "page/component state saving", Frank, but I don't think my proposition is along those lines (with state saving). I'm no JSF expert either frankly, but I was basing my thought on the part where you said you were concerned with what h

Re: invent way to get dropdown data in JSP not using actions or taglibs?

2008-01-01 Thread Adam Hardy
As you say, Brian, there are many many situations where the link between actions and forms are not one-to-one. 75% of the time there is a basic need to execute 2 jobs in any one HTTP request: (a) process the incoming request and parameters (b) display the next page Sometimes (a) will be unnece

Re: invent way to get dropdown data in JSP not using actions or taglibs?

2008-01-01 Thread Brian Pontarelli
It seems like this is a variation on the Preparable theme. I went through this decision process 9 months ago and decided to use the tag to prepare my forms, mostly for lack of any other solution. A few more things I ran into that I wanted and could only achieve with the - Share preparation