Bugs item #905672, was opened at 2004-02-27 07:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=905672&group_id=73068

Category: main tag library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Gradwohl (p_czx)
Assigned to: Nobody/Anonymous (nobody)
Summary: java.lang.ArrayIndexOutOfBoundsException with actioncall

Initial Comment:
I want to use the displaytag libary together with the 
struts-menu (the tabbed menu). Struts menu uses just a 
key in a querystring to indicate which tab is active. (e.g.: 
"/pages/01_1000.jsp?Value" defines, that the tab named 
"Value" is active). If I call a site with "/pages/01_1000.
jsp?Value" the displaytags work fine and show any list. 
But there is a problem when I call a Struts action by 
submit (<html:form action="action?Value" >...</html:
form>). I extended the struts menu that the correct tab 
will be shown, but with the diplaytags an error occured:

Servlet Error: 1: java.lang.
ArrayIndexOutOfBoundsException: 1
        at org.displaytag.util.Href.<init>(Href.java:91)
        at org.displaytag.util.RequestHelper.
getHref(RequestHelper.java:109)
        at org.displaytag.tags.TableTag.initHref(TableTag.
java:744)
        at org.displaytag.tags.TableTag.
initParameters(TableTag.java:657)
        at org.displaytag.tags.TableTag.
doStartTag(TableTag.java:541)

At the moment is work with the source and bypassed the 
error locally.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=905672&group_id=73068


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to