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 91 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Re: Search on file contents using struts

--- Saranya Balasubramanian wrote > Please let me know if there 's a better way to > implement this function. http //lucene.apache.org/java/docs/ would be one solution. d.

Anybody can suggest how to learn struts.

I am new to Struts. Can anybody suggest me from where I should start and which is the perfect material for struts. Thankx and Regards Nitin

Search on file contents using struts

Hi all I want to implement search on file contents for keywords using struts. Presently I am reading the file contents line by line and checking for the occurrence of the keywords. Below is the

Subject: Using ActionForm in struts2

Hi I want to use Simple ActionForms or POJO in Struts 2. Instead of writing the getter and setters in Action I would prefer then to be written separately as the same bean can be used elsewhere in m

Error loading actions in appfuse

AJust a hint would be suffiicient. Any help appreciated appfused wrote > > I keep getting the following message when i try to access various links on > the page i created after deploying the strut

Annotation support for interceptor-ref

I 'm trying to learn the Zero Configuration Annotations by converting the mailreader2 to be Annotation based. Unfortunately the first page I attempted uses an <interceptor-ref > tag in the action mappi

Struts ui components inside <table > in a single line.

Hi guys Does somebody have an example about how make a form using the struts tags with all of components in a single line? I tried this but did not worked <table > <tr > <td >some text </td

Subject: datetimepicker does not work

I am trying to use the datetimepicker but I am getting the following error 22 03 16 676 INFO [STDOUT] 22 03 16 666 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPoint

Subject: Struts2 and table tag

Hello I would like to use table tag with Struts2 that is described here http //struts.apache.org/2.x/docs/table.html Unfortunately I 'm not able to find any example of how to do this the document

Struts 2 with Acegi

I 've been trying to find a starter example or tutorial that talks about using Acegi Security with Struts 2 and Springs but I 've been unsuccessful. If anyone knows where I should look or even has som

[OT] [JAVA -THREADS]

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 temp temp First please set your real name in your email client. It 's just rude to have a name like "temp temp ". (Apologies if your name is actually "T

[JAVA -THREADS]

I have a singleton class with private constructor Example public class ResourceManagerFactory { private static ResourceMa

Parsed contentType in Stream result type, JR plugin

G 'day Don 't know if this has been mentioned before but 'twould be useful to be able to get StreamResult to take the contentType param as an index into the value stack (I have an action that deter

can anyone recommended books which will help me learn Struts 2

Can anyone recommend any good books which will help me learn Struts 2. If there are no books on Struts 2...are there any books on Struts which would be of value? I am new to both Struts and Struts

Param tag inside a URL does not work properly.

Hi I 'm sending a param using a <s param > inside a <s url >. It is working but the problem is when the action gets the value it has a " after the value. I 've debbuged and the parameter is being se

avax.servlet.ServletException: BeanUtils.populate

I am working on Strut based Application. I am facing the error while submitting a form. I have attached error message JSP and strut config file. Please let me know the possible reasons of the erro

Multiple ActionMappers per Namespace

Is it possible to have a different ActionMapper per namespace? -- View this message in context http //www.nabble.com/Multiple-ActionMappers-per-Namespace-tf3485257.html#a9729751 Sent from the Strut

Tiles 2

Does anyone know when Tiles 2 will have a production release?

Help: Need of Structs aplication

HI friends iam new member to the struts.apache.org list. I need a small application which consists of login page and registeration page(like online student registration). can anyone help me for this a

Struts 1.2 validation not working!

I 've added Struts validation to my application and I 'm getting an exception when I try to use the 'required ' validation type. Here 's the code... The 'validation.xml ' file... [Code] <?xml v

Error loading actions in appfuse

I keep getting the following message when i try to access various links on the page i created after deploying the struts2 basic achetype. Any ideas what i might be doing wrong? There is no Action m

Suggestion about Type Conversion Error Handling!!!

I hate the default type conversion error report message which is Invalid field value for field {1}. after I read the document I find there is two ways to override it 1.define the generic i18n key

Struts and Zapatec

Is there some known issue integrating Zapatec Ajax Components with struts 1.2.9 ????? It doesent seem to work properly. Ashuin Sharma Software Developer Isthmus Inc. The Costa Rica IT Outso

Bug in a token-session interceptor ?

Hi I 've following action mapping for token-session interceptor <action name "workflowNewComments " class "workflowCommentsAction " > <interceptor-ref name "token-session

Best Way to Secure Access to Downloadable Documents

Does anyone have any suggestions for the best methods to secure access to downloadable documents? I could of course use container security to secure the document directories however for quotas tra

Subject: Zero-config and annotations

Zero-config will be quite some fun if we had some more annotations. Are there any plans on adding Interceptor and onther annotations? All we have now is org.apache.struts2.config.Result. -- doktor

Subject: JAAS & redirection

Hi We are currently trying to update from webwork to struts 2.0.6 everything looks fine except one thing. The application is deployed into JBoss 4.0.4 and JAAS is enabled into our web.xml co

sitemesh skins

Hi I want to show a system with different skins (per client) at 'load-time '.. Desired behavior Has this client a custom skin ? If (YES) load_it() Else load_the_default_skin() I would be gra

How to render a <s:select > using a map?

Hi I have a map to render <s select > <s select label "List of Plants " name "pltSelect " list "${user.plantsMap} " key "${user.plantsMap.key} " istValue "${user.plantsMap.value} " mul

s:tabbedPanel with remote tabs and javascript on the remote tabs

I 'm using a simple jsp with <head > <s head theme "ajax " debug "true " / > </head > <s url id "selectResource " action "selectResource " / > <s url id "uploadResource " action "uploadResource " / > <s
Page 91 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100