https://issues.apache.org/bugzilla/show_bug.cgi?id=48616

--- Comment #2 from agharta <agha...@interfree.it> 2010-01-26 04:33:21 UTC ---
Hi Mr,
Thanks for reply,
My web.xml is alredy 2.5 version...i've try your code with no results.

I have an application with only struts (1.2.8).

I have a welcome page.

<%@ taglib uri="http://struts.apache.org/tags-bean";  prefix="bean" %>

<bean:define id="configurationExists" toScope="request" value="0"/>

//some code,

<bean:define id="configurationExists" toScope="request" value="1"/>

//other code, not necessary

<bean:define id="configurationExists" toScope="request" value="3"/>


This page will not be compiled (during build or runtime).

I'll try to create and send a simple app later.

Thanks in advidce,

Agharta

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to