Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-214


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: WW-214
    Summary: Action tag includes value stack
       Type: Bug

     Status: Assigned
   Priority: Major

    Project: WebWork
 Components: 
             Views
   Versions:
             1.3.1

   Assignee: Patrick Lightbody
   Reporter: John Benediktsson

    Created: Wed, 11 Jun 2003 10:55 AM
    Updated: Wed, 11 Jun 2003 10:55 AM

Description:
When using the <webwork:action> tag, it appears to automatically include parameters 
from the value stack.  This is not very intuitive.  If I execute an action from a jsp, 
like so:

<webwork:action id="info" name="'CreateInfo'">
  <webwork:param name="'type'" value="'Search'"/>    
</webwork:action>

The action will be instantiated and executed, but will have additional parameters that 
are in the stack set onto it.  I would expect only the parameters that I pass into the 
tag to be specified.

The behavior that I desire here is to only include parameters specified from the jsp, 
not using ones that are set in the value stack that happen to have the same name as 
parameters on my action.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.opensymphony.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to