• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts 1.1 using RAD7

 
Ranch Hand
Posts: 629
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I have previously used WSAD 5.1.2 to develop a sample struts shopping cart application and whenever I created a new JSP page, it asked me to select the particular formbean and action class.Now, in RAD7.0, all I see is,

Struts-->
Action Class
ActionForm Class
Action Mapping
Form-Bean Mapping
Struts Configuration file
Struts Exception
Struts Module

but there is no sign of JSP creation?

So, I went ahead and created a regular JSP page and using the design option, I designed a username, password, submit in a form and gave
form method="post" action="/login"; but am getting a broken link error at this line.

login above, is the the action class's path name.

My JSP file is as follows:



and my struts config.xml is as follows:



Can someone tell me what the problem can be? I am a newbie so even tho this might sound silly to you guys, if anyone can suggest anything, it'll be very helpful.

Thanks.
[ August 02, 2008: Message edited by: Arjun Reddy ]
 
Arjun Reddy
Ranch Hand
Posts: 629
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody?

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic