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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Regarding parameters in jsp

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

Following is my Jsp Page.Here i am able to pass classname and instance name dynamically to a specific URL.But when i made request at first time these two entries are going as blank in the address bar.when i print those values using request.getparameter it printing correctly.may i know what can i do to solve this issue.

Note: from second request these dynamic values are seeing in the address bar.
Thanks in advance.



regards,
rama
 
yekkala krishna
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I am sending parameters to viewMaptoolScreen.html using c:url.
In my application i am using spring MVC architecture.Here there will be no separate html there will be one method with the name viewMaptoolScreen in the controller class.Is this right way of doing or not?
please suggest me.

regards,
rama
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please continue in your other post on this same topic.
 
I think he's gonna try to grab my monkey. Do we have a monkey outfit for this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
    Bookmark Topic Watch Topic
  • New Topic