Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
jsp x 3
Member Avatar for kalpanaSankhya

Hello All Im new to JSF, I want to pass Parameters to a method in <h:outputText> is it possible? If yes, how can i...? I dnt want to use CommandLink or CommandButton.

0
41
Member Avatar for kalpanaSankhya

hello all, can any one please help me in iterationg and printing values in a map\ thanks in advance

0
41
Member Avatar for kalpanaSankhya

Hi All I have written JSP to read a text file(Text file and JSP are in same location) and display the data. when I am trying to run the JSP it is displaying "Error:Null". here is my code [code] <% try{ java.net.URL url =config.getServletContext().getResource("/textfile.txt");BufferedReader buffreader =new BufferedReader(new InputStreamReader(url.openStream())); String strLine; …

Member Avatar for javaAddict
0
2K