how does one access request parameters in the new WW2 expression language? i am trying to pass a reuest parameter to an action using the action tag.

i have the following where id is a query string parameter and db.read is an action that reads the database using the id.

  <ww:action name="db.read" id="reader">
    <ww:param name="id" value="@/#/$/?id"/>
  </ww:action>




------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to