I am doing some project, and I got stuck on very irritating issue that is " I
want to make an actionlink, which will process user to another page and
retrieve some data from database ( using hibernate for that purpose ). " So
far, I haven't find possibility to do so, expect to make 

<code> 

@CommitAfter
public String onActionFromSeeMore( Article a ){
return "SeeMore";

</code>

That part is finished, but I have no clue how to retrieve specific (clicked)
article in SeeMore page ( which I can't open cause I have no matching event
handler, don't know where to deploy and how to implement such ). 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Help-with-actionlink-and-hibernate-tp5027394p5027394.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to