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 21 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Re: Source for JasperReports plugin?

You can browse it online here http //svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/ or check it out using svn musachy On 8/14/07 Lally Singh <lally.singh@(protected)

Dynamic Tree Example

I think it should not be "ShowCase 'd " if it is known not to work. Developers like me are pouring over this code trying to glean insight into how to wire up these bits and parts. After many hours of

Subject: Extension mapping question

I want to be able to send this URL www.mysite.com/list/3 Which calls the list action and can use 3 as a parameter Also how do I make this URL www.mysite.com/name/ goto the name.jsp Thanks

Subject: dafault value in autocompleter tag

I??m using displaytag to paging and I need to put a default value in autocompleter tag when page is changed How I can do this ? Herrera -- View this message in context http //www.nabble.com/dafau

Subject: Re: Struts 1.2 using formbeans

i TRIED SETTING THE REDIRECT TRUE ALSO but still it doesnt display the values when coming back to the original window. Can this be an issue ? From inputform I have a submit button which

Subject: struts2 ajax theme and textarea

I am working with Struts2 within a tabbed panel in an ajax theme. In one of the divs I am using the <s texarea > in a form that uses the ajax theme. The problem is that the content of the textarea do

Subject: Re: Struts 1.2 using formbeans

Chris Thanks for the reply I dont have redirect true Here is the action <action path "/SubmitAction " type "com.test.actions.ListNPAAction " name "InputForm " > <forward name "Input "

Subject: Re: Struts 1.2 using formbeans

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Maya Maya menon wrote > In submitAction I call setter method of formbean and sets the 3rd > parameter and do mapping.findforward Does the forward yo

using ${ , # and %{

${} is for writing JSP EL while %{} is for writing OGNL. Both serve similar purposes and if you have a servlet container that supports JSP EL and are running Struts 2 they can be used almost inter

Subject: Struts 1.2 using formbeans

Hi all I need some help here. I am using Struts 1.2 1. I have inputForm1.jsp where I input 2 values and then fetch the 3rd value using a Submit action. This has been mapped to Submit.do

Subject: read only textbox on DateTimePicker.

Is there a way to make the textbox on the DateTimePicker able to be modified by the calendar only? (i.e. the user can 't type in their own value). I 've looked through the documentation and haven 't

Subject: Re: Re: Passing value from Struts tag in JSP to Action class

That worked for me <% String str "form.action 'action.do?command notify&rowId " % > onclick " <% str% > <c out value '${list.rowId} '/ > ' " / > And in Action String rowId request.getParameter( "rowId ")

Subject: trouble with Tiles and EventActionDispatcher

I am migrating an existing system(runs on Struts 1.1) to Struts 1.3.8 basically because I want to take advantage of EventActionDispatcher. I also use tiles however I keep getting the following erro

Subject: Re: displaying items in different colors in a <s:select > tag

Ok thanks. I 'll look into creating custom templates and see how far I get. Thanks Session > Session A Mwamufiya wrote > > Hi > > > > Is there a way with the current version of struts 2 to use

using ${ , # and %{

NOTE This email assumes Struts 2. I 'm not sure how Struts 1 works it may or may not be the same On 8/14/07 Pedro Herrera <pedro_herrera@(protected) > wrote > > I?m very confused when I must use

Subject: Re: capturing the value of a <s:checkbox > tag in an action

I had actually modified the name of the checkbox and its property name in the action (for conformity reasons) but I had forgotten to change the names of the get/set methods silly me. Now it works.

using ${ , # and %{

I??m very confused when I must use ${ # and % ???? What are the situations to use each one ? Thanks Herrera -- View this message in context http //www.nabble.com/using-%24%7B-%2C---and--%7B

Subject: Re: displaying items in different colors in a <s:select > tag

Session A Mwamufiya wrote > Hi > > Is there a way with the current version of struts 2 to use a conditional statement to color code elements that are displayed in a <s select > tag. By this I me

Subject: Re: tomcat 5.5 authentication question

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Eugen Eugen Stoianovici wrote > Since I can 't intercept the login form (which goes to j_security_check) > where should i put the code for setting thos

Subject: Re: RE autowiring with hand rolled factory

Adam Hardy wrote > Um? It 's not obvious what the rationale is I assure you. Of course the > Spring object factory is feature rich but which particular features was > it? Or perhaps the lack of obvi

Subject: Re: capturing the value of a <s:checkbox > tag in an action

Session A Mwamufiya wrote > Hi > > I started a thread on this topic a while back but the example I was guided to was hard to understand and implement. > > The question is straight forward How do

Subject: RE: @ConversionErrorFieldValidator and Collections

I have now posted this as a bug on JIRA. https //issues.apache.org/struts/browse/WW-2112 Kind regards Martin -----Original Message----- From Petzsch Martin [mailto martin.petzsch@(protected)

Subject: Re: capturing the value of a <s:checkbox > tag in an action

I don 't know if you can capture the checkbox value to String boolean should work though (it works for me at least). Try changing the String element to boolean. On 8/14/07 Session A Mwamufiya <smwam

Subject: capturing the value of a <s:checkbox > tag in an action

Hi I started a thread on this topic a while back but the example I was guided to was hard to understand and implement. The question is straight forward How do you get the value of a checkbox from

Subject: Fw: Struts 2 and Container Managed Security

hi I am a newbie in Struts 2. Here is what i want to achieve I want to secure my web application using Container Managed Security. I secure all the URLs by placing a security constraint and map

Subject: Source for JasperReports plugin?

Hey all where do I get the source for the JasperReports plugin? It looks like I 've gotta make my own variant of it and would like to see the original for a basis. I didn 't find it (JasperReportsRe

struts with spring

Any if these http //www.docjar.com/s.jsp?q org%2Fjboss%2Futil%2Ffile%2FArchiveBrowser &t q -----Mensaje original----- De Musachy Barroso [mailto musachy@(protected)] Enviado el martes 14 de agosto

struts with spring

missing dependency? java.lang.NoClassDefFoundError org/jboss/util/file/ArchiveBrowser musachy On 8/14/07 sandyg <gaddamsandeeps@(protected) > wrote > > am getting the error when am running the demo

Subject: XSLT Result matching pattern

I am new to regular expressions and I am trying to have my XSLT result only show certain elements that are in the XML. here is some if the XML <result > <actionsErrors/ > <actionsMessages/ > <ques

Subject: Re: s2: Netbeans 5, 6 or Eclipse?

I think NetBeans eats a lot of RAM so if you don 't have much you may want to avoid it. Better yet try both out for a week or so and see which suits *you* the best!
Page 21 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100