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 16 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

xhtml problem

I have the same problem as you had. I??d like to know if you had already solved it and if so I??d be very pleased if you send me a complete .jspx example. Thanks. Ray Clough wrote > > That is a

ServletRequestAware

Try this guy http //struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/ServletActionContext.html stanlick wrote > > I have an action that determines the requester IP address. The

Subject: Re: How to access the ActionForm in a JSP?

--- "REMIJAN MICHAEL J [AG/1000] " wrote > My question is how do get a reference to that action > object in the JSP page? The tutorials on the Struts2 > website showed examples using <form/ > tags b

Subject: Animated Tutorial for Struts2

Hi Is there anybody who has read my tutorial. http //khorshid.ut.ac.ir/~m.s.alavi/Tutorial.zip I want to start to implement some plugin for eclipse that works like a debuger but

Subject: Re: How to access the ActionForm in a JSP?

Oh you know what my bad... I 'm on vacation this week and my brain is shut down even more than some would say it normally is... you asked about Struts2 and I answered for Struts1. Sorry about tha

Subject: RE: How to access the ActionForm in a JSP?

So if I have "helloworld.action " defined as <action name "helloworld " class "test.struts.HelloWorldAction " > <result >/WEB-INF/jsp/helloworld.jsp </result > </action > Then I can retrieve the object wi

Subject: Re: S2 portlet ajaxExample.jsp fix (?)

The portlet specification already defines how one should encode all elements of the page using the portlet namespace mechanism. I guess we could use some sort of javascript to do this but we 'll have

Subject: Re: S2 portlet ajaxExample.jsp fix (?)

Hi James! Yes that 's also one of the reasons I suggested them. I have found a couple of articles related to loading of javascript libraries in a portlet environment so we 'll need to add some extra

Subject: Re: multiple messages (Solved)

2007/9/4 Manu Mahajan <manu.mahajan@(protected) > > > Now I need to find an outlook mailing list or maybe it 's time to shift to > thunderbird ) Maybe this article can help you making t

Subject: Re: S2 portlet ajaxExample.jsp fix (?)

Thanks Nils-H that makes sense. I 'm not exactly sure how this would work but I was wondering if allowing JavaScript to dynamically create a random element id at runtime could solve the unique html id

Subject: Re: How to access the ActionForm in a JSP?

You can find the form as a request attribute with the same name you used in your config file so MyActionForm form (MyActionForm)request.getAttribute( "myFormName ") Frank -- Frank W. Zammetti F

Subject: How to access the ActionForm in a JSP?

Newbie question here. Suppose I have action "helloworld.action " which I use to grab a bunch of data I wish to display on a JSP page. My question is how do get a reference to that action object in

Subject: Re: S2 portlet ajaxExample.jsp fix (?)

Hils-H Could we solve some of these issues with your proposal for the <s html > <s head > etc.? It seems the first instance of using one of those tags would set a flag in the request or session that

Subject: RE: multiple messages (Solved)

It seems that the error was coming from outlook. It 's duplicating the incoming message. The same thing is working fine in thunderbird. Now I need to find an outlook mailing list or maybe it 's time to

Subject: Re: S2 portlet ajaxExample.jsp fix (?)

Hi! > I also notice that the ajaxExample no longer appears in the subversion > repository. Are there other AJAX/portlet issues I should be aware of? > Ajax in a portlet from a framework point of v

Displaytag problems

Yes there are several approaches to it using AjaxTags Ajax Anywhere YUI Prototype etc. It might be possible to implement it in Dojo too I don 't know enough about Dojo to say anything certain. Al

Displaytag problems

Yeah if I leave the requestURI field empty it calls the action which loads the list from a webservice/database. But I already have so data so I don 't need to load the data again. This is why I creat

Subject: Re: Formating dates and numbers

Well yes. I tried putting format.baseValue in a package.properties file in the same folder as my action class a MyAction.properties in the same folder and a put the format.baseValue in the Applica

Subject: multiple messages

Hi All I had recently subscribed to the mailing list using this email id (earlier I had a subscription for another address). The problem is that I am getting two copies of all messages on *this* emai

Subject: Re: Formating dates and numbers

Hi Do you have a .properties file as same name as your action class and in the same package? Thanks Nuwan Marcos Mendon?a wrote > I tried that but all I get is a {0} where a formatted value s

Subject: Re: Formating dates and numbers

I tried that but all I get is a {0} where a formatted value should appear. Here 's my jsp code <s text name "format.baseValue " > <param name "value " value "baseValue "/ > </s text > <s property val

Using checkboxes

Marcos use this <s iterator id "foto " value "fotosGaleria " status "stat " > <s checkbox name "sel " theme "simple " fieldValue "%{codFotoGaleria} " > </s checkbox > </s iterato

Subject: Re: Where to put hibernate 's SessionFactory?

2007/8/31 wild_oscar <miguel@(protected) > > > I am making my first web app and I found out today I was doing something > wrong > > I was building a SessionFactory on my HibernateEntityManager > > _

Subject: Re: Where to put hibernate 's SessionFactory?

I 've created an Interceptor that takes care of creating a SessionFactory and putting it in the Application Context map. I have a question though about the application context. Does this mean the S

Struts and JNDI

Ray thanks for your response. I have solved the problem. FYI I based the ThreadLocal variable solution on the HibernateUtil class developed by Christian Bauer one of the Hibernate Developers. The p

Subject: S2 portlet ajaxExample.jsp fix (?)

I am new to Struts 2 but have been a Struts bridge user for some time (and looking to migrate to Struts 2). I hope it is reasonable to expect that Struts2 portlets should work in "standalone " mode -

Subject: Date validation (month and day)

ello guys! How would I check my date input so that it will validate the maximum days per month. For example Jan Mar May Aug Oct Dec (31 days) April June Sept Nov (30 days)... Please share m

Subject: Re: How to give a text field name dynamically?

Try this <table > <% int i 1 % > <struts2 iterator value "Questions " > <% String propertyName "Qn "+i i++ % > <tr > <td >Question <struts2 property value "questionID

Subject: Re: Formating dates and numbers

http //www.roseindia.net/struts/struts2/struts-2-format.shtml Marcos Mendon?a wrote > Hello > > How do I format dates and numbers with Struts2? > > I tried following this tutorial found on documenta

Subject: Re: What is the S2 equivalent

Thanks Yes I do agree with you Reason for this question is still we have not mixed JSTL with S2 I thought can we get this going with S2 tags it would have been cleaner. thanks --- Don Brown <don
Page 16 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100