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 41 of 788 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100  

Minimized Window State NOT working-NOT SOLVED

Yes it appeared everything is fine as per the following solution but that is not the case. What happens is This will work only for the portlet where user just minimized. If user tries to minimize

Subject: Is the tooltip working in S2

Hi I got the following in S2 jsp. it shows nothing infact when I saw the view source it shows nothing with regards to tooltip. Is there anything wrong in my usage Cant I completely ingore the t

Wildcard characters in Action-validation.xml

I plan to use Struts validation frame to validate my input fields. I want to konw if there is a way to use wildcard characters such as "*? " in my validtion.xml. For instance <validator type "stri

Action Based, Event Based Component Based ?

I have been playing with struts for few month and I am comfortable with it now. One thing I keep on hear and couldn 't manage to understand what it 's. Many sites and articles compare struts and des

Subject: Control Interceptor order

I added an Interceptor locally to one of my Actions. This Interceptor implements SessionAware and has a setSession(Map session) method to get the session. The problem is when my interceptor runs ses

Data mingling across multiple popup windows when opened almost simultaneousl

--- shamsnezami <mdshamsnezami@(protected) > wrote > Please provide a solution to this problem? Don 't use a session-scoped form if you 're dealing with a single session-scoped form with the same name an

Data mingling across multiple popup windows when opened almost simultaneously fr

Multiple Popup Windows Requirement ??? There is a list of hyperlinks on a page and on click of each hyperlink a popup opens. So if user clicks on 10 hyperlinks then 10 popup opens. ??? Each popup d

cannot use certain form property names

Property names whose second character is in uppercase cannot be rendered on JSP using the property name. For example If you have a property named as sTxt then you cannot use <bean wr

AW: How suppress the HTML INPUT from Struts2 Combobox?

By a 'normal ' combobox I mean a combobox like in javax.swing.JComboBox or as the HTML select. Hubert -----Urspr?ngliche Nachricht----- Von Dave Newton [mailto newton.dave@(protected)] Gesendet Sonnt

Struts Downloads Skyrocket in 2007

[Apache Struts Group] Since its release in June 2001 Apache Struts (struts.apache.org) has become the most popular web framework for Java. Six years later by any objective measure Struts is still J

Subject: Issues with Request scope

I have a situation where i set a form variable in action execute method the scope of action is request and when i try to submit my form i see the variable to be null and it works in session scope >i

How suppress the HTML INPUT from Struts2 Combobox?

Hi According to the Struts2 (2.0.8) documentation a combo box is an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality. Does anyone know if it is possible

submit of a loaded form via ajax won 't work in IE

Hi i have a <s div > tag and i can load its content asynchronously via ajax. This content is a simple form that i would submit after filling its fields. Submitting works in FF but not in IE. I achie

How do I make a checkbox initially checked?

Hi again I 'm working on a form where a particular checkbox should be initially checked when the form first comes up. None of the options in s checkbox seem to support this. I tried to have my back

issues with tiles with struts 2

Hi I need some help with using tiles 2 with Struts 2. I have configured tiles servlet in web.xml as follows - (i am using Spring listener) <servlet > <servlet-name >tiles </servlet-name >

Can freemarker use OGNL null value handling?

Hi I 'm a big fan of struts2 and freemarker but I 'm just now getting around to using the struts2 UI tags in freemarker. It appears that "automatic null value handling " feature of struts2 is not a

Params on Actions in Struts.xml

After looking through the DTD for struts.xml ( http //cwiki.apache.org/WW/strutsxml-examples.html) it says that the following is legal in struts.xml <action name "home " > <param name "param

Display the list of values in check box - Interesting problem

I am using iterator to display list in bean with check boxas below <s iterator value "cableHeadends " id "cableHeadendsIter " status "rowstatus " > <tr > <td > <s property name "cableName "

how to passing values from popup to parent window and refresh it?

Hi all I use link to open a popup in this popup i have a list of cars with radio button. So if the user choose a car i want to do 1-get the idcar and affect it to ActionForm. 2-close the popup. 3-

Radio Button - setting a <s:radio ... / > to 'checked '

How to I make a radio button get rendered as checked? I 'm making several radio buttons one per <s radio ... / > and they all render unchecked. Even when I generate several with one radio tag and a ma

Problem Fileupload, submit form remote

Hi I am with a problem on fileupload. When the form is submited with theme "ajax " the class action is executed correctly but the return is a [Object HTMLDocument]. When the form is submited when

RedirectingActionForward and the request object?

Im using a RedirectingActionForward in a struts actions (Struts 1.3.x) to take a person to another page under certain circumstances. When I do this anything I put in the request objects setAttribut

How to set checkbox label value in a iterator

I have a iterator where each value is the label of a checkbox. How could I set each value into the checkbox label? This is code <s iterator id "reports " value "reports " status "reportStatus " >

Interceptor Question (Thread Safety)

Realm problems - security issues?

Hi. I am having trouble setting up my application on a new laptop running XP. Every thing works perfectly on my old laptop with the same software versions. Only change is microsoft update upgrades.

weird message

Hi all every time i 've sent an email to this list i receive another email like that The original message was received at Fri 6 Jul 2007 11 19 25 +0200 (CEST) from daemon@(protected) ----- The f

Subject: AW: AW: struts validation

Hi Jorge it 's running now because I replaced the struts lib with the latest build! But I don 't have a clue what the problem was. Thank you for your help. Best wishes Anja -----Urspr?ngliche N

Subject: AW: struts validation

Hi that 's the same I have in my struts-config.xml. For checking I paste it here <plug-in className "org.apache.struts.validator.ValidatorPlugIn " > <set-property property "pathnames " value "/WE

How can I get system validation message modified?

In my scenario I didn 't use any Struts validation frame. <s textfield name "field1 " / > Here "field1 " is a numeric field in Java bean. If I input a validate numeric for instance a random string

Struts 2 - Array of Text Fields

I 'm new to struts 2 and I 'm trying to setup an edit form that will have an array of text boxes that will transfer their values back to the action for processing. I 've tried a couple things but I 'm t
Page 41 of 788 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100