You might like to try to implemented your own equal
method in UserDepartment.java.
Shing
--- Waimun Yeow <[EMAIL PROTECTED]> wrote:
> Yes, indeed the two selection models are suspicious.
> I used
> PropertySelection to test DepartmentSelectionModel
> and the value
> displayed by @Inser
Just added 0.20 release - better update to it now...
FAQ is at
http://tapfx.sourceforge.net/multiproject/tapfx-easyinsert/faq.html
Prefixes can be changed by adding something like this in your
hivemodule.xml:
Don't know if this eventually be useful for others, but the new idea
here (for
t
Yes, indeed the two selection models are suspicious. I used
PropertySelection to test DepartmentSelectionModel and the value
displayed by @Insert shows the correct value of the selected entry
but the list did not generate selected="selected" for the entry after
submit and hence fell back to
UsersByDepartmentSelectionModel.java (and
DepartmentSelectionModel.jav)
looks suspcious.
The UsersByDepartmentSelectionModel.getOption method
returns a value
from userLists, but
UsersByDepartmentSelectionModel.translateValue returns
a value using a dao.
You might like to test
UsersByDepa
Oh this looks very nice!
Does tapdoc take into account also components with annotations that have no
.jwc?
On 8/15/06, Norbert Sándor <[EMAIL PROTECTED]> wrote:
Hello,
I have converted Tapdoc to Maven2, so it now has a standard website at:
http://www.erinors.com/developer/project/tapdoc/
The
Henri Dupre wrote:
> Oh this looks very nice!
> Does tapdoc take into account also components with annotations that
> have no
> .jwc?
>
It does... I think it uses a custom doclet to extract javadocs from
those 'annotation-only'
components
>
> On 8/15/06, Norbert Sándor <[EMAIL PROTECTED]> wrote:
>>
you would need to post the source of your IBasicTableModel for any further
specific help.
considering you're new to tapestry, i'd suggest a hardcoded implementaiton
of IBasicTableModel first and then get spring/hibernate into the picture.
On 8/18/06, anil <[EMAIL PROTECTED]> wrote:
Hi
I'm f
Hi
I'm fairly new to tapestry and am trying to create an implementation of the
IBasicTableModel interface so that I can paginate results and get results
(from Hibernate via Spring) when I need them.
I've written my component but whenever I load the page I get a ognlException
on the tableRowsIt
Will if your Page1 was like:
Yes, I've used this before and it works very well. Unfortunately I need to
render an entire existing page as-is, and I can't have a multi-window
app!(customer requirement) :-(
That works! Thanks
andyhot wrote:
Use:
blah blah
stuff iterated over by the foreach
Denis McCarthy wrote:
Hi,
I have tables that are populated by a @ForEach component in my html.
The html template is like this
blah blah
-
Karthik N wrote:
> Hello,
>
> First-off apologies for the cross-post, but I figured I might get answers
> from either of the forums.
>
> I'm using Tap 4.0 and Tacos4 beta2.
Since you're actively developing, I'd advise a nightly beta-3
(http://tacos.sourceforge.net/nightly/). It bundles
dojo0.3.1 in
Hello,
First-off apologies for the cross-post, but I figured I might get answers
from either of the forums.
I'm using Tap 4.0 and Tacos4 beta2.
I already have a "FindPage" developed.
I have this requirement where I have a Page 1. Inside Page 1, I have a
Find button. On click of the Find but
Thanks for your help, with all dependecies and with this lines in
hivemind.xml
Everything work fine.
-Mensaje original-
De: Ryan Holmes [mailto:[EMAIL PROTECTED]
Enviado el: Miércoles, 16 de Agosto de 2006 11:00 p.m.
Para: Tapestry users
Asunto: Re: Unable
There are issues with the namespace approach as well.
For instance, how about informal parameters?
If you want to go with the valid XHTML approach for templates,
you'd have to indeed use a namespace, allow tapestry:jwcid
for all elements and specify all additional parameters (required,
formal, inf
The second version of the demo helped me to correct the way custom
objects are passed in the selection property model classes. I have
made the changes in my selection model classes and also the
pageBeginningRender() method. However, I am still having the same
problem. I have posted the .pa
I don't see that as a valid HTML yet. The jwcid attribute is not specified
in HTML. Maybe Tapestry should put up a namespace for its tag. So, we can
use
Use:
>
> blah blah
>
> stuff iterated
> over by the foreach
>
>
>
> Denis McCarthy wrote:
> > Hi,
> > I have tables that are populate
thx Norbert!
Just saw that we're not currently generating javadocs for contib (why???) at
http://tapestry.apache.org/tapestry4.1/tapestry-contrib/apidocs/index.html
but I guess you could already include this link in
TapDocTask.java (for the external javadoc references)
Norbert Sándor wrote:
> Hel
thanks so much! i ll have a go with it!
karthik.nar wrote:
>
> based on
>
>
>
>
>
> when you submit, then the value from the check box will be automatically
> inserted into currentAttendance.attended - you don't need to do anything.
>
> if you don't want to change the datatype of the
based on
when you submit, then the value from the check box will be automatically
inserted into currentAttendance.attended - you don't need to do anything.
if you don't want to change the datatype of the Attendance domain objects,
then you can just have the following methods on your attend
hi, thanks for prompt reply,
"then you just need to bind the checkbox value to a
currentAttendance.persentognl"
sorry could you be more specific about this please? i still dont quite
understand. like this?
then i suppose i need to change Attendance.atte
Use:
blah blah
stuff iterated over by the foreach
Denis McCarthy wrote:
> Hi,
> I have tables that are populated by a @ForEach component in my html.
> The html template is like this
>
> blah blah
>
> http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting
--
Hi,
I have tables that are populated by a @ForEach component in my html. The
html template is like this
blah blah
TIA
Denis
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
you should ensure that the Attendance list provided to the For loop is
exactly the same both during render and rewind.
then, irrespective of the number of rows the render/rewind sequence will be
exactly the same.
so the checkbox on render will correspond to the same Attendance object
when the r
Hi, the scenario is that i have a collection of Attendance objects- for
example, Attendance(Student s, String class, String attended) - to be
displayed on a page. and i would like a checkbox (or other components
whichever appropriate) for each row. so if the student attended the class,
user can ti
I was just browsing through the 4.0 source code, most of the articles that
have been deprecated are still being used in the .page and .application
files, can anyone confirm this, as in has the data been updated, or is the
there a DTD diff between 4.0 and 4.1
Regards
Varun Mehta
Member of Technica
25 matches
Mail list logo