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 101 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Non standard url parameter -- when jsessionid appended [SOLVED]

Solved this problem. By setting the DefaultType directive to "text/html " in Apache 's httpd.conf the pages with urls containing the appended " jsessionid " display as html not plain text. I shou

Subject: ParametersInterceptor Error

Hi All I have following scenario In my Action I set my pojo bean with some values and sets this bean into session. On the next page I displays these values in a form by < s textfield name "fiel

Non standard url parameter -- when jsessionid appended

Happy Monday everyone. I have a question for you. Hopefully it doesn 't go too far off track. When I 'm using the struts url tag (struts 2) to generate a link I get a non standard url parameter "

Subject: how to set role for JAASRealm

Hi I am trying to implement authentication and authorization using JAASRealm. (I am following the instruction provided at - http //tomcat.apache.org/tomcat-6.0-doc/realm-howto.html). I have the fol

Subject: how to set role for JAASReal

Hi I am trying to implement authentication and authorization using JAASRealm. (I am following the instruction provided at - http //tomcat.apache.org/tomcat-6.0-doc/realm-howto.html). I have the fol

Mailreader tour source link plz.

Hey all Does anyone have the link to the Mailreader tour source repository for the Struts 2 version? There 's something I really need to take a look at. planetstruts.org seems to be down or inaccess

How to create an action-mapping to another contaxtPath?

Hello folks i must use from my application an action from another struts application both servers are in the same machine for example /server1/initProccess.do send a forward to /server2/fillS

restful actions

Hi Does someone tried restful actions??? I 'am working with blank application and trying to add restful action. Here is my struts.xml -------- <struts > <constant name "struts.enable.DynamicMetho

Subject: @CustomValidator annotation

Hi all I was trying to find some examples on @(protected) annotation on the struts page. But I couldnt find any. Before we get to that let me explain the situation I am having. I have a struts

ApplicationResource.properties file not be read?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi folks I 've asked this question before didn 't get an answer but I had moved on to other things but I 'm back tackling this burp. I have a message re

Struts 2 with jetty

does anyone use jetty as web server with struts 2. i 'm using struts 2 with tomcat 5.x and it 's work. but when i try it with jetty it doesn 't work. it seems the struts 2 doesn 't start is there any con

Actions & Validation

I want to leverage the validation support via XML file and my actions are POJOs that do not extend ActionSupport. How do I determine from within my action if the validation failed? My POJO actions h

Subject: can 't find struts-tags.tld

Hi in docs\docs\webxml.html it is described that --------- If for some reason a taglib configuration is needed within web.xml copy struts2-core/core/src/main/resources/META-INF/struts-tags.tld t

Using the html:img tag inside html:submit

Is their a way to do this? I have the following code but it does not work as expected <html submit property "updateMyInformationMethod " > <html img srcKey "image.rightBorderedArrow " altKey "imag

Subject: Struts-Faces: Tomahawk tree

Hi I am facing problems trying to use t tree with struts-faces integration library does anybody have an idea on how I can do that? Thanks Rodrigo Pereira

Two Struts validation problems

Dear All I have two problems with Validator. I 'm using Struts 1.3.5 Tomcat 6.0.9 and Java 1.6 1) I have a form property that is an integer. When I set its validation rule to "integer " it has no

autocompleter tag

A few questions about the autocompleter tag - If the action called from the autocompleter tag (href attribute) loads thousands of items from the database I want to be able to restrict the returned

What view technologies I can use with Struts 1 ???

Hi I make comaprison of frameworks (Spring Struts 1 and JSF) If anyone could list me all view technologies that I can use with JSF? And tell me where I can find information how to add them to ap

Working with other technologies

I don 't understand. In one article I found information that Spring can be intagrated with Struts JSF etc.... And the author wrote that it 's diffrent situation than in Struts. And now You tell me t

JAVAWUG BOF 25 / 27 March 2007 @ 18:30 / Adobe Flex with Ben Forsaith

Hi I would like to formally announce that ``JAVAWUG ' ' (Java Web User Group) is holding the BOF 25 at the Skills Matter London. Ben Forsaith will give a presentation on Adobe Flex on Tuesday 27th Ma

How to use <html:select > for multiple fields of form

Hi every one I have a Question for you. I am trying to display and attribute of session on a form.It is something like this on normal jsp.

Working with other technologies

-- View this message in context http //www.nabble.com/Working-with-other-technologies-tf3334030.html#a9270918 Sent from the Struts - User mailing list archive at Nabble.com.

Passing parameter through <html:link >

Hi Iam facing problem with <html link >. my JSP page has two forms for which iam using *LookupDispatchAction* for submitting the page information. Below this iam displaying the details of the emp

help required on managing a struts action with popup 's

hi this is dinakar i am working on struts from past 1 year. now i am facing a problem in a scenario like i have a jsp in which i have to take some details from a popup screen. if i enter details i

Getting tag error

Hi Everyone I am developing application in struts 1.1 and in my tomcat5.5 localhost log file i am getting INFO Could not load TagExtraInfo class org.apache.struts.taglib.nested.NestedWriteNestin

Subject: Dynavalidator Question:

Hello All I 'm using Struts 1.0 version with a dynaform and a select control. For some reason the struts validator doesn 't work with that control. I 've seen that mentioned in an article before. Is thi

forward to another action

Mike Baroukh wrote > > I can 't figure how to do this. > Can somebody help me ???? > > I wan 't to forward an action to another with something like > requestDispatcher( "/action.do?param1 value1 ").for

Testing new message

H Just testing whether my id is working or not. sorry for inconvenience. -- View this message in context http //www.nabble.com/Testing-new-message-tf3329546.html#a9258094 Sent from the Struts - Use

Multiple forwards ?

Has anyone tried forwarding to multiple mappings ? or multiple jsps ? we have a requirement to use two jsp pages together. Upon success how will we forward to two jsps ? Is this possible ?

Sitemesh - FreeMarker configuration?

Could someone please tell me why JBOSS is giving me the following error when launching my application 11 52 29 729 INFO [STDOUT] 11 52 29 727 ERROR [[/xxxxxx]] Exception starting filter sitemesh ja
Page 101 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100