Re: How to call a method passing a parameter inside jsp with struts 2

2007-12-12 Thread Matthew (IRQ)
Apparently, you can only retrieve "properties" with the property tag (so it only allows you to call get Methods with no parameters). However, I'm using the following workaround: The push tag pushes a new object (the return value in this case) onto the value stack. It is this object I am r

[Dojo] Pass topic parameters to action

2007-11-22 Thread Matthew (IRQ)
Hi there, I'm using Struts 2.1.1 with the new dojo plugin library and I stumpled over the following problem for which I couldn't find any solution yet even after hours of searching the net. The application I'm building is a small calendar application that shows your absences in a monthly view. W