Tom,

        I tried to use nested tag library in WebLogic and got some
exceptions. I just wondered do you have the same problem before?

========================================================================
====
When I included the 

<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
 
in my JSP file and run it under the Weblogic 6.1 sp 2, I got the
following exception:

/wizard2.jsp(5): Error in using tag library
uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class
'org.apache.struts.taglib.nested.html.NestedFormTag' has no setter
method corresponding to TLD declared attribute 'title', (JSP 1.1 spec,
5.4.1)
probably occurred due to an error in /wizard2.jsp line 5:
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>

I checked the struts.jar and found out it did not have the setter method
for title. Is this a real problem? How could I work around this one?

Thanks.

Kwang-Shi Shu
(732) 537-6862

========================================================================
=

-----Original Message-----
From: Tom Klaasen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 3:39 PM
To: Struts Users Mailing List
Subject: Re: html:text in logic:iterate ?

To have the setters work in a logic:iterate, you should use the "nested"

taglib (keyboardmonkey.com/struts if I'm not mistaken)

tomK


Rejin NS wrote:

>Thanks for the sample code, Maris.
>
>I could make some headway, but still can't get the setters to work.
Here is
>the snippet:
>
><logic:iterate id="b" name="MyForm" property="list"
type="my.path.Club">
><TR><TD>
>   <html:text indexed="true" name="b" property="data"/></p>
></TD></TR>
></logic:iterate>
>
>'list' is a vector.
>'Club' has a private String variable - 'data', with get/set methods.
>The values are displayed correctly on the page.
>The problem is that the new values typed in the textbox are not updated
in
>'list'.
>What did I miss?
>-rejin.
>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>
>  
>



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


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

Reply via email to