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

Subject: Re: Login implementation, how to forward user to original destination?

First of all thanks a lot for the fast reply. The problem with storing something in the session is it that if the user tried to access two different pages at once in separate windows and had to login

Subject: simulate event on struts 2 tag

Hi all! I have the following code <s a id "removeProject " theme "ajax " notifyTopics "/submitProjectForm " loadingText " " targets "workspaceAjaxContent " executeScripts "true " onclick

Subject: Re: Where are the logic: tags?

Oh and by the way the logic tag is gone IMO the struts2 guys did not want to invent the wheel again. And also IMO the struts2 tags are more concise to the framework and overlap less with what is alr

Subject: Re: Where are the logic: tags?

For iterating over a value you can use the struts2 tag s iterator http //struts.apache.org/2.x/docs/iterator.html however if you want a foreach loop you could use fmtl tag c forEach http //java

Subject: Re: Attribute resultDivId invalid for tag submit according to TLD

Hi Moacir. Read the documentation the resultDivId attribute is deprecated for all ajax tags. You should use the targets attribute now and there write a coma-separated list of the element 's IDs you w

Subject: Where are the logic: tags?

Hi guys Just today I found out that I miss them... Is there a way to create a for loop in Struts2? because I think a block of jsp code will not work there what is required is a framework tag. Is the

Subject: Re: OT, ajax form submission

I will second Zarar 's opinion here if all you need is to make XHRs (no fancy widgets etc. etc) then Prototype is an excellent choice. Of course there are another 2e100 ajax frameworks to choose fro

Subject: Re: Struts 2: Unable to catch exceptions via global-exception-mappings

I am not 100% sure on this but I think you need to have struts.devMode false in struts.properties. Give that a whirl. Brian- On Sep 30 2007 at 9 43 PM mikeh96 wrote > > I am unable to tra

Subject: RE: Issue with c:import or jsp:include

Its not in there but why? Surely c param or jsp include should append the parameter? Thanks! -----Original Message----- From paulus.benedictus@(protected) [mailto paulus.benedictus@(protected)] On Beha

Subject: Re: JSessionID in URL on first request

The directive just tells the container (e.g. Tomcat) not to automatically create a session. See what happens if you defer the session creation until the user accesses the log in page. Paul On 9/6/0

Subject: RE: JSessionID in URL on first request

So just to clarify adding that to our page (it 's the header.jsp that will appear on every page)...won 't adversely affect anything regarding the session tracking we do when a user logs in? The header.

Struts url problem

My resulting path doesn 't contain myPath value it just replaces nothing. Do you have any other idea? Thanks meeboo wrote > > > try > > > > > <s url id "url " value "%{#myPath} " > > <s para

Subject: Re: JSessionID in URL on first request

Jennie I wasn 't clear. My apologies. You don 't typically need a session UNTIL a user logs in. So unless you want to track or store state for anonymous users you could defer the session creation unti

XHTML compliance

> As the ticket said I am contemplating an xhtmlVersion attribute. For > example > > <html html xhtml "true " > > <html html xhtmlVersion "1.0 " > > <html html xhtmlVersion "1.1 " > > <html html xhtmlVers

Subject: RE: JSessionID in URL on first request

On the website we have a user login and need to track the session of each user. I assume if we put this in the page its going to void this. Any other ideas? Thanks! Jennie -----Original Message-----

XHTML compliance

As the ticket said I am contemplating an xhtmlVersion attribute. For example <html html xhtml "true " > <html html xhtmlVersion "1.0 " > <html html xhtmlVersion "1.1 " > <html html xhtmlVersion "2.0 " > (y

XHTML compliance

> And also > https //issues.apache.org/struts/browse/STR-2598 This is exactly what I 'm talking about. I wasn 't aware that the "lang " attribute disappeared form xhtml between version 1.0 and 1.1 I g

Subject: Re: Issue with c:import or jsp:include

Jennie definitely put Struts into your debugger and figure out if the parameter is attached to the request. Sometimes error messages are telling the truth -- there is no parameter really in the reque

Subject: Re: JSessionID in URL on first request

Turn off automatic session creation if you want. It 's a JSP directive. I think it 's <% page session "false " % > You don 't need sessions until you actually want to track user state. If you need to tr

Subject: s:if comparing Strings problem

I 'm new to Struts 2. I would like to do a very simple comparison between Strings. <s if test "type 'I ' " >Incident </s if > <s else >Report </s else > It doesn 't work as 'I ' is converted to Character

Struts url problem

try <s url id "url " value "%{#myPath} " > <s param name "solution " > <s property value "solution "/ > </s param > ... (other params) </s url > TonyD wrote > > I 'm trying to use a property va

<s:div > ajax problem

The topic is published before and after the request. There is a parameter to the topic that will be set to "before " "load " or "error " musachy On 8/19/07 Jeromy Evans <jeromy.evans@(protected)

Subject: Quick question about getParameterValues

Hi I was wondering if I can rely on the order of the values returned by request.getParameterValues()? In my form I have a checkbox and then underneath I have a hidden field with the same name. I do

Struts url problem

I have exactly ${mypath} into my path and not the current value. Also I tried with <s url id "url " value "%{mypath} " > but it is the same thing because a get %{mypath} with my parameters in outp

Subject: Issue with c:import or jsp:include

I have to include a jsp page in my main jsp page. The include must first go to an action which uses a dispatch. example /weather.do?dispatch display I can only seem to use the bean include tag

Subject: JSessionID in URL on first request

On the very first request to our website any html rewrite tags or bean include tags the URL gets rewritten with the JsessionID in it making the link invalid which then gives a page not found error.

Subject: RE: Is there a better way to do this...

Hi Richard Thanks for the pointer. I 'm using 2 actions because my current belief is that using a single action would cause problems with result names because you can 't define separate SUCCESS resul

Subject: Integration Strut with oracle bpel conflict

Dear All I create simple application using MVC technology (Struts to define my JSPs pages) and want to custmize a oracle bpel worklist application bpel worklist application should deploy

Struts url problem

This may work - <s url id "url " value "${mypath} " > <s param name "solution " > <s property value "solution "/ > </s param > ... (other params) </s url > -----Original Message----- From TonyD [mailt

Struts url problem

I 'm trying to use a property value into a struts url but doesn 't work because I can not use the ( " character) twice into a url value could somebody help me? Thanks in advance. <s url id "url " value
Page 12 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100