hi!
found my error.
<nested:root name="newUser">
<nested:write property="name"/>
</nested:root>
the above was fine and the reason i spend so many agonizing days looking for the error was because i didn't add the include statement for the tag, 'nested' at the start of my...
hi!
just a clarification,
useBean is used to bring the bean into scope, in my example above the bean is already placed in the session.
with nested tags, i thought the point was the the outer tag defines the bean (with eg: nested:root), then the inner
tags refer to that bean by default.
eg:
with...
hi!
i'm doing nested statements for the first time so please tell me where i am wrong.
can i write
<bean:write name="newUser" property="name"/>
as
<nested:root name="newUser">
<nested:write property="name"/>
</nested:root>
would they give the...
hi!
can someone tell me whats wrong with this?
I am placing a vector of TransactionBean in session as
session.setAttribute("resVector", resVector);
i then place an empty TransactionBean in session scope as well
TransactionBean tb = new TransactionBean()...
hi!
i had heard that a form bean for a form was optional, not sure why i am getting this error here.
i have a button on a page and it goes like
<html:form action="/kiosk"> browse kiosks <html:submit value="Submit"/></html:form>
in my struts-config.xml i have defined the...
hi!
i am trying to deploy ejb's with tomcat, but from what i have found out you need some sort of middleware such as OpenEJB to do this.
is there an alternate way of doing it?
thanks
ajay
hi!
i'm having a problem with my struts application.
i have used <html:link page="/blah.jsp">blah</html:link>
for my links.
since this attaches a dynamic string to the end of the link, ie, the ;jsessionid=dsfhj3h2j3
this gives me a HTTP 300 Multiple Choices error. i get a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.