You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2005/02/08 03:26:25 UTC

DO NOT REPLY [Bug 33439] New: - Unable to get bean:define to work on One of two server types

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33439

           Summary: Unable to get bean:define to work on One of two server
                    types
           Product: Struts
           Version: 1.2.4
          Platform: Sun
        OS/Version: SunOS
            Status: NEW
          Severity: major
          Priority: P2
         Component: Custom Tags
        AssignedTo: dev@struts.apache.org
        ReportedBy: mjuliusson@pacificlife.com


I have two different servers one is a linux/weblogic Server8.1 SP3/jvm 
jrockit81sp3_142_04 
and the other Sun(OS 5.8)/ weblogic Server8.1 SP1/ jvm Sun jdk 1.4.2
Bean:define taglib work fine in the linux server but the same code when 
promoted to the Sun machine fails. The bean:define never initalize the variable 
that my id defines. 

<bean:define id='curApp' name="userSearch" property="searchApp" /> 
This fails with cannot resolve symbol for curApp were ever referenced.

Although using this code below will define the variable.
<jsp:useBean id="userSearch" scope="request" class="com.abc.forms.UserSearch" />
<%
String curApp = userSearch.getSearchApp();
%>

It won't initialize the id variable even if I set a value attribute.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org