parameterize an actionForward within and action
- From: "cpanon via JavaKB.com" <u13933@uwe>
- Date: Wed, 26 Apr 2006 16:21:52 GMT
Hello
Is/how it possible to provide the name/value pairs on the actionForward line
from withing another action? Is the only way to store the pairs in a session
and then pass it along? I wanted to use the error checking of the forwarded
action's form bean and the storing the pairs in the session and calling the
action would seem to obviate that. tia
--
Message posted via
http://www.javakb.com
.
Relevant Pages
- Re: Storing a datatable (or arraylist )on ASP.NET Session
... Perhaps your ArrayList store smth which can't be casted to object. ... If exactly that code u shown didn't work (emply arraylists) that I recomment to re-register asp.net 2.0 calling aspnet_regiis,exe - i ... Team blog: http://devkids.blogspot.com/ ... b> session variables is stored on web server's local sql database. ... (microsoft.public.dotnet.framework.aspnet) - Re: LISP for web
... >>Ideas on how to store this information centrally for all of the app ... > ucw's form handling code (to make sure session ids are always ... > can deal with hardware failures an the app servers but this ... (comp.lang.lisp) - Re: Problem with asp.net app only allowing 1 user at a time
... from the client to the server), Application (an object that can store ... Now in your case you are reading and writing everything to the database, ... there is the Session object. ... To retrieve this you would do something like: ... (microsoft.public.dotnet.framework.aspnet) - Re: LISP for web
... > Ideas on how to store this information centrally for all of the app ... the risk of losing data and sessions if one of the machines goes ... ucw's form handling code (to make sure session ids are always ... (comp.lang.lisp) - Re: Caching often-used SQL queries
... The problem is that neither one of those are user (session) specific. ... need to enable sessions and store the data in the session context. ... Second - you'd be caching so much data that it would ... And if you tune your database server you'll spend much more time processing ... (microsoft.public.dotnet.framework.performance) |
|