rvlet.init(GenericServlet.java:258)
Any idea how to load the repository , I donot mind hard coding it .but I donot want to
use
unstable builds as it may have effects on other applications.
Regards,
Souravmay Das
Hi All,
I am trying to access FormBean from my customTag
class. I used the following code scriplet in my tag class
ActionForm form = ( ActionForm )pageContext.getAttribute( "webutilCollapse" );
and I have registered the same name [webutilCollapse] in struts-config.xml
It looks something like
Hi,
I have a JSP which get redirected from the Controller servlet
now how do
I access the Form objects from Tag class.
Now my struts-config looks some thing like this
Now in index.jsp I have a tag which tries to get some thing from the
LogonForm.
How can I get th
Hi,
You are almost close. the only problem with this model is
that I am very closely coupling it in the code. So
according to this design LoginAction will every time follow
GetAccount Action.which I donot think is the desired functionality.
rather It should Ideally go in the descriptor and des
Hi All,
I have a question can we call more than one Struts action for a
HTTP Request. Do you have any idea how to do it. The basic idea of having
more than one Struts actions, is for getting more fine grained reusable
component.
With regards,
Sourav Das
5 matches
Mail list logo