[JBoss JIRA] Assigned: (RF-573) Prevent suggestionbox from performing too much Ajax requests via "cache" of a previous requested suggestion list
by Maksim Kaszynski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-573?page=all ]
Maksim Kaszynski reassigned RF-573:
-----------------------------------
Assignee: Alex Skokov (was: Nick Belaevski)
> Prevent suggestionbox from performing too much Ajax requests via "cache" of a previous requested suggestion list
> ----------------------------------------------------------------------------------------------------------------
>
> Key: RF-573
> URL: http://jira.jboss.com/jira/browse/RF-573
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.0.1
> Reporter: Brian Preu?
> Assigned To: Alex Skokov
> Fix For: 3.2.0
>
>
> It would be very useful to prevent the suggestionbox from performing too many Ajax requests to the server via some sort of cache mechanism, which uses the already requested suggestion list.
> An example:
> 1. type a "h"
> 2. suggestionbox performs Ajax request
> 3. server responds with a list of 20 entries beginning with "h"
> 4. type an "i", so that the input box has the value "hi"
> 5. instead of performing another Ajax request query the already existing list of 20 entries beginning with "h"
> 6. suggestionbox displays all entries beginning with "hi" from the existing list in the DOM tree
> 7. and so on
> This would save a lot of bandwidth and server resources by using the resources of the client browser.
> Certainly there should be a switch to turn on and off this cache feature. Maybe there are some other options that can be added for this kind of functionality.
> Cool feature, ain't it? :D
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Assigned: (RF-775) CDK: Better handling of ActionSource2
by Maksim Kaszynski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-775?page=all ]
Maksim Kaszynski reassigned RF-775:
-----------------------------------
Assignee: Maksim Kaszynski
> CDK: Better handling of ActionSource2
> -------------------------------------
>
> Key: RF-775
> URL: http://jira.jboss.com/jira/browse/RF-775
> Project: RichFaces
> Issue Type: Bug
> Reporter: Pete Muir
> Assigned To: Maksim Kaszynski
> Fix For: 3.2.0
>
>
> JSF 1.2 introduces ActionSource2 and deprecates much of ActionSource, specifically get/setAction.
> A call to setAction needs to delegate to setActionExpression, and a call to getAction needs to delegate to getActionExpression. AFAICS facelets deals with this for us by calling both setActionExpression and setAction when the action attribute is specified on a property, but JSP doesn't.
> IMO this requires special handling in the CDK, so that when ActionSource2 is implemented by a component the relevant get/setAction are created which delegate to get/setActionExpression.
> This also requires a MethodBindingMethodExpressionAdaptor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Assigned: (RF-590) Support a rowDetail facet in DataTable
by Maksim Kaszynski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-590?page=all ]
Maksim Kaszynski reassigned RF-590:
-----------------------------------
Assignee: Maksim Kaszynski (was: Nick Belaevski)
> Support a rowDetail facet in DataTable
> --------------------------------------
>
> Key: RF-590
> URL: http://jira.jboss.com/jira/browse/RF-590
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.0.1
> Reporter: Diego Ballve
> Assigned To: Maksim Kaszynski
> Fix For: 3.2.0
>
>
> Frequently we have the need to display more details of a table row immediately after that row. If I'm not mistaken MyFaces Tomahawk or Trinidad has something like that.
> Currently (RichFaces 3.0.1) you can do it by using a subTable w/ 1 column that spans all parent table columns.. but that is hacky and you have to play around with the var/value attributes.
> With the facet, the same var defined for the row would be available for the details, and it could even support input components - which work on dataTable but fail in subTable, in in 3.0.1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months