RE: Newbie: Passing parameter using html:link, but how to get it back?

2003-08-04 Thread DE BACKER Sam
If I do the data access part in UserDetailAction, how can I retrieve the UserId parameter that was specified from the link part in UserList.jsp? request.getParameter(UserId); or add a form bean to your action, in struts-config.xml, (static form bean or DynaActionForm) with an

RE: Getting BeanUtils.Populate() Exception.

2003-07-28 Thread DE BACKER Sam
Try to find the cause of the exception (ClassCast, MethodNotFound, ... in RequestUtils.java:1098). probably you're using a wrong type (like assigning a String to a BigDecimal, or don't have a proper public setter, ... -Original Message- From: Anurag Garg [mailto:[EMAIL PROTECTED] Sent:

RE: logic:iterate

2003-07-25 Thread DE BACKER Sam
It's all about case (upper/lower) property=iId -- calls getIId() property=iID -- calls getIID() ... The underlying BeanUtils will capitalize first letter of property and prepend get/set... -Original Message- From: Prashant Samant [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 juli 2003