Greetings,
I'm working on an Appfuse 1.8.2 SpringMVC app and having a very strange
problem. I dont use a lot of DWR in my app, just a little bit on this one
page where I dont want the user to leave the page.
Im getting a situation in which the user's action on the page causes a DWR
object on the
Actually, I never even was able to articulate the fact that I have been
suffering from the same issue! Running Eclipse 3.2 on Kubuntu and I just
fixed the font size both in Kubuntu and Eclipse and voila, I have tons more
room to see my code.
Thank you !
On 9/28/07, alanP <[EMAIL PROTECTED]> wrote
I am trying to execute the following code in JSP but I'm getting errors:
,
this doesnt work either:
,
The problem is that the collection (
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/collection/PersistentSortedSet.html)
does not expose any bean-style properties (eg getSize() ) ...
Hi 'fusers,
Appfuse 1.8, SpringMVC : I have a page on which I changed the Command. I
updated action-servlet.xml, the page's FormController, etc.
Now when I reload the page i get this error:
javax.servlet.jsp.JspTagException: Neither Errors instance nor plain
target object for bean name 'reservati
Did you try creating a Wrapper Class for your return value and including it
in a tag in dwr.xml (or the annotations) ?
Nat
On 1/18/07, Ding, Qin <[EMAIL PROTECTED]> wrote:
Does anyone have the same experience as I do? If you do, please tell you
how you resolve this. I search internet and DWR
AR.
Matt
On 1/16/07, Nathaniel Rahav <[EMAIL PROTECTED]> wrote:
>
> Hello,
> Can anybody elucidate why this line in task of Appfuse 1.*
> excluds spring-mock.jar from the final war ?
> I'm wondering because I need it in my project to be called from a
service
>
Hello,
Can anybody elucidate why this line in task of Appfuse 1.*
excluds spring-mock.jar from the final war ?
I'm wondering because I need it in my project to be called from a service
level class.
Thanks
Nat
Hi All,
Is anybody using DWR for displaying/submitting forms in Appfuse ? Since the
examples for DWR integration in appfuse show a dedicated manager bean
invoking methods on the service layer, I am wondering what people are doing
about data binding and validation on the forms?
It seems to me that