Hi, Funny thing is that my code used to work on the previous beta version. I switched to B3 to get Tiles into my appliciation.
Here is my JSP code : ========================================================== <nested:iterate id="team" property="translatedObjects"> <nested:define id="lang" property="language"/> <tr> <td width="100"><nested:hidden property="teamId" /><nested:hidden property="language" /><nested:write name="team" property="language" /></td> <td><nested:text property="teamName" /></td> <td><input type="submit" value="delete" onclick="action.value='deleteLanguage';languageToDelete.value='<%= lang %>'" /></td> </tr> </nested:iterate> ========================================================== I am running on Tomcat 4.1.18. Thanks, Christoph Christoph Rooms TAM + 32 475 531 529 Novell Positioned as a "Leader" in Analyst Firm's Metadirectory Magic Quadrant Novell is the first, and thus far only, company to enter the Leader Quadrant of Gartner's Metadirectory Services Magic Quadrant. Leaders are vendors who are performing well today, have a clear vision of market direction, and are actively building competencies to sustain their leadership position in the market. Read more and find out how to access the report at www.novell.com/news/press/archive/2002/08/pr02058.html >>> [EMAIL PROTECTED] 02/05/03 03:45pm >>> If you don't want to pay for it right because of time constraint, you will have to pay even more in the future. Upgrading from 1.0 to 1.1 as soon as possible should reduce the pain. Nested tag: I don't have any problem, could you post your code so we can have a look? Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -----Original Message----- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: February 5, 2003 9:32 AM To: Struts Users Mailing List Subject: RE: nested taglibs / Struts 1.1 beta 3 I faced a similar error in porting my application from Struts 1.0.2 to 1.1b3. Problem persists on nightly (as late as Jan 31) as well. I have even written to Arron to see if he is aware of a problem. You *may* be able to work around this problem by including the nested_1_0.jar -- the jar that is to be used with Struts 1.0. Since 'n' comes before 's' alphabetically, this jar file is loaded before struts.jar. While this may get you past the current problem you may trip up on others. In my case, including nested_1_0.jar fixed the first problem but this "solution" failed on a subsequent page -- I think on a <nested:define>. So, what am *I* doing? I am back at Struts 1.0.2 since I don't have the time to rewrite my entire application in a manner that works with 1.1. Time permitting, I might try to trace the cause of the error in the nested tags. Sri -----Original Message----- From: Christoph Rooms [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 9:01 AM To: [EMAIL PROTECTED] Subject: nested taglibs / Struts 1.1 beta 3 hi all, My application, using nested taglibs, used to work fine under struts 1.1 beta 1. I upgraded now to 1.1 beta version 3, and i suddenly get this error witin my jsp page. javax.servlet.jsp.JspException: No getter method for property translatedObjects[0].language of bean team I feel like this is a bug ? Anyone else found this bug ? Also strange is that he will not show this error within by Tiles page ... he will just give a blank page. I needed to forward my action to the actual jsp itself. Anyone ? Thanks, Christoph Christoph Rooms TAM + 32 475 531 529 Novell Positioned as a "Leader" in Analyst Firm's Metadirectory Magic Quadrant Novell is the first, and thus far only, company to enter the Leader Quadrant of Gartner's Metadirectory Services Magic Quadrant. Leaders are vendors who are performing well today, have a clear vision of market direction, and are actively building competencies to sustain their leadership position in the market. Read more and find out how to access the report at www.novell.com/news/press/archive/2002/08/pr02058.html --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]