Is there an offline compressed file of the latest one?
Type: Posts; User: eros; Keyword(s):
Is there an offline compressed file of the latest one?
I am using Spring MVC 2.5.6.SEC01 and Security 2.0.5.RELEASE
I posted the below thread but leave without answer. Due to closed status of the thread, not able to reply or add messages. Let me to post a new one.
Concurrent Logins dilemma
Here's the...
accidentally discovered.
<input type = "hidden" value = '${flowExecutionUrl}' id = "_flowExecutionUrl" name = "_flowExecutionUrl"></input>
<input type = "hidden" value =...
i am trying to retrieve the execution key from flowExecutionUrl from javascript by doing string manipulation.
here's sample url:
...
I am trying to upgrade the class.
here's the link:
obtain the webflow's viewScope data from the MultiActionController
I created a Utility class to retrieve the formObject from Weblfow's viewScope (repository) using Spring MVC 2.5.2 & SWF 1.0.5
here's the link:
able to retrieve the formObject via flowExecution
...
I am dealing with strange situation.
Scenario:
The application is Land Assessment Computation Tool. Terminologies are "PRESENT Fiscal Year" & "NEXT Fiscal Year". All PRESENT related data are...
You're perfectly right but ..
If I'm not mistaken, the thread started is looking after the data binding of SWF.
If you don't use dojo, you need to work on how the data are going to bind unless...
Thanks for the response.
If you scroll down the comments. You may notice that I already commented on November 30th, 2009. For performance issue, I opted no for DWR.
My main goals are:
1) to have a common type for all my domain
2) to have a common type to access common fields (e.g. getDateCreated(), getDateUpdated, get... set...)
3) to have a...
My apology.
How about 3.0? or 3.x compatible Spring-MVC-Step-by-Step documentation?
Thanks.
The below statement is from @wallenborn 's link
I am confused with the following phrases:
1) "optional in the JPA spec" <- what does it mean?
2) "querying root or branch classes can be very...
The link is a little bit 1yr old. Any updated link?
Thanks.
Dojo (customized) and Spring-JS are different, they just include it for convenience.
>1. If I choose to use SWF, do I have to use Spring-JS for Javascript ?
>If yes, then how easy/difficult it...
I found http://static.springsource.org/docs/Spring-MVC-step-by-step/
but can't found for Spring Framework 3.1 compatible..
I've noticed that, there a lot of changes from 2.5.x to 3.x concerning...
anyone here doing the same approach?
please guide me on.
class:
public class Person implements Serializable {
private int id;
private String name;
private List<Address> addresses;
}
anyone knows the answer.. please share it.
I'm confused.
thanks a lot.
You may use Dojo which is already equipped with Spring JS.
here's the link:
Spring Webflow and Dojo
According to:
Spring Webflow Dojo Version
How about this? Is it upgraded to 1.4.1?
Spring Webflow Third Party
If it is still 1.2.4, is there documentation/publicly available blogs on how to...
I need a custom mapping using ibatis-sqlmap 2.3.4.726.
class:
public class Rosen {
private String id;
private List<String> factor_info;
}
Overriding the data binding class or some similar approach may solve my problem.
Anyone here, knows what class do I need to override? and functionality to override?
I accidentally discovered the problem.
During the data binding to Map<String, String> type, single character String type was converted to Character type.
Anyone here encountered the same...
> I think ViewResolver is not the solution here
this is also true.
>maybe I can write a Controller to retrieve static html file specifically
that's why the first statement became true.
>I...