You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2007/09/13 07:41:45 UTC

submitting a wiki?

Hi I'd like to submit a wiki article, where to go? i have setup my account,
can somebody pointing me to a url where i can upload that ? it's about T5.
-- 
View this message in context: http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: submitting a wiki?

Posted by Davor Hrg <hr...@gmail.com>.
naveen asked me for an example that uses tapestry-hibernate

so I did it by the tutorial
http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate

and added zipped example to that wiki page.

http://wiki.apache.org/tapestry-data/attachments/Tapestry5HowToUseTapestryHibernate/attachments/hb.zip


by doing it found some things to  change....

I left it for now because I don't know if the modifications work for
Intellij IDEA.


First thing

Step 3, I've added optio b) that adds dependancies into pom.xml
which is inline with using maven in the project.

Second thing
I've had errors when
    <?xml version="1.0" encoding="UTF-8"?>
was present in hibernate.cfg.xml so I've added
a note for users to remove the line if the error occurs for them

however, when you have time check if step 3b works for you
and hibernate.cfg.xml without that <?xml ... line
we can simplify the tutorial by providing a single option for those things

Davor Hrg

On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
>
>
> Hi Davor,
>
> The updated version looks better, thanks.
>
>
> Davor Hrg wrote:
> >
> > diff shows it nicely:
> >
> >
> http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate?action=diff
> >
> > Davor Hrg
> >
> > On 9/13/07, Davor Hrg <hr...@gmail.com> wrote:
> >>
> >> UH,
> >> sorry, I was looking in the wrong place
> >> dots are not the problem,
> >>
> >> its spaces arround ====
> >> .......
> >>
> >>
> >> you can write normaly:
> >>
> >
>
> --
> View this message in context:
> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12651059
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: submitting a wiki?

Posted by Angelo Chen <an...@yahoo.com.hk>.
Hi Davor,

The updated version looks better, thanks. 


Davor Hrg wrote:
> 
> diff shows it nicely:
> 
> http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate?action=diff
> 
> Davor Hrg
> 
> On 9/13/07, Davor Hrg <hr...@gmail.com> wrote:
>>
>> UH,
>> sorry, I was looking in the wrong place
>> dots are not the problem,
>>
>> its spaces arround ====
>> .......
>>
>>
>> you can write normaly:
>>
> 

-- 
View this message in context: http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12651059
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: submitting a wiki?

Posted by Davor Hrg <hr...@gmail.com>.
diff shows it nicely:

http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate?action=diff

Davor Hrg

On 9/13/07, Davor Hrg <hr...@gmail.com> wrote:
>
> UH,
> sorry, I was looking in the wrong place
> dots are not the problem,
>
> its spaces arround ====
> .......
>
>
> you can write normaly:
>
> ==== Hello.java ====
>
> just make sure there is space after first ====
> and space before ending ====
> but no space after ending ====
> just newline
>
> Davor Hrg
>
>
>
> On 9/13/07, Davor Hrg < hrgdavor@gmail.com> wrote:
> >
> > hi anagelo,
> >
> > the problem seem to be in the text between
> > ==== Hello.java ====
> >
> > if you add a space after the dot it seems to work fine
> >
> > ==== Hello. java ====
> >
> >
> > I didn't edit to avoid coliding with you,
> >
> > Also you could attach zipped source,
> > I haven't done it yet so I don't know if it works... it should...
> >
> >
> > Hrg davor
> >
> > On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
> > >
> > >
> > > Thanks, the link is:
> > > http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate
> > >
> > > I notice some ===heading=== does not work and some are working, don't
> > > know
> > > why, you can take a look, why like that, thanks.
> > >
> > > A.C.
> > >
> > > Erik Vullings-2 wrote:
> > > >
> > > > Hi Angelo,
> > > > Good luck, I'm curious what you will be adding!
> > > > Erik
> > > >
> > > > On 9/13/07, Angelo Chen < angelochen960@yahoo.com.hk> wrote:
> > > >>
> > > >>
> > > >> Hi I'd like to submit a wiki article, where to go? i have setup my
> > > >> account,
> > > >> can somebody pointing me to a url where i can upload that ? it's
> > > about
> > > >> T5.
> > > >> --
> > > >> View this message in context:
> > > >> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
> > > >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> > > >>
> > > >>
> > > >>
> > > ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > > >>
> > > >>
> > > >
> > > >
> > >
> > > --
> > > View this message in context: http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649858
> > >
> > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
>

Re: submitting a wiki?

