You are posting to the wrong user list. Do not post to DEV, use the USERS mailing list instead.
While I was not able to find any rags in struts, your problem has to do with the size of the servlet method exceeding 64K. You will have to resort to using dynamic includes if you still want a large page like this. It is not a limitation of Struts, but of Java (a method cannot exceed 64K). -AP_ http://www.alexparansky.com Java/J2EE Architect/Consultant http://www.myprofiles.com/member/view.do?profileId=127 -----Original Message----- From: Sachin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 7:54 AM To: [EMAIL PROTECTED] Subject: Branch Restriction error due to struts.. Hi, Could anyone explain solution to Branch restiction problem which occurs due to struts rags. If my webpage contains lots of fileds(for eg., 30 text fields, 10 combo boxes, 40 check boxes) then i am not able to load the page. it will throw me an error which states some branching problems. if i use struts tags for all the fields then it will throw the above error. Thanks & Regards Sachin -- 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]>

