Ken Rodriguez

Greenhorn
+ Follow
since Oct 17, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ken Rodriguez

Nerdbooks.com .. got my book within 4 days of ordering.
Pretty good,i must say- considering it was shipped from Texas to Detroit .

..Ken
How to get ONLY the URL generated by html:link tag in a JSP?
I do not want to supply the body inside <html:link> </html:link> tag pairs. Instead just the URL has to be generated and used somewhere--e.g. using for triggering on a button click. (or embed it somewhere else in HTML).

something like:

-----
function goBackThere()
{
document.href= '<html:link forward="thisFwdKeepsChanging" />';
}
..
..

<input type="button" value="Cancel" onClick goBackThere() >
------

This looks like pretty common task and i guess lot of people would have done it. Yet all my searches have turned up nothing for this .. Could someone please enlighten regd this or give pointers if it has been answered before ?

This is for **older** version of struts - before they split up the framework into 'Action Framework' and 'Shale framework'. The version we're using is 1.2.7

Thanks,
Ken
18 years ago
Can anyone give pointers to book reviews for Java 5.0 (not necessarily for certification) somewhere other than JavaRanch?

I did search Javaranch, and found two reviews in bunkhouse - abt Oreilly's "Java 1.5 Tiger : A Developer's Notebook" and McGraw-Hill's "Java 2, v5.0 (Tiger) New Features' . Was just wondering what other books are available from other publications ?

Again, if i've missed some thread , could someone pl post a link to it ?

thanks,
Ken
18 years ago