Posted by Davor Hrg <hr...@gmail.com>.
UH,
sorry, I was looking in the wrong place
dots are not the problem,

its spaces arround ====
.......


you can write normaly:

==== Hello.java ====

just make sure there is space after first ====
and space before ending ====
but no space after ending ====
just newline

Davor Hrg



On 9/13/07, Davor Hrg <hr...@gmail.com> wrote:
>
> hi anagelo,
>
> the problem seem to be in the text between
> ==== Hello.java ====
>
> if you add a space after the dot it seems to work fine
>
> ==== Hello. java ====
>
>
> I didn't edit to avoid coliding with you,
>
> Also you could attach zipped source,
> I haven't done it yet so I don't know if it works... it should...
>
>
> Hrg davor
>
> On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
> >
> >
> > Thanks, the link is:
> > http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate
> >
> > I notice some ===heading=== does not work and some are working, don't
> > know
> > why, you can take a look, why like that, thanks.
> >
> > A.C.
> >
> > Erik Vullings-2 wrote:
> > >
> > > Hi Angelo,
> > > Good luck, I'm curious what you will be adding!
> > > Erik
> > >
> > > On 9/13/07, Angelo Chen < angelochen960@yahoo.com.hk> wrote:
> > >>
> > >>
> > >> Hi I'd like to submit a wiki article, where to go? i have setup my
> > >> account,
> > >> can somebody pointing me to a url where i can upload that ? it's
> > about
> > >> T5.
> > >> --
> > >> View this message in context:
> > >> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
> > >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > >> For additional commands, e-mail: users-help@tapestry.apache.org
> > >>
> > >>
> > >
> > >
> >
> > --
> > View this message in context: http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649858
> >
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>

Re: submitting a wiki?

Posted by Davor Hrg <hr...@gmail.com>.
hi anagelo,

the problem seem to be in the text between
==== Hello.java ====

if you add a space after the dot it seems to work fine

==== Hello. java ====


I didn't edit to avoid coliding with you,

Also you could attach zipped source,
I haven't done it yet so I don't know if it works... it should...


Hrg davor

On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
>
>
> Thanks, the link is:
> http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate
>
> I notice some ===heading=== does not work and some are working, don't know
> why, you can take a look, why like that, thanks.
>
> A.C.
>
> Erik Vullings-2 wrote:
> >
> > Hi Angelo,
> > Good luck, I'm curious what you will be adding!
> > Erik
> >
> > On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
> >>
> >>
> >> Hi I'd like to submit a wiki article, where to go? i have setup my
> >> account,
> >> can somebody pointing me to a url where i can upload that ? it's about
> >> T5.
> >> --
> >> View this message in context:
> >> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649858
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: submitting a wiki?

Posted by Angelo Chen <an...@yahoo.com.hk>.
Thanks, the link is:
http://wiki.apache.org/tapestry/Tapestry5HowToUseTapestryHibernate

I notice some ===heading=== does not work and some are working, don't know
why, you can take a look, why like that, thanks.

A.C.

Erik Vullings-2 wrote:
> 
> Hi Angelo,
> Good luck, I'm curious what you will be adding!
> Erik
> 
> On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
>>
>>
>> Hi I'd like to submit a wiki article, where to go? i have setup my
>> account,
>> can somebody pointing me to a url where i can upload that ? it's about
>> T5.
>> --
>> View this message in context:
>> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649858
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: submitting a wiki?

Posted by Erik Vullings <er...@gmail.com>.
Hi Angelo,

I haven't found a way to upload an article, but if you just mean entering
the text, that should be OK since you have an account: login and edit
http://wiki.apache.org/tapestry/Tapestry5HowTos (click the 'edit' link, top
left). Next, add the article name where it belongs. For example, when
writing about a new component, copy one of the existing component
descriptions, and change the text and name. Preview your changes, and if you
are happy, describe the changes and submit it.
Next, click the link you've just created and create/edit the new page.

Two tips:
- Every camel-cased word (e.g. MyJavaClass) becomes a page link. If you
don't want that, use !MyJavaClass
- When adding source code, do it like this
{{{
my source code
}}}

Good luck, I'm curious what you will be adding!
Erik

On 9/13/07, Angelo Chen <an...@yahoo.com.hk> wrote:
>
>
> Hi I'd like to submit a wiki article, where to go? i have setup my
> account,
> can somebody pointing me to a url where i can upload that ? it's about T5.
> --
> View this message in context:
> http://www.nabble.com/submitting-a-wiki--tf4433692.html#a12649017
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>