Hi Friends, am new to struts.I read that " you can store
variables in xml file(properties file) and for future
enhancements we just call properties file . Now i want to
implement this , where can i call properties file to
enhance my application. My question is where this properties
file will be called.
In ActionClass we can use only one action i.e execute(), but
in DispatchAction we can use multiple actions.My question is
, we can use multiple actions in Action class
if(action.equals("add") if(action.equals("update"). Then
when to use Action and DispatchAction which is frequently
in webapplications.
Hi All thanks in advance,
iam new to j2ee currently in my
project we r using struts with hibernate can i have one
sample application like CRUD application with code or any
tutorials liks r ebooks plz....?
i have list of values(e.g 100).
using logic:iterate, how can i print the multiples of 5th
element?
how the logic:iterate will understand the multiples of 5.
Hi Friends, am new to struts.I read that " you can store
variables in xml file(properties file) and for future
enhancements we just call properties file . Now i want to
implement this , where can i call properties file to
enhance my application. My question is where this properties
file will be called.
40
I will explain the scenario now
i have a form1 having some fields and i made it extends
DynaActionForm.
in struts config how can i specify another form form2 which
has to extend the form1
please specify is it better to use actionform or dyna action
form in applations.
is dyna action form is comfortable in declaring form
variables of type 'ArrayList<somegenerics>'
extend the
how to write uploadphoto in the insert update delete using
struts? write code struts and jsp jdbc
266
How display data base errors on web console by using the
Struts Framework?
56
while working struts in intellij 7.0error unable to
initialize tld location cache: zip file is closed is
displayed anybdy can answer me immdialy .ungert
200
Hai all.What is the use of <logic:iterate>tag in struts
application.