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 126 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

where to download 1.3.6 - broken link ?

the linked provided on WiKi seems broken http //people.apache.org/builds/struts/1.3.6 <http //people.apache.org/builds/struts/1.3.6 > are we going to have a new release soon ? thanks

<s:if > in Struts2

I put a String into a session and I use <s if > to determine the session if it is exist if exist show OK if not exist it shows error but when I run it it shows error I don 't know why don 't show OK? How

initialize a DynaValidatorForm property

hi how can i initialize a property of type ArrayList in a DynaValidatorForm? i saw that i can do some simple initialization with the initial attribute in the form-peoperty tag in struts-config. at t

S2 v Stripes

here 's an interesting post about S2 http //www.oreillynet.com/onjava/blog/2006/12/struts_2_is_the_new_mini.html however it is being shot down in the comments by how much better Stripes is ( what s

Send Post/Read Post

Hello I posted a similar question in another forum a few weeks ago but didn 't get an answer that worked. I 'm posting information to an off-site server. That server posts back to me (key/value pairs

S2 - Interceptors & HTTP Response

Are there any rules the interceptors should be aware of when dealing with the HTTP response? I ask because I 'm trying to save a cookie to the user 's browser via an interceptor and although I 'm adding

S2 - Proper way interceptors to interact w/Session

I 'm working on a custom S2 Interceptor and I 'm not sure what the best way to interact with the session and/or other Interceptors for that matter is. First the session. I read http //struts.apache.or

Spring autowiring question...

Hi I am currently using the Spring autowiring functionality. Is this a bad idea due to someone being able to craft a request that might walk on one of the injected objects? (Unlikely perhaps but..

S2:The value of checkbox getted in server-side is "false " when no any checkb

From Denis Ling [mailto denislingcn@(protected)] > the retrieved value of "roleId " is { "false "} when user doesn 't select > any checkbox elements. In my opinion this case should returns null > directly

MessageResourcesFactory.createFactory java.lang.VerifyError: (class: org/apache/

Hi I 'm having problems starting up an Struts application in Websphere application server. Below is the error message I get does anyone know how to fix this? Thanks Malin INFO org.apache.strut

S2:The value of checkbox getted in server-side is "false " when no any checkbox b

jsp section <s iterator value "%{#request.rolePs.items} " id "role " status "status " > <tr > <td height "25 " width "5% " > <s checkbox name "roleId " fieldValue "%

Re: read/display image from Database using struts

Dariusz Wojtas ha scritto > On 12/18/06 Kranti <kranti.j2ee@(protected) > wrote > > Dear Dariusz > > > > this is the first time for me to solve this kind of problem. > > could you provide some sample co

validatorform NoSuchMethodError

* i am using validatorform for validating the fields it is giving java.lang.NoSuchMethodError org.apache.commons.validator.Validator.addResource (Ljava/lang/String Ljava/lang/Object please suggest

read/display image from Database using struts

Hi How should I read/display image from Database...which is stored interms of bytes in the Database. Please suggest me some way to render the image in JSP.

Register plugin in "Tiles plugin configuration "

Thx Antonio extending and overriding nop but how to register in "Tiles plugin configuration ". Do you mean chain-config.xml? How to do that? TXH Matthias Stoll ha scritto > Hi there. > > I have a

CheckBox issues

Hi I 've just started working on struts 2. I have a table with check boxes in a matrix kind of a view. Here depending on the database values some checkboxes are initially checked and the r

Subject: <logic:present > in struts2

I want to realize <logic present > in Struts2 when session attribute is exist it show "login " if it is not exist it shows "not login " like follows <logic present name "test " > login </logic present > <l

Global Exception not working for me

Hi The issue I have might be due to something very basic I am missing but for me I can 't make this work. I am trying to capture any errors that happen in my application and show them in an error pag

DynaValidatorForm - cannot find bean

hi i have a DynaValidatorForm and a jsp-page to display the form data. in the jsp page i?m using some combo boxes too. i have one action class for all actions. this action class does all the actions

VS: Struts2, DisplayTags OGNL-error

Hai Mark Shifman wrote Are you using jsp freemarker or velocity? Where is displaytags getting its table from? Here are a couple of pages that may help. http //struts.apache.org/2.x/docs/applicati

Subject: Is anything related to time?

I construct a web app using struts2 and spring (struts2-core-2.0.2-SNAPSHOT-20061216.jar and struts2-spring-plugin-2.0.2-SNAPSHOT-20061216.jar). When I switch page quickly by following links pointed

No taglib element in web.xml v2.4 ?

Hi I have this declaration for my web.xml <web-app id "WebApp_ID " version "2.4 " xmlns " http //java.sun.com/xml/ns/j2ee " xmlns xsi "http //www.w3.org/2001/XMLSchema-instanc

Subject: Can it be done in Struts

Hi I have a peculiar requirement where i have to show user selected questions and their corresponding answers in text boxes in the Edit page. I know how to show user selected values in dropdown

autocompleter, predefining initial value

Hi I am using Struts 2.0.2 trunk. I have an action (/listy/kodyPocztowe) that returns postal codes [id name] and another action that server a form (form points to the same action back). How to d

S2 with eclipse/WTP

I would like to learn S2 while using the eclipse/WTP IDE. I currently use eclipse/WTP for a struts 1.3 project. But the way I constructed the eclipse project was a bit of a pain. In reviewing the

help in basic struts application

Hi... i am new to struts... i need some help i am developing a sample basic application in struts.....in that application i have two web pages....on one page there are some check boxes..user will se

Subject: Validation rule writing

I 'm trying to validate two fields - area code and phone number (as nnn-nnnn no areacode in that input). Various samples and reading suggest that I should be able to create a mask and apply it as belo

redirect or forward from method

Hi! I 'm using Strus and this is my problem. I have this method A which have input and outpur parameters. There is try/catch block in method A that capture Exceptions. I want to redirect or forw

Struts2 : Request found null with Multipart enc-type

Hi all I 'm facing a peculiar problem with one of my forms in Struts2. Whenever I submit the form uaing enc-type as multipart/form-data for file uploads i 'm unable to get any of the form fields in my

Struts2 with AJAX file upload??

Hi guys I want to implement AJAX file upload in Struts2. tried searching over on the net but couldn 't find much. I have an AJAX based file uploader working in Struts1.x but i 'm not able to migrate i
Page 126 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100