Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Struts
Page 229 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Recharge resource without stop server

Hi I have a web application based on Struts 1.3. I have a problem I need change resources (internationalition) without stop the server. It 's possible? Thanks

Subject: SV: Help:Clay+dataTable

Hi <span jsfid "t dataList " value "#{managedBean.list} " var "item " > <span jsfid "outputText " value "#{item.property} "/ > </span > You need to get clay-tomahawk.xml. Search the list for it Hermod -

Help:Clay+dataTable

Hi. I 'm trying CLAY and fed up with displaying dynamic datatable (list) coming from my managed bean (already went through the examples but no success yet). Could anyone please give me an example

Subject: failed to load servlet error

Our app 's websphere log has a lot of errors lised below this is not a class path issue but whatelse reasons? And also what does "us " in the message below mean? Thanks in advace. [Servle

Subject: ApacheCon EU 2006 (fwd)

---------- Forwarded message ---------- Date Fri 17 Feb 2006 15 29 56 -0500 From Rich Bowen <rbowen@(protected) > Subject ApacheCon EU 2006 The ApacheCon Planners are pleased to announce that Apa

Cannot use Scriptlet inside ditchnet tabs - passing more than one paramete

Sony Thomas wrote > Hi friends > > I am using ditchnet tabs in my project. I want to pass more than one > parameter through a link to my action class. I have used the following > code to pass the

[OT} help required with script.

Bharathi Kattamuri wrote > Hi > > I have with javascript in a struts application. I am trying to insert a > text into a TextArea. Somehow document.selection.createRange().text > is not workin

SV: [shale] escaping and resuming dialog

Hi That 's a different issue. I can off the top of my head remember if you maintain the session with target '_new '. I know for a fact that doing ctrl-N in IE and Firefox maintains the session so I le

Subject: Modal combobox with Struts

What is the best way to implement the logic of a second combobox that depends on the choice made in a first combobox in a JSP page inside Struts framework ?? For instance if I choose EUA in the firs

Does Struts wiki have a sandbox?

Does Struts wiki have a testing page that can be changed without sending notification to dev list?

write el equivilent

I 'm trying to write out the text of a string instead of creating a form text object where the property dynamically gets the name of the field. I tried the following but there is no bean write el equi

extension-mapping path-mapping

Jim Reynolds wrote > I am running a struts application in a directory (context?) named "test ". > In my web.xml I configured the following > <servlet > > <servlet-name >test </servlet-name > >

[Friday]

Hello > > On Thu February 16 2006 4 51 pm Michael Jouravlev said > > > > > The last thing I can think of is a hook a rope and some soap. > Uhmm.. you mean last resort is hanging? Or by soap you wer

Subject: help required with script.

Hi I have with javascript in a struts application. I am trying to insert a text into a TextArea. Somehow document.selection.createRange().text is not working. I am using IE6.0.29 Below is th

escaping and resuming dialog

Hi folks my dialogs are working fine in shale with clay for composition. Now i am wondering how to achieve the following Usecase User is working in a defined dialog say with view 1 to 10. when

Cannot use Scriptlet inside ditchnet tabs - passing more than one parameters fro

Hi friends I am using ditchnet tabs in my project. I want to pass more than one parameter through a link to my action class. I have used the following code to pass the parameters. <%

Statistics

How do you do statistics for your website solutions? Just using standard statistics packages or solutions? If then what package? I 'm currently developing an XML based statistics module for J2EE that

Multiple buttons with Dispatch Action

Hi I have a page with multiple 'links '. One is an image button and another is a simple submit button. I was using a Dispatch action that maps to each one of these buttons using javascript to set t

using a resource key to extra validation errors

I have an ActionForm with its own validate method that adds errors keyed upon entries in a resource bundle so that the errors can be linked back to the field they are pertinent to not just as a glob

Subject: font classes in html:link

I am new to using Struts and I can 't see how to specify the font class and styles for an html link tag. Previously I would have something like <a href "some url " class "font class from a style sheet "

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

zahid mohammed wrote > No I am not using firewalls/proxies. > In the IE options I have tried selecting the options "Every visit to the > page " and "Automatically " for "Check for newer versions of sto

SV: Re: [SHALE] Using the Test Framework

Hi I totally agree with Craig. There is a huge difference between Unit testing and Integration testing. We do both using different tooling for the different test types. Hermod -----Opprinnelig me

Problem forwarding to an action in another webapp

We develop an application with Struts MVC. In this application we have two webApps containing some Struts Actions in each one (i.e two Struts-config.xml files). These both webApps are in separate EAR

WebWork 's OGNL form handling - very RoR in approach. Possible in Struts 1.x

Ok. I meant to declare the private Product as a ThreadLocal <Product >. So private ThreadLocal <Product > product public void setProduct(Product product) { if ( product null ) {

WebWork 's OGNL form handling - very RoR in approach. Possible in Struts 1.x?

One very nice thing about WebWork and presumably Struts 2.x is the OGNL form data scraping. RoR takes a similar approach. Though I realize many will push back at the idea I wrote a fairly straightf

Thread safety in struts and better practice question !

My understanding for making Struts action thread safe you shouldn 't have instance variable in any action class. Correct ? ( it should be OK if you have read only variable ). But to make app for flex

Frustrating IE6 Caching problem......PLEASE HELP!!!!

Question is the URL you are requesting the result of a GET and never changing? If so IE will return a cached result every time after the first GET because it is somewhat over-aggressive in its cac

Re: Regarding Struts- Mysql Connection.

Ashok kumar wrote > I am beginner for struts.now I have developed one simple > application using Struts 1.24 with Mysql 4.1.I have created all the tables > successfully.and Program is also c

Re: Struts in Portals-Help me

I HARIKRISHNA wrote > I am working on a Struts1.1 migration project from Weblogic 6.1 to 8.1 > I have three severe issues > 1)In my 6.1 code i have one import > com.bea.jsptools.p13n.use

Example 1 from "Struts in Action " gets stuck at register.do

Dear all I am brand new user to Struts and just trying to get the first example from "Struts in Action " working (the little user registration form). My code looks fine and the app deployed ok on Tom
Page 229 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100