Try something like this: <s:form beanclass="<%= WebGroupsActionBean.class %>"> </s:form>
This method is refactoring safe and you can change URL Binding without changing your jsp. On Tue, May 31, 2011 at 2:09 PM, Alexander Knyazev <[email protected]> wrote: > This is full error > It happens only when I change contextName in netbeans from empty one "". > Pages are working, for example when I type in browser > http://localhost:8084/CMS/admin/WebGroups.action - it opens action, shows > its jsp page, but forms don't work. I get this error in logs : > ERROR (FormTag:399) - Could not locate an ActionBean that was bound to the > URL [/CMS/admin/WebGroups.action]. Without an ActionBean class Stripes > cannot determine whether the ActionBean is a wizard or not. As a result > wizard behaviour will be disable > here is form: > <s:form action="${contextPath}/admin/WebGroups.action"> > ... > </s:form> > when context path is empty, forms work > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > -- Richard Hauswald Blog: http://tnfstacc.blogspot.com/ LinkedIn: http://www.linkedin.com/in/richardhauswald Xing: http://www.xing.com/profile/Richard_Hauswald ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
