Bruno,
Thanks, x:dataList is exactly what I was looking for. It's sitting
right there in the examples, can't believe I missed that one. Seems so
basic, I guess I was expecting it to be in the h: tags, and not need an
x: for it.
I'll take a look at the schedule one when it comes out, although I
think we're going to wind up trying to do some fancy DHTML / _javascript_
stuff with out schedule display, so I'll probably stick to my own.
Thanks anyway.
Jesse
Bruno Aranda wrote:
Jesse, does x:dataList work for you? with dataList you can iterate
over a collection...
BTW, the new schedule component works are pretty advanced so I think
that very soon we will have the component in the sandbox. FYI, the
component uses a data model (ScheduleModel) which contains a
collection of entries/appointments.
In a jsf page, the component will look more or less like this:
<x:schedule value="#{simpleSchedule.model}" id="schedule1"
rendered="true" visibleEndHour="18" visibleStartHour="8"
workingEndHour="17" workingStartHour="9" readonly="false"
actionListener="#{simpleSchedule.actionPerformed}" />
Jurgen, the component author, is working on a few last issues (last
for this first version, of course, as the component will be improved
more in the sandbox). Once he is ready, we will create the patches to
include this component in the sandbox,
Regards,
Bruno
2005/7/13, Jesse Vitrone <[EMAIL PROTECTED]>:
Thanks for pointing that out Mike, that looks pretty cool. I already have
the backend functionality for mine, so I'll probably just stick with what I
have, although I can take a peek at how they're displaying that one in the
jsp.
Also - I've heard so much about JSF and JSTL not playing nicely, I
completely forgot that I can just use the c:foreach tag to loop through my
collection, or just keep the jsp taglib that I created for it, and just
write out links that point to an event detail jsf page and pass on the event
id as a request param. Doesn't seem like a very JSF way of doing it though.
Jesse
Mike Kienenberger wrote:
On 7/12/05, Jesse Vitrone <[EMAIL PROTECTED]> wrote:
I'm working on an application that has some PIM functionality and has
a calendar / schedule that needs to show a monthly view of the
calendar, with all the events for that day. I'm not sure the best way
to display this using JSF.
Maybe this is what you're looking for -- search the mailing list
archives to find out more information.
---------- Forwarded message ----------
From: Jurgen Lust <[EMAIL PROTECTED]>
Date: 07.06.2005 11:35
Subject: MyFaces contribution
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Message body follows:
Hi,
I have been working on a couple of JSF components for use in
web-based scheduling applications, which I needed for a
classroom management webapp at Ghent University. I was
planning to release the components as open source, but
instead of creating a standalone project, perhaps it would
be more interesting if I could contribute it to the MyFaces
project. Would you be interested in this?
I have deployed a little demo on our application server here:
UISchedule component:
http://mandril.ugent.be:7780/calfaces/simple/schedule.jsf
UIPlanner component:
http://mandril.ugent.be:7780/calfaces/simple/planner.jsf
Kind regards,
Jurgen Lust
--
This message has been sent to you, a registered SourceForge.net user,
by another site user, through the SourceForge.net site. This message
has been delivered to your SourceForge.net mail alias. You may reply
to this message using the "Reply" feature of your email client, or
using the messaging facility of SourceForge.net at:
https://sourceforge.net/sendmessage.php?touser=394975
|