You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Elad Messing <el...@gmail.com> on 2005/01/27 16:46:02 UTC

Framework for Web application with multi-profile clients

Hello All

I am new here with cocoon. I came here after I got some advices that this is
the place where I can find some answers.

I am looking for a web-framework that can help me with my requirement of
supporting different profile customers. I.E. some of the customers will use
PC, some will use PDA like IPAQ and some maybe WAP phones.

The resolution is off-course different, the HTML / WML support is different
and so on.

What do you think ? Can Cocoon answer these requirements ?

Thanks !! 

Elad Messing


Re: woody static selection list: values from 1 to 99

Posted by Gunter D'Hondt <gu...@sofico.be>.
thing is that I'm not using flowscript but apples; ofcoz I can place it 
into the code but I was just wondering if it can be done declaratively; 
something like setting a range of values

Gunter

 



Reinhard Poetz <re...@apache.org> 
31-01-2005 14:03
Please respond to
users@cocoon.apache.org


To
users@cocoon.apache.org
cc

Subject
Re: woody static selection list: values from 1 to 99






Gunter D'Hondt wrote:
> Hi,
> 
> Is there a way to easily add a field into the form definition that 
> declares a static selection list with values from 1 to 99. Ofcoz it 
would 
> work when adding 99 item-lines but is there a more fancy way of doing 
> this? Also without making the list dynamic and putting another pipeline 
on 
> it.
> 
>   <wd:field id="score" required="true">
>     <wd:label>Your score:</wd:label>
>     <wd:datatype base="string"/>
>     <wd:selection-list>
>       <wd:item value="1"><wd:label>1</wd:label></wd:item>
>       <wd:item value="2"><wd:label>2</wd:label></wd:item>
>       <wd:item value="3"><wd:label>3</wd:label></wd:item>
>       <wd:item value="4"><wd:label>4</wd:label></wd:item>
>       <wd:item value="5"><wd:label>5</wd:label></wd:item>
>       <wd:item value="6"><wd:label>6</wd:label></wd:item>
>      ...
>       <wd:item value="99"><wd:label>99</wd:label></wd:item>
>     </wd:selection-list>
>   </wd:field>


you could set the values in flowscript using a for loop.

-- 
Reinhard

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




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


Re: woody static selection list: values from 1 to 99

Posted by Reinhard Poetz <re...@apache.org>.
Gunter D'Hondt wrote:
> Hi,
> 
> Is there a way to easily add a field into the form definition that 
> declares a static selection list with values from 1 to 99. Ofcoz it would 
> work when adding 99 item-lines but is there a more fancy way of doing 
> this? Also without making the list dynamic and putting another pipeline on 
> it.
> 
>   <wd:field id="score" required="true">
>     <wd:label>Your score:</wd:label>
>     <wd:datatype base="string"/>
>     <wd:selection-list>
>       <wd:item value="1"><wd:label>1</wd:label></wd:item>
>       <wd:item value="2"><wd:label>2</wd:label></wd:item>
>       <wd:item value="3"><wd:label>3</wd:label></wd:item>
>       <wd:item value="4"><wd:label>4</wd:label></wd:item>
>       <wd:item value="5"><wd:label>5</wd:label></wd:item>
>       <wd:item value="6"><wd:label>6</wd:label></wd:item>
>      ...
>       <wd:item value="99"><wd:label>99</wd:label></wd:item>
>     </wd:selection-list>
>   </wd:field>


you could set the values in flowscript using a for loop.

-- 
Reinhard

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


woody static selection list: values from 1 to 99

Posted by Gunter D'Hondt <gu...@sofico.be>.
Hi,

Is there a way to easily add a field into the form definition that 
declares a static selection list with values from 1 to 99. Ofcoz it would 
work when adding 99 item-lines but is there a more fancy way of doing 
this? Also without making the list dynamic and putting another pipeline on 
it.

  <wd:field id="score" required="true">
    <wd:label>Your score:</wd:label>
    <wd:datatype base="string"/>
    <wd:selection-list>
      <wd:item value="1"><wd:label>1</wd:label></wd:item>
      <wd:item value="2"><wd:label>2</wd:label></wd:item>
      <wd:item value="3"><wd:label>3</wd:label></wd:item>
      <wd:item value="4"><wd:label>4</wd:label></wd:item>
      <wd:item value="5"><wd:label>5</wd:label></wd:item>
      <wd:item value="6"><wd:label>6</wd:label></wd:item>
     ...
      <wd:item value="99"><wd:label>99</wd:label></wd:item>
    </wd:selection-list>
  </wd:field>

