Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Steven Wood   on Jan 11 In Java Category.

  
Question Answered By: Shelia Wells   on Jan 11

try a method  that returns a String instead of changing the String:

public String _function() {
return "showForm";
}

and

target = _function()

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Pass By Reference Or get search suggestion and latest updates.


Tagged: