I dont know if its a bug or functinoality. I am passing 3 param from a page.
I am only able to receive the 1st one in the next page... Dont know why.

Page one :- 
<s:url action="doEditAllergy" id="url">
                <s:param name="alDescription" value="%{#view.alDescription}" />
                <s:param name="alId" value="%{#view.alID}" />
                <s:param name="alName" value="%{#view.alName}" />
</s:url>

Page two :- 

        <label for="alDescription">Description</label>
        <s:textfield id="alDescription" name="alDescription"
value="%{#parameters.alDescription}"/>  
</p>    
<p>             
        <label for="alEnabled">Enable this Allergy ?</label>
        <s:checkbox id="alEnabled" name="alEnabled" value="true" />
        </p><p>                 
        <s:hidden name="alID" value="%{#parameters.alId}"/>


Any feed back ?

--
View this message in context: 
http://struts.1045723.n5.nabble.com/Separate-Java-Bean-Class-for-Getter-Setter-method-tp4385274p4390648.html
Sent from the Struts - User mailing list archive at Nabble.com.

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

Reply via email to