Regards,
Gunter D'Hondt


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


AW: AW: Framework for Web application with multi-profile clients

Posted by Elad Messing <el...@gmail.com>.
Thank you Gregor 
	I will read through "Deli" and the "browser-selector" component.

Elad

-----Ursprüngliche Nachricht-----
Von: news [mailto:news@sea.gmane.org] Im Auftrag von Gregor J. Rothfuss
Gesendet: Freitag, 28. Januar 2005 19:18
An: users@cocoon.apache.org
Betreff: Re: AW: Framework for Web application with multi-profile clients

Elad Messing wrote:

>     Thanks for the answer. However - can anybody elaborate a bit ? 
> What tools does cocoon give me in order to answer the difference in 
> the profile of my clients ?

http://cocoon.apache.org/2.1/userdocs/selectors/browser-selector.html

http://cocoon.apache.org/2.1/developing/deli.html

--
Gregor J. Rothfuss
COO, Wyona       Content Management Solutions    http://wyona.com
Apache Lenya                              http://lenya.apache.org
gregor.rothfuss@wyona.com                       gregor@apache.org


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


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


Re: AW: Framework for Web application with multi-profile clients

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Elad Messing wrote:

>     Thanks for the answer. However - can anybody elaborate a bit ? What
> tools does cocoon give me in order to answer the difference in the profile
> of my clients ?

http://cocoon.apache.org/2.1/userdocs/selectors/browser-selector.html

http://cocoon.apache.org/2.1/developing/deli.html

-- 
Gregor J. Rothfuss
COO, Wyona       Content Management Solutions    http://wyona.com
Apache Lenya                              http://lenya.apache.org
gregor.rothfuss@wyona.com                       gregor@apache.org


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


AW: Framework for Web application with multi-profile clients

Posted by Elad Messing <el...@gmail.com>.
Hello Roberto and all.
    
    Thanks for the answer. However - can anybody elaborate a bit ? What
tools does cocoon give me in order to answer the difference in the profile
of my clients ?
 
    Thanks !!
 
Elad

  _____  

Von: Roberto [mailto:rmarra@montefiore.ch] 
Gesendet: Donnerstag, 27. Januar 2005 16:53
An: users@cocoon.apache.org
Betreff: Re: Framework for Web application with multi-profile clients


Hi,
definitely you are in the right place with the right product. Cocoon is the
right solution for your requirement.
 
Welcome a board
Cheers
Roberto

----- Original Message ----- 
From: Elad  <ma...@gmail.com> Messing 
To: users@cocoon.apache.org 
Sent: Thursday, January 27, 2005 4:46 PM
Subject: Framework for Web application with multi-profile clients


Hello All 

I am new here with cocoon. I came here after I got some advices that this is
the place where I can find some answers. 

I am looking for a web-framework that can help me with my requirement of
supporting different profile customers. I.E. some of the customers will use
PC, some will use PDA like IPAQ and some maybe WAP phones.

The resolution is off-course different, the HTML / WML support is different
and so on.

What do you think ? Can Cocoon answer these requirements ?

Thanks !! 

Elad Messing 


Re: Framework for Web application with multi-profile clients

Posted by Roberto <rm...@montefiore.ch>.
Framework for Web application with multi-profile clientsHi,
definitely you are in the right place with the right product. Cocoon is the right solution for your requirement.

Welcome a board
Cheers
Roberto
  ----- Original Message ----- 
  From: Elad Messing 
  To: users@cocoon.apache.org 
  Sent: Thursday, January 27, 2005 4:46 PM
  Subject: Framework for Web application with multi-profile clients


  Hello All 

  I am new here with cocoon. I came here after I got some advices that this is the place where I can find some answers. 

  I am looking for a web-framework that can help me with my requirement of supporting different profile customers. I.E. some of the customers will use PC, some will use PDA like IPAQ and some maybe WAP phones.

  The resolution is off-course different, the HTML / WML support is different and so on.

  What do you think ? Can Cocoon answer these requirements ?

  Thanks !! 

  Elad Messing