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 68 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100  

tags

hi wat is tag to use retrive value from the request and how to assign to a variable and how to display it example i) if i have set the value in action clas

Subject: Requests from a Struts Newbie

Subject: Interceptor annotations

Hi There is a way to configure interceptor via annotations ? or this feature is not available yet ? Thanks! -- Att Guilherme Mello do Nascimento PortalJava.com - A maior comunidade Java do Brasil

S2 validation i18n message params?

The message element in http //www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd allows for a key to be specified but how is one supposed to provide i18n parameters with Struts2 (e.g. actual max le

Could not locate dispatcher for ${location}

Hi I am new to both Struts 2 and portlet. I 'm getting the following exception whenever my action returns... 20 00 27 031 ERROR [Jsr168Dispatcher] Could not execute action javax.portlet.PortletExcep

Subject: Slow s:url execution

Hi I 'm testing s iterator and s url tags vs #foreach and #surl velocity tags and my surprise is that Struts s url tag is "slower " than #surl invocation. When I work with Velocity the test page is

Subject: UTF8 with ajax results

Hello all I have a problem with characters encoding in ajax results. In fact I have a jsp wich displays a Search UI with well encoding labels. When the search is submited a div is updated thank to

tags doubt

hi wat is tag to use retrive value from the request and how to assign to a variable and how to display it example i) if i have set the value in action clas

What does tabbedpanel "name " do?

The docs for tabbedpanel at http //struts.apache.org/2.x/docs/tabbedpanel.html mention a "name " option... What does this do? Thanks for any help regards Jason ----- Falun Dafa Truth - Compassi

How to refresh "remote " tabbedpanels on user entry?

The docs for tabbedpanel at <http //struts.apache.org/2.x/docs/tabbedpanel.html > http //struts.apache.org/2.x/docs/tabbedpanel.html mention "The tabbedpanel widget is primarily an AJAX component w

Struts 2 <s:file tag

Hi everyone I am using Struts 2 and using <s file > tag to upload a file. But I get that file as a 'File ' object in my action class and using getName() on that File object returns me some arbitrary v

Subject: Persistent Database Object

Hello I understand form reading the Walking Tour of the Struts 2 MailReader Application that they use an object that is created when the application starts and stays there forever to manage the da

Subject: table tag - submit onclick

I am using table tag and I want some of the records to appear as a link and to submit onClick. I am sure I am missing something. Here 's a piece of the code <tt table value "accountsList " >

package and namespace info

I??d like more information to better use packages and namespaces in struts2 applications . tks Herrera -- View this message in context http //www.nabble.com/-s2--package-and-namespace-info-tf374

ajax multipart form submission

Hello Has anyone managed to get a multipart/form-data submission working with the ajax theme? This is what I 've got so far <s form namespace "/nodecorate " action "myaction " enctype "multipart/form

Subject: "cannot find bean " problem

Hi everyone I seem to be getting this error *javax.servlet.ServletException org.apache.jasper.JasperException javax.servlet.ServletException javax.servlet.jsp.JspException Cannot find bean "or

how to assign bean : write to a variable

hi all how to assign <bean wrte name "xx "/ > to a variable thnaks jalaludeen

Subject: Problem with text encoding..

Hi I am using Kubuntu edgy OS.. I installed Netbeans yesterday... The installation went smooth and fine... here are the setup I have 1) JDK - 1.5.0_11 2) Netbeans - netbeans-5.5 3) Tomcat - Bu

Using Struts with Eclipse + M2Eclipse Plugin

Hey Guys I try to make a Struts project wok with the m2eclipse plugin. When I save my pom.xml I get the following error 13/05/07 02 17 42 BST Missing 1) com.sun tools jar 1.5.0 Try downloadin

datetimepicker support for time zone and locale?

Does the datetimepicker have support for specifying different locales and timezones? I am presuming that it takes into account the locale specified by the request but don 't see that specifically m

How to set attribute of <s:textfield >

I read document from struts2 and I know <s textfield > has label name cssStyle cssClass so I use <s textfield > as follows <s textfield label "Your First Name " name "Fname " cssStyle "test " cssClass "te

Hiding/encrypting URL parameters in Struts application

Hi Is there a way to hide/encrypt URL parameters using Struts? Right now i am passing some critical params in the URL For e.g http //localhost 8080/method xyz?param1 123¶m2 xyz I want to avoid th

Subject: Custom component - custom tag

where do I find tutorial about writing my own UI component ? I wrote a tag already to be used with JSP then when I tried it with struts 2 it didn 't work. Basically because I am passing the object as

Subject: Trouble with <html:submit >

Hi I have a page that has a tag like this <html submit property "submit " value "Preview Post "/ > Now I am adding a feature that will automatically submit the form under certain circumstances

moving on to Hibernate with S2...

Now I 'm trying to configure Hibernate with S2 which many others have done. I was trying to follow the example in WebWork in Action but things have obviously changed since then. To be clear the

Subject: java.util.List in FormBean

Hi in a FromBean I have a java.util.List (to populate a <html optionsCollection ... / >). If I submit the form the List is set to null. For String datatypes I would use hidden input fields to solve t

Action tag with lots of params???

Hi Guys Is it possible? When I try that my action only set the varId and don 't even call the others set methods. How do something like that? <s action name "MyAction!addNewValue " > <s param na

Book Ideas

I 'm seriously considering writing a dead tree Struts 2 cookbook. What types of recipes would you like to see? I 've created a page on my blog listing a number of ideas. I 'd also like to know what the c

Installing strutsIDE plugin for eClispe

Hello How should i install StrutsIDE plugin for eclipse 3.1.2 ? I have downloaded the below zip file tk.eclipse.plugin.struts_2.0.4.zip Could you tell how should it be installed and where ?

Need a recommendation to use struts version

Hello Which Struts version is preferred to use in production environment ?. The below is my requirement. 1. it 's simple MVC application 2. The backend would be mysql db 3. No EJBs 4. No Ajax 5. Se
Page 68 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100