I dont know if this is a webwork issue or sitemesh issue but I cant use
webwork tags in sitemesh

in decorators.xml:
    <decorator name="main" page="main.jsp">
        <pattern>*</pattern>
    </decorator>

in this main.jsp page is where I cant use ww2 tags at all.. calling
<ww:property/> throws an exception

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:508)
        at java.util.ArrayList.get(ArrayList.java:320)
        at com.opensymphony.xwork.util.CompoundRoot.peek(CompoundRoot.java:34)
        at
com.opensymphony.webwork.views.jsp.PropertyTag.doStartTag(PropertyTag.java:4
6)

anyone have any ideas as to what I could do to be able to use ww2 tags in
sitemeshed pages?

PS: ww2 tags work fine when I disable sitemesh and they work fine in the
pages I use as results of my actions


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to