struts

can anybody help me with strutsi gotto use hyper link in a jsp pageand den can i not use action form?directly can i go to action class
[162 byte] By [ambika_mullasseria] at [2007-11-27 8:16:36]
# 1
Hi,Yes, you can.You can have 'action' element without the name of form bean in struts-config.xml.Correct me if I am wrong.regards,daniel
java4every1a at 2007-7-12 20:01:32 > top of Java-index,Java Essentials,Training...
# 2
Can you elaborate a bit ?Do u want to use or don't want to use a form bean when u click upon the hyperlink ?
SourabhGoeLa at 2007-7-12 20:01:32 > top of Java-index,Java Essentials,Training...
# 3
i dont want to use a form bean hyper link should directly go to action class
ambika_mullasseria at 2007-7-12 20:01:32 > top of Java-index,Java Essentials,Training...
# 4
Create a mapping in struts-config.xml for a particular action class and use that path in the jsp to forward it to the action.Dont use form bean while creating the mapping in struts-config.. u ll be able to avoid it !!!!
vinayak_ra at 2007-7-12 20:01:32 > top of Java-index,Java Essentials,Training...