What is the difference between the two:
<%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c" %>

<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>

- Glenn





"Brad Balmer" <[EMAIL PROTECTED]>
07/04/2005 01:17 PM
Please respond to "Struts Users Mailing List"




 
        To:     "'Struts Users Mailing List'" <user@struts.apache.org>
        cc:     (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA)

        Subject:        RE: Anxiously awaiting...
 Classification: 
 


Did you define the tag at the top of the jsp?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 07, 2005 11:32 AM
To: Struts Users Mailing List
Subject: Re: Anxiously awaiting...

Tried it and just writes the out the string ${emply.firstname}

- Glenn




Stéphane Zuckerman <[EMAIL PROTECTED]>
07/04/2005 11:39 AM
Please respond to "Struts Users Mailing List"




 
        To:     Struts Users Mailing List <user@struts.apache.org>
        cc:     (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA)

        Subject:        Re: Anxiously awaiting...
 Classification: 
 


Hello,

> Ex.:
> <bean:define id="emply" name="HRnlnVO" property="emplyVO" />
> <bean:write name="emply" property="firstName" />
> <c:out value="${emply.firstName}"/>

[code]
<bean:define id="emply" name="HRnlnVO" property="emplyVO" />
<bean:write name="emply" property="firstName" />
${emply.firstname}
[/code]

Have you tried to do just that ?


-- 
Stéphane Zuckerman

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to