• 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

How Will Revision on JSP would take effect?

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys I make a revision on the codes on one of my JSP file. I just add an "onclick" command on my radio button..as soon as I restart the AppServer. The application can't upload the page? I already restart the AppServer. Does it need to be recompiled? because I am accessing the direct JSP file in the AppServer..thanks!
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You shouldn't need to restart the server. Just put the new file up there.
The change should be picked up and the JSP recompiled.

Did you look at the source from your browser to see if the changes are there?
 
John Ray Allen
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well I'm doing a direct editing on the source code..I just want to put an alert message on the radio button, but I have a problem regarding the radio tag that is calling a STRUTS taglib..when I check the .tld file that it is calling..the onclick attribute is there under the tag radio but still it doesn't inherit the revision..thanks!
reply
    Bookmark Topic Watch Topic
  • New Topic