Re: struts2 jquery autocompleter is not working

2011-09-09 Thread Dave Newton
Sounds like a bug off it's supposed to be serializing on submit, or an ambiguous spec--I'd check the tag code to see what seems to be intended and take it from there. Dave On Sep 9, 2011 6:16 PM, "clanmilano" wrote: > getAllProducts() is called any time the user type in the autocompleter. Form >

Re: Struts 2 WW-1714: "Using the Redirect Action Result withparameters to the target action causes an OGNL warning" still fails

2011-09-09 Thread Maurizio Cucchiara
I got your point: what is explained on JIRA would not seem related to what really happen. On the other hand, it's just a debug message, I think is nothing to take care. Don't you think so? Maurizio Cucchiara

Re: Java templates tag and the significance of parameters.nameValue

2011-09-09 Thread Maurizio Cucchiara
JT and FMT should behave at the same way. So my first guess is that it's a JT bug Unfortunately I cannot say more from my tablet, I will take a deeper look ASAP. Maurizio Cucchiara Il giorno 10/set/2011 00.59, "vatermann_shoevarek" ha scritto: I am considering switching my application to using J

Java templates tag and the significance of parameters.nameValue

2011-09-09 Thread vatermann_shoevarek
I am considering switching my application to using Java theme provided by Java templates plugin. The only problem I have is the tag. My solution uses with name of the Long type property of element in list passed to "list" attribute as a "listKey" and collection of Long instances as a selected key

Re: struts2 jquery autocompleter is not working

2011-09-09 Thread clanmilano
getAllProducts() is called any time the user type in the autocompleter. Form values are sent to the action but they do not have the latest values, they just send the value that they have in loading of the page. What I expect is to get the form values latest selected. As it is specified in http://

weird problem with url param

2011-09-09 Thread Rafael Barrera Oro
Hello! I have a weird situation going on with the parameter of a url tag. The problem is that i have the following code :   " height="128px" width="128px" /> :   And no matter what i do the name of the parameter is always "objectId" instead of whatever i put in the name field of t

Re: struts2 jquery autocompleter is not working

2011-09-09 Thread Dave Newton
I didn't even know it sent *any* other form information, is it actually in the HTTP request? If it is, then perhaps it builds up its request on page load, and not dynamically. Dave On Thu, Sep 8, 2011 at 8:27 PM, clanmilano wrote: > Hello there! I have a web project in which I'm using struts2 +

Re: struts2-portlet2-plugin-2.1.8.1 in Liferay 6.0.5 - Post-Redirect-Get aka Redirect after post

2011-09-09 Thread abhinav
iN LIFERAY6.0.6 tO SOLVE DUPLICATE FORM SUBMISSION u HAVE TO JUST DO true IN liferay-display.xml -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-portlet2-plugin-2-1-8-1-in-Liferay-6-0-5-Post-Redirect-Get-aka-Redirect-after-post-tp3436007p4781220.html Sent from th