It is a bit beyond the scope of this group to solve problems with JSTL
and certainly beyond mine. But have a look at this page:

http://www.informit.com/articles/article.aspx?p=30946&seqNum=10

It has something about a "taglib" - maybe that is the mistake?

On Mon, Jan 9, 2012 at 8:08 AM, Robin Thapa <[email protected]> wrote:
> Sorry, to misinterpert on ServerSide problem.
> I guess you are right.
> What i did was i create a new page a redirected my servlet to
> welcome.jsp.
>
> <c:out value="Hello World">.
> Well this page was displayed with Hello World.
>
> Since my server side pages has following code:
>
>  <div data-role="content" data-theme="d">
>                <ul data-role="listview" >
>                    <c:set var="idx" value="0"/>
>                    <c:forEach var="ms" items="${model.contents}">
>                        <li>
>                            <a href="Controller?
> action=view&messageIdxz=${idx}">From:${ms.from}<br/>
>                                Subject:${ms.subject}<br/>
>                                Sent Date:${ms.sentDate}
>                            </a>
>                        </li>
>                        <c:set var="idx" value="${idx+1}"/>
>                    </c:forEach>
>                </ul>
>            </div>
>
> The forEach Part has a problem. do you see anything wrong with it. Coz
> on the desktop browser the result is show as desired. But on emulator
> not working
>
>
> On Jan 9, 10:56 am, Robin Thapa <[email protected]> wrote:
>> Has anyone encountered such problems.
>>
>> On Jan 9, 10:31 am, Robin Thapa <[email protected]> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > It's simply a white blank page no nothing in it.
>>
>> > On Jan 9, 10:27 am, Michael Banzon <[email protected]> wrote:
>>
>> > > On Mon, Jan 9, 2012 at 6:23 AM, Robinns <[email protected]> wrote:
>> > > > No, its not a server side problem, in my desktop browser with the jstl 
>> > > > i see
>> > > > the content as desired. But on the emulator with jstl tags i see a 
>> > > > blank
>> > > > page.
>>
>> > > How does the page look in the browser on the emulator?
>>
>> > > --
>> > > Michael Banzonhttp://michaelbanzon.com/
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Michael Banzon
http://michaelbanzon.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to