ssionSource'): Could not initialize class
org.hibernate.annotations.common.reflection.java.JavaReflectionManager*
On Sun, Feb 27, 2011 at 2:32 AM, dwi ardi irawan wrote:
> Yay. I got it works !
> I forgot to mapped the beans entity on my hibernate configuration
>
>
>
&g
Thnx guys ^^,
On Sat, Feb 26, 2011 at 11:29 PM, dwi ardi irawan
wrote:
> here is my source code
> so it doesn't show an error like it did previously
> but I have to you mvn jetty:run instead of using jetty launcher.
>
> but now, it show : "There is no data to displ
y 1 row.
On Sat, Feb 26, 2011 at 10:07 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Sat, 26 Feb 2011 09:52:40 -0300, dwi ardi irawan <
> penyihirke...@gmail.com> wrote:
>
> As of Hibernate 3.6, JDK 1.4 support has been dropped and the Hiberna
class
> > org.hibernate.annotations.common.reflection.java.JavaReflectionManager
>
> It looks like you need to add a dependency to hibernate annotations.
>
> Josh
>
> On Fri, Feb 25, 2011 at 10:26 AM, dwi ardi irawan
> wrote:
> > I'm using Tapestry 5.2.4 and Hibernate 3.6
> >
> >
I'm using Tapestry 5.2.4 and Hibernate 3.6
These are the steps in my Tapestry-Hibernate
I just want to display an address table.
But I got an error:
Exception constructing service 'ValueEncoderSource': Error invoking service
builder method
org.apache.tapestry5.services.TapestryModule.buildValueEn
nt student;
@Property
@Persist(PersistenceConstants.FLASH)
private List selectedStudentList;
private List studentList;
public List getStudentList() {
if(studentList==null){
studentList = new ArrayList();
studentList.add(new Student("Dwi Ard
{
if (form.elements[i].type == "checkbox") {
form.elements[i].checked = false;
}
}
}
// -->
}
Yahoo
Google
Check All
Result : ${value}
I am sorry, I
beGoogle) {
value += "Google ";
}
}
}
can anyone help me?
thnx you
dwi ardi irawan
wow, coolhow bout tapestry 5.1 ? any progress so far ? just curious...
--
http://dwiardiirawan.blogspot.com
"cos everyone could be extraordinary...lighten up !"
yes me too, how to use this thing ??
It works, Thnx you
--
http://www.dwiardiirawan.com
"cos everyone could be extraordinary...lighten up !"
thnx u for the information^_^v
thnx u. it works now
--
http://www.dwiardiirawan.com
"cos everyone could be extraordinary...lighten up !"
hi, could anyone help me
here's my code
@Persist("flash")
@Property
private Date twawal, twakhir;
.
public Link getDailyChart(){
System.out.println(twawal); // OK
System.out.println(twakhir); // OK
return _resources.createEventLink("chart", new Object[]{"400"
@Persist("flash")
what does "flash" mean ??
It Works.Thnx you
--
http://www.dwiardiirawan.com
"cos everyone could be extraordinary...lighten up !"
and output "AAA"
AAA
is there something wrong wih my code or my perception of if component in
tapestry 5
thnx u
dwi ardi irawan - 'penyihirkecil'
http://www.dwiardiirawan.com <http://dwiardiirawan.blogspot.com/>
Thnx U
On Wed, Mar 4, 2009 at 3:26 PM, Kristian Marinkovic <
kristian.marinko...@porsche.co.at> wrote:
> hi,
>
> _resource.createEventLink() is the replacement
>
> g,
> kris
>
>
>
> dwi ardi irawan
> 04.03.2009 08:43
> Bitte antworten an
>
Hi...
could anyone help me bout this deprecated method
is there any replacement for this method ??
I tried it for my JFreeChart on TapestryIt Works
but i feel so uncomfortable using this deprecated method.
please help me
.
@Inject
private ComponentResources _resources;
@Inje
Hi...
could anyone help me bout this deprecated method
is there any replacement for this method ??
I tried it for my JFreeChart on TapestryIt Works
but i feel so uncomfortable using this deprecated method
thnx u
--
http://dwiardiirawan.com
"cos everyone could be extraordinary...lighten up !
wowthnx you very much for the explanation...thnx u
On Sat, Feb 28, 2009 at 12:04 AM, nille hammer
wrote:
> Hi dwi,
> you do not need the password to be output to implement that feature. In
> fact it is very insecure and uncommon to implement something like "Your
> current passoword is: xxx"
sorry i just learn how to use it
then how i can make a feature change passsword when PasswordField does not
outputs its value
???
--
http://dwiardiirawan.blogspot.com
"cos everyone could be extraordinary...lighten up !"
i need a little help here...
i have a passwordField here but it can't showed the value of my database. it
showed empty
but when i changed it into TextField, it showed the database value...
:
can someone help me ?
--
http://dwiard
i just want to try this...but it doesn't wor for me. could anybody help me
On Sun, Dec 21, 2008 at 4:07 AM, Olle Hallin wrote:
> Why not use an enum and BeanEditForm?
> Olle
>
>
>
hi alli got a little problem here
i want to make this into a select component :
if the label is "user" then the value would be : 0(Integer)
if the label is "administrator" then the value would be : 1(Integer)
i did that in this way :
*User.java*
private String username;
private String passwor
could you give a simple example how to use StreamResponse or any lint
that provide that information...
thnx u very much
On 11/24/08, Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> wrote:
> Em Sun, 23 Nov 2008 16:30:45 -0300, dwi ardi irawan
> <[EMAIL PROTECTED]> escreveu:
have somebody tried integrating rome using tapestry 5?
i read on wiki :
http://wiki.apache.org/tapestry/EmittingRSSFeeds
but when i tried it. it broken cos lot's of deprecated method and
annotation
like :
@InjectObject( "infrastructure:markupWriterSource" )
@Parameter( defaultValue = "
does anybody could give me information how to do paging using loop component
in tapestry 5
thnx u very much ^_^v
--
http://dwiardiirawan.blogspot.com
"cos everyone could be extraordinary...lighten up !"
ented so you should easily figure out which one applies to
> your use case.
>
> You'll need to pass an additional Messages parameter that you can (if
> that's
> the case) for example get from ComponentResources.getMessages()
>
> On Thu, Nov 20, 2008 at 2:39 PM,
hi guys..it's been so long i didn't work using tapestry 5
but i have difficulty to update my application using new tapestry 5.0.16
when i used the old tapestry version (i forgot the version) it supported
something like this :
*.tml*
*.java
[EMAIL PROTECTED]
private BeanModel playerModel;
@Injec
here is the screenshot :
http://mobbuzzworld.blogspot.com/2008/11/ie-vs-firefox.html
i don't understand i always found difficulty to make my templete looks fine
using tapestry 5 in firefox ?
does anybody has the same problem with me??
i use tapestry 5.0.16
On Sun, Nov 16, 2008 at 11:34 PM, dwi ardi irawan
<[EMAIL PROTECTED]>wrote:
> here's what tapestry did to my templete...
>
>
> On Sun, Nov 16, 2008 at 11:07 PM, Andy Pahne <[EMAIL PROTECTED]>wrote:
>
>>
>>
>> please sen
here's what tapestry did to my templete...
On Sun, Nov 16, 2008 at 11:07 PM, Andy Pahne <[EMAIL PROTECTED]>wrote:
>
>
> please send the contents of one of your templates and how it renders in the
> browser as plain text message.
>
>
>
> dwi ardi irawan wrot
actually this is my lecture final project, but i would like to share with
you guys,
i knowit's far away from stable. but it might help for newbie
i use :
tapestry 5.0.8-SNAPSHOT (01/19/2008)
iBatis 2.3.0
Dojo 1.0.2
Spring 2.5
here's the blog :
http://tapestryboard.blogspot.com/
--
htt
hi i have a loop and each loop makes different output
what i want to do is to create a table depend on the loop output
so if there is 3 iterate from the loop
it will be 3 grid table which is different each other
could anyone help me ??
i could do that on jsp by passing parameter.
how bout tapestry
hi..i've got another problem here
i try shing man component :
PageLinkPopup (from tassel)
and tried this :
[PlayerGrid.tml]
Search
code above is display the search page...
in the seach page pop up,
when i enter the keywords and submit it, i called onclick="
opener.location.reload(true);" in the
are you sure this is related to Java
> Script
> and Client Browser ?
>
>
> On Jan 2, 2008 6:49 AM, dwi ardi irawan <[EMAIL PROTECTED]> wrote:
>
> > i got this err too when i changed to tapestry 5.0.7
> > but as howard said :
> > "Try clearing your browser cac
i got this err too when i changed to tapestry 5.0.7
but as howard said :
"Try clearing your browser cache, you may have the old tapestry.js
stuck in there."
it works...
it fixed everything...
On Jan 1, 2008 3:14 PM, Mohammad Shamsi <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> i have a simple text fi
try :
http://wiki.apache.org/tapestry/Tapestry5CheckOutTheSourceCode
it was really help me
On Jan 1, 2008 3:01 PM, Mohammad Shamsi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> i want to use gird and paging components in my app. but i can't find any
> useful sample.
>
> any resource or sample ?
>
>
>
hi..i've got another problem here
i try shing man component :
PageLinkPopup (from tassel)
and tried this :
[PlayerGrid.tml]
Search
code above is display the search page...
in the seach page pop up,
when i enter the keywords and submit it, i called onclick="
opener.location.reload(true);" in the
it works but in the Object onSuccessFromPlayerForm() method.
so it will mess the delete process from checkbox
any idea ? i'm stuck with it ^_^
--
PlayerGrid.tml
oops...already fixed.
delete the cookies like howard said.
On Dec 29, 2007 1:30 PM, dwi ardi irawan <[EMAIL PROTECTED]> wrote:
> I got this error when i updated my app into t5.0.7
> java.lang.NoClassDefFoundError org/apache/tapestry/beaneditor/Validate
>
> doesy anybody
I got this error when i updated my app into t5.0.7
java.lang.NoClassDefFoundError org/apache/tapestry/beaneditor/Validate
doesy anybody know how to fix it ?
On Dec 29, 2007 5:23 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> On Dec 28, 2007 1:44 PM, Joel Wiegman <[EMAIL PROTECTED]> wrote:
>
)){
return club;
}
}
return null;
}
}
On Dec 21, 2007 10:04 PM, dwi ardi irawan <[EMAIL PROTECTED]> wrote:
> hi it works i just changed like this :
>
>
>
>
>
>
> cos in the player ob
hi it works i just changed like this :
cos in the player object contains club object (i'm using iBatis+Spring for
ORM) so what i should do it's to call Player.club not Player.idClub or
Player.clubName(Club Properties).
Thnx guys
On Dec 21, 2007 9:52 PM
ir works with the that one, but i'm still curious bout how implemented it
inside aq form...
Hmmm
I already override the equals method but still didn't work
On Dec 21, 2007 4:30 AM, Sylwek <[EMAIL PROTECTED]> wrote:
>
> Hi,
> will it be possible to use in this case BeanEditForm with compon
could you give a little bit explanation bout how to use it...?
thnx u...
dwi ardi irawan
~ http://dwiardiirawan.blogspot.com ~
Carlos Delfino Carvalho Pinheiro wrote:
Hi all!
I create one new Service for Tapestry, for use with JPA.
The Service is like Tapestry-Hibernate, and I call Tapestry
);
MessageLocal address = (MessageLocal)ic.lookup("AddressBean");
address.writeMessageHello();
}catch(NamingException e){
}
thnx
dwi ardi irawan
does anyone can give me a little example of using tapestry 5 and EJB 3 ?
thnx u
dwi ardi irawan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
does anyone can give me a little example of using tapestry 5 and EJB 3 ?
thnx u
dwi ardi irawan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
does anyone can give me a little example of using tapestry 5 and EJB 3 ?
thnx u
dwi ardi irawan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi all,
does anyone have a sample tutorial or code (just simply code to
introduce me to use EJB 3 in Tapestry)
please PM me...
thnx u
dwi ardi irawan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
i've heard about tapestry 5 preview release,
what i want to ask : is tapestry 5 ready to be used in production ?
thnx.
dwi ardi irawan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
tags and some more parameters.
Google is your friend!
On 12/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Isn't that partially the point of the "class" you are taking? ;) (I
don't remember the specifics, I'd probably do a simple google search
for an answer. )
could you give me a little example (code) ... if you don't mind
thnx very much
Jesse Kuhnert wrote:
I think you want to use the html "embed" object don't you? Been a long
time since I played with anything like that but I think that's how
it's done.
On 12
Ardi Irawan <[EMAIL PROTECTED]> wrote:
i have a campus project
does anybody knows how to play mpeg file in tapestry app?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
i have a campus project
does anybody knows how to play mpeg file in tapestry app?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
please, don't send an e-mail with the same content more than one !
just wait until somebody response your emaildon't overdo
it's very annoying
Peter Dawn wrote:
guys,
if i implement the browse button within my web app using,
it generates the textfield and the browse button
together.
now
I think someone has started working on a module that integrates the
Tapestry web framework in NetBeans
http://www.netbeans.info/newsletter/story.php?id=719
D&J Gredler wrote:
If I remember correctly, one of the benefits of the move to maven2 was
supposed to be the creation of Tapestry sub-proje
Thnx very much Shing
dwi ardi irawan
http://dwiardiirawan.blogs.or.id
Shing Hing Man wrote:
In order to have a particular element selected when
the page is rendered,
you need to set the value parameter of your
PropertySelection model to
the desired value.
You can try the following.
In the
i got a form that contain PropertySelection
i want when i change to edit Mode (DirectLink with parameter)
the PropertySelection automatically to be set based on the parameter
that i give in HTML
Grid(send the parameter) -> From (Edit Mode set the selected of
propertySelction)
example
para
HI, Peter...
if don't mind, could you share what you've done to integrate
jasperreports n tapestry
thnx
Peter Dawn wrote:
hi all,
i have integrated jasper reports within my tapestry web app. for
viewing pdf docs i am using the adobe acrobat viewer. now the problem
is that adobe is taking up
i think i've found one
http://www.javaeye.com/pages/viewpage.action?pageId=830
CMIIW
http://dwiardiirawan.blogs.or.id
Peter Dawn wrote:
i have it working with 3.0.3. not sure if it would have any changes
with 4 or not.
-
T
ctory structure with the
tapidea.jar and
all required dependencies.
Let me know how it goes.
Cheers
Hugo
On 6/9/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
only tapidea.jar , but inside the tapidea-0.4.1.zip there are many
.jar
do i have copy them all into plugins folder ?
only tapidea.jar , but inside the tapidea-0.4.1.zip there are many .jar
do i have copy them all into plugins folder ???
[EMAIL PROTECTED] wrote:
Copy tapidea jar into the plugins folder of idea,
and restart
>From Dwi Ardi Irawan <[EMAIL PROTECTED]>:
i've already do
i've already download the Tap IDEA and Demetra
but how to install it (without via internet)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
rk fine, and will save time for everyone.
Also, many questions for Table can be answered by searching
the archives for this list.
Cheers,
Nick.
Dwi Ardi Irawan wrote:
the problem is :
i have to set the different width for each column
how can i do this
for example
could you help
the right path.
On 6/6/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
the problem is :
i have to set the different width for each column
how can i do this
for example
could you help me ?
Rui Pacheco wrote:
> Try using css to set the table's properties.
>
>
the problem is :
i have to set the different width for each column
how can i do this
for example
could you help me ?
Rui Pacheco wrote:
Try using css to set the table's properties.
On 6/6/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
does anyone have any idea
does anyone have any idea about this :
i'm trying to organize my table...(which is using contrib:table)
but i couldn't figure out to specify the inside of the
table
any suggestion would be appreciated
thnx
http://dwiardiirawan.blogspot.com
--
i want to make one of my columns (which is the value get from dtbase as
primary key) as a link
when i click it i get the value
could anyone help me ?
i have try TapestryTable.war
but it didn't work
I use in web.xml:
MyWeb
org.apache.tapestry.ApplicationServlet
1
MyWeb
/app
Tooth
edu.its.imss.gateway.servlet.Toothervlet
2
Tooth
/
the problem is, in my .html i'm trying to put an image
t
I use in web.xml:
MyWeb
org.apache.tapestry.ApplicationServlet
1
MyWeb
/app
Tooth
edu.its.imss.gateway.servlet.Toothervlet
2
Tooth
/
the problem is, in my .html i'm trying to put an image
t
I use in *web.xml*:
MyWeb
org.apache.tapestry.ApplicationServlet
1
MyWeb
/app
Tooth
edu.its.imss.gateway.servlet.Toothervlet
2
Tooth
/
*the problem is, in my .html i'm trying to put an i
hi...thnx for the comment
here's my others design
http://dwiardiirawan.multiply.com/photos/album/5
just an ideadon't mad...
cheers
http://dwiardiirawan.multiply.com
Dwi Ardi Irawan wrote:
it's just my opinion.
i think
tapestry logo competition just u
it's just my opinion.
i think
tapestry logo competition just use for the best logo and represent the
tapestry meaning
cmiiw
.html
==
// css will make the whole
// tag have "center"
//align
// but, how to not implemented it in
//this tag and //
.html
==
// css will make the
whole tag have "center" align
jwcid="[EMAIL PROTECTED]"> //
but, how to not implemented it in this tag and
//
change it align to "left" (only this block statement) ?
how about if we make a logo competition for tapestry ?
and poll all developers
Stephane Decleire wrote:
For me Tapestry is the most advanced framework to build websites so
why associate to it an oldish picture ?
Moreover, i'm not so sure a logo should be so complex as a decorated
letter or
does anyone try jasperreports in tapestry ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
is there anyone have the CRUD example using tapestry 4 (contrib table,
with check box inside to delete row).
please attach to my email.
it's really hard to study tapestry
i have been learning for 3 month but still get stuck..
thnx
is there anyone have the CRUD example using tapestry 4 (contrib table,
with check box inside to delete row).
please attach to my email.
it's really hard to study tapestry
i have been learning for 3 month but still get stuck..
thnx
82 matches
Mail list